mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
First commit of Shredos v2021.08.2_19_x86-64_0.32.014
This commit is contained in:
12
package/python-enum/Config.in
Normal file
12
package/python-enum/Config.in
Normal file
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_PYTHON_ENUM
|
||||
bool "python-enum"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
help
|
||||
Robust enumerated type support in Python
|
||||
|
||||
An enumeration object is an immutable sequence object built
|
||||
from a sequence of strings. Each value is also available as
|
||||
an attribute. Such values are constant. Comparisons and
|
||||
enumeration are supported.
|
||||
|
||||
https://pypi.python.org/pypi/enum
|
||||
5
package/python-enum/python-enum.hash
Normal file
5
package/python-enum/python-enum.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/enum/json
|
||||
md5 e7d170e3f84435b77058de625c96ef58 enum-0.4.7.tar.gz
|
||||
sha256 8c7cf3587eda51008bcc1eed99ea2c331ccd265c231dbaa95ec5258d3dc03100 enum-0.4.7.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 LICENSE.GPL-3
|
||||
14
package/python-enum/python-enum.mk
Normal file
14
package/python-enum/python-enum.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-enum
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ENUM_VERSION = 0.4.7
|
||||
PYTHON_ENUM_SOURCE = enum-$(PYTHON_ENUM_VERSION).tar.gz
|
||||
PYTHON_ENUM_SITE = https://files.pythonhosted.org/packages/02/a0/32e1d5a21b703f600183e205aafc6773577e16429af5ad3c3f9b956b07ca
|
||||
PYTHON_ENUM_SETUP_TYPE = setuptools
|
||||
PYTHON_ENUM_LICENSE = GPL-3.0+
|
||||
PYTHON_ENUM_LICENSE_FILES = LICENSE.GPL-3
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user