Browse Source
python-python3-setuptools: add LICENSE information
CVE id was left commented out as it is not handled by uscan.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
lilik-openwrt-22.03
Eneas U de Queiroz
6 years ago
No known key found for this signature in database
GPG Key ID: 1EB043ABD7ACF202
4 changed files with
8 additions and
2 deletions
-
lang/python/python-version.mk
-
lang/python/python/files/python-package-setuptools.mk
-
lang/python/python3-version.mk
-
lang/python/python3/files/python3-package-setuptools.mk
|
|
@ -8,7 +8,7 @@ |
|
|
|
PYTHON_VERSION:=2.7 |
|
|
|
PYTHON_VERSION_MICRO:=16 |
|
|
|
|
|
|
|
PYTHON_SETUPTOOLS_PKG_RELEASE:=1 |
|
|
|
PYTHON_SETUPTOOLS_PKG_RELEASE:=2 |
|
|
|
PYTHON_PIP_PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYTHON_SETUPTOOLS_VERSION:=40.6.2 |
|
|
|
|
|
@ -9,6 +9,9 @@ define Package/python-setuptools |
|
|
|
$(call Package/python/Default) |
|
|
|
TITLE:=Python $(PYTHON_VERSION) setuptools module |
|
|
|
VERSION:=$(PYTHON_SETUPTOOLS_VERSION)-$(PYTHON_SETUPTOOLS_PKG_RELEASE) |
|
|
|
LICENSE:=MIT |
|
|
|
LICENSE_FILES:=LICENSE |
|
|
|
# CPE_ID:=cpe:/a:python:setuptools # not currently handled this way by uscan
|
|
|
|
DEPENDS:=+python |
|
|
|
endef |
|
|
|
|
|
|
|
|
|
@ -12,7 +12,7 @@ PYTHON3_VERSION_MICRO:=2 |
|
|
|
|
|
|
|
PYTHON3_VERSION:=$(PYTHON3_VERSION_MAJOR).$(PYTHON3_VERSION_MINOR) |
|
|
|
|
|
|
|
PYTHON3_SETUPTOOLS_PKG_RELEASE:=1 |
|
|
|
PYTHON3_SETUPTOOLS_PKG_RELEASE:=2 |
|
|
|
PYTHON3_PIP_PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYTHON3_SETUPTOOLS_VERSION:=40.6.2 |
|
|
|
|
|
@ -9,6 +9,9 @@ define Package/python3-setuptools |
|
|
|
$(call Package/python3/Default) |
|
|
|
TITLE:=Python $(PYTHON3_VERSION) setuptools module |
|
|
|
VERSION:=$(PYTHON3_SETUPTOOLS_VERSION)-$(PYTHON3_SETUPTOOLS_PKG_RELEASE) |
|
|
|
LICENSE:=MIT |
|
|
|
LICENSE_FILES:=LICENSE |
|
|
|
# CPE_ID:=cpe:/a:python:setuptools # not currently handled this way by uscan
|
|
|
|
DEPENDS:=+python3 |
|
|
|
endef |
|
|
|
|
|
|
|