mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/python-simplegeneric: New package
Add 'simplegeneric'[1] package to Buildroot. Needed by IPython. [1] https://pypi.python.org/pypi/simplegeneric Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> [Thomas: add entry in DEVELOPERS file, fix license.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
e816c8243f
commit
4c5688cfc6
19
package/python-simplegeneric/python-simplegeneric.mk
Normal file
19
package/python-simplegeneric/python-simplegeneric.mk
Normal file
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-simplegeneric
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SIMPLEGENERIC_VERSION = 0.8.1
|
||||
PYTHON_SIMPLEGENERIC_SOURCE = simplegeneric-$(PYTHON_SIMPLEGENERIC_VERSION).zip
|
||||
PYTHON_SIMPLEGENERIC_SITE = https://pypi.python.org/packages/3d/57/4d9c9e3ae9a255cd4e1106bb57e24056d3d0709fc01b2e3e345898e49d5b
|
||||
PYTHON_SIMPLEGENERIC_LICENSE = ZPL-2.1
|
||||
PYTHON_SIMPLEGENERIC_SETUP_TYPE = distutils
|
||||
|
||||
define PYTHON_SIMPLEGENERIC_EXTRACT_CMDS
|
||||
unzip $(DL_DIR)/$(PYTHON_SIMPLEGENERIC_SOURCE) -d $(@D)
|
||||
mv $(@D)/simplegeneric-$(PYTHON_SIMPLEGENERIC_VERSION)/* $(@D)
|
||||
rmdir $(@D)/simplegeneric-$(PYTHON_SIMPLEGENERIC_VERSION)
|
||||
endef
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user