mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
12
package/python-enum34/Config.in
Normal file
12
package/python-enum34/Config.in
Normal file
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_PYTHON_ENUM34
|
||||
bool "python-enum34"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
help
|
||||
Python 3.4 Enum backported to 2.x.
|
||||
|
||||
An enumeration is a set of symbolic names (members) bound to
|
||||
unique, constant values. Within an enumeration, the members
|
||||
can be compared by identity, and the enumeration itself can
|
||||
be iterated over.
|
||||
|
||||
https://pypi.python.org/pypi/enum34
|
3
package/python-enum34/python-enum34.hash
Normal file
3
package/python-enum34/python-enum34.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/enum34/json, sha256 locally computed
|
||||
md5 5f13a0841a61f7fc295c514490d120d0 enum34-1.1.6.tar.gz
|
||||
sha256 8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1 enum34-1.1.6.tar.gz
|
15
package/python-enum34/python-enum34.mk
Normal file
15
package/python-enum34/python-enum34.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-enum34
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ENUM34_VERSION = 1.1.6
|
||||
PYTHON_ENUM34_SOURCE = enum34-$(PYTHON_ENUM34_VERSION).tar.gz
|
||||
PYTHON_ENUM34_SITE = https://pypi.python.org/packages/bf/3e/31d502c25302814a7c2f1d3959d2a3b3f78e509002ba91aea64993936876
|
||||
PYTHON_ENUM34_SETUP_TYPE = setuptools
|
||||
PYTHON_ENUM34_LICENSE = BSD-3-Clause
|
||||
PYTHON_ENUM34_LICENSE_FILES = enum/LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
Reference in New Issue
Block a user