mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
35744a2c02
License hash changed due to year update:
c0e6741ee2
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
14 lines
490 B
Makefile
14 lines
490 B
Makefile
################################################################################
|
|
#
|
|
# python-periphery
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PERIPHERY_VERSION = 2.4.1
|
|
PYTHON_PERIPHERY_SITE = https://files.pythonhosted.org/packages/df/f1/1a986ad2bb696033168db2121151e5ff90df033af780ffca47c8bb559f29
|
|
PYTHON_PERIPHERY_LICENSE = MIT
|
|
PYTHON_PERIPHERY_LICENSE_FILES = LICENSE
|
|
PYTHON_PERIPHERY_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|