mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
python-portend: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
b6ada8d5f8
commit
e677a54f55
14
package/python-portend/python-portend.mk
Normal file
14
package/python-portend/python-portend.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-portend
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PORTEND_VERSION = 1.8
|
||||
PYTHON_PORTEND_SOURCE = portend-$(PYTHON_PORTEND_VERSION).tar.gz
|
||||
PYTHON_PORTEND_SITE = https://pypi.python.org/packages/3f/37/f3ab6c4a00632d53d7dfb74ba4a695e86605b92b0a94bd41fa443b60ccb6
|
||||
PYTHON_PORTEND_LICENSE = MIT
|
||||
PYTHON_PORTEND_SETUP_TYPE = setuptools
|
||||
PYTHON_PORTEND_DEPENDENCIES = host-python-setuptools-scm
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user