mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
python-enum34: new package
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
6ce7cf7f75
commit
a255774480
14
package/python-enum34/python-enum34.mk
Normal file
14
package/python-enum34/python-enum34.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-enum34
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ENUM34_VERSION = 1.0.4
|
||||
PYTHON_ENUM34_SOURCE =enum34-$(PYTHON_ENUM34_VERSION).tar.gz
|
||||
PYTHON_ENUM34_SITE = http://pypi.python.org/packages/source/e/enum34
|
||||
PYTHON_ENUM34_SETUP_TYPE = distutils
|
||||
PYTHON_ENUM34_LICENSE = BSD-3c
|
||||
PYTHON_ENUM34_LICENSE_FILES = enum/LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user