python-python3-setuptools: add LICENSE information
authorEneas U de Queiroz <redacted>
Tue, 21 May 2019 13:11:03 +0000 (10:11 -0300)
committerEneas U de Queiroz <redacted>
Tue, 21 May 2019 17:44:40 +0000 (14:44 -0300)
CVE id was left commented out as it is not handled by uscan.

Signed-off-by: Eneas U de Queiroz <redacted>
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

index cba9255f4b0ce8326955dc2c7d4cfd1ce0ae6086..9da17ae591cb0a8b363206961c2c01aac2a82962 100644 (file)
@@ -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
index f90b018648be35a13fb02dabb7ec9d9ca1628c1a..c6d951a551577116eab72b5a32207164aaee9e40 100644 (file)
@@ -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
 
index abef3f2ca3a49b29ff23074eed614a92ad3ce26a..999eb1943e006b46a66eb43a1f34389ff4d37f31 100644 (file)
@@ -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
index 5cb5f58de0e4ffc30526d5ac23ed04a4cf62a2fc..ce1fb5c1168e38005902c98d22401b93b287b646 100644 (file)
@@ -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
 
git clone https://git.99rst.org/PROJECT