You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
30b3823ce4
Migrate from distutils to setuptools build backend. Drop patch which is now upstream. License hash changed due to date update: https://sourceforge.net/p/raspberry-gpio-python/code/ci/7524ba4d7dc243f32238ca54ee5f6ef94ef801c2/ Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
556 B
Makefile
15 lines
556 B
Makefile
################################################################################
|
|
#
|
|
# python-rpi-gpio
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_RPI_GPIO_VERSION = 0.7.1
|
|
PYTHON_RPI_GPIO_SOURCE = RPi.GPIO-$(PYTHON_RPI_GPIO_VERSION).tar.gz
|
|
PYTHON_RPI_GPIO_SITE = https://files.pythonhosted.org/packages/c4/0f/10b524a12b3445af1c607c27b2f5ed122ef55756e29942900e5c950735f2
|
|
PYTHON_RPI_GPIO_LICENSE = MIT
|
|
PYTHON_RPI_GPIO_LICENSE_FILES = LICENCE.txt
|
|
PYTHON_RPI_GPIO_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|