This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_VERSIONTOOLS
bool "python-versiontools"
help
Smart replacement for plain tuple used in __version__.
https://pypi.python.org/pypi/versiontools
@@ -0,0 +1,2 @@
# locally computed
sha256 a969332887a18a9c98b0df0ea4d4ca75972f24ca94f06fb87d591377e83414f6 versiontools-1.9.1.tar.gz
@@ -0,0 +1,14 @@
################################################################################
#
# python-versiontools
#
################################################################################
PYTHON_VERSIONTOOLS_VERSION = 1.9.1
PYTHON_VERSIONTOOLS_SOURCE = versiontools-$(PYTHON_VERSIONTOOLS_VERSION).tar.gz
PYTHON_VERSIONTOOLS_SITE = https://pypi.python.org/packages/source/v/versiontools
PYTHON_VERSIONTOOLS_SETUP_TYPE = setuptools
PYTHON_VERSIONTOOLS_LICENSE = LGPL-3.0
$(eval $(python-package))
$(eval $(host-python-package))