python-python3-pip: add LICENSE information 9047/head
authorEneas U de Queiroz <cote2004-github@yahoo.com>
Tue, 21 May 2019 13:13:21 +0000 (10:13 -0300)
committerEneas U de Queiroz <cote2004-github@yahoo.com>
Tue, 21 May 2019 17:46:13 +0000 (14:46 -0300)
CVE id was left commented out as it is not handled by uscan.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
lang/python/python-version.mk
lang/python/python/files/python-package-pip.mk
lang/python/python3-version.mk
lang/python/python3/files/python3-package-pip.mk

index 9da17ae591cb0a8b363206961c2c01aac2a82962..4182176232bab7c3213798ed41e0ed84f4da3e92 100644 (file)
@@ -9,7 +9,7 @@ PYTHON_VERSION:=2.7
 PYTHON_VERSION_MICRO:=16
 
 PYTHON_SETUPTOOLS_PKG_RELEASE:=2
-PYTHON_PIP_PKG_RELEASE:=1
+PYTHON_PIP_PKG_RELEASE:=2
 
 PYTHON_SETUPTOOLS_VERSION:=40.6.2
 PYTHON_PIP_VERSION:=18.1
index e0c6de97875417480bda7e353566ed88b66ebe80..fecc5d901d8fcd6bc59c7a3029f17e75e59c0c18 100644 (file)
@@ -9,6 +9,9 @@ define Package/python-pip
 $(call Package/python/Default)
   TITLE:=Python $(PYTHON_VERSION) pip module
   VERSION:=$(PYTHON_PIP_VERSION)-$(PYTHON_PIP_PKG_RELEASE)
+  LICENSE:=MIT
+  LICENSE_FILES:=LICENSE.txt
+#  CPE_ID:=cpe:/a:python:pip # not currently handled this way by uscan
   DEPENDS:=+python +python-setuptools +python-pip-conf
 endef
 
index 999eb1943e006b46a66eb43a1f34389ff4d37f31..9eebeb26012ed0e36c0990a28976117464fb0dda 100644 (file)
@@ -13,7 +13,7 @@ PYTHON3_VERSION_MICRO:=2
 PYTHON3_VERSION:=$(PYTHON3_VERSION_MAJOR).$(PYTHON3_VERSION_MINOR)
 
 PYTHON3_SETUPTOOLS_PKG_RELEASE:=2
-PYTHON3_PIP_PKG_RELEASE:=1
+PYTHON3_PIP_PKG_RELEASE:=2
 
 PYTHON3_SETUPTOOLS_VERSION:=40.6.2
 PYTHON3_PIP_VERSION:=18.1
index 677f61efa30eae70af2800ed7f3ca1fe14e55c4f..9f942c660054247a89a8aed4ebf47bf1482de21f 100644 (file)
@@ -9,6 +9,9 @@ define Package/python3-pip
 $(call Package/python3/Default)
   TITLE:=Python $(PYTHON3_VERSION) pip module
   VERSION:=$(PYTHON3_PIP_VERSION)-$(PYTHON3_PIP_PKG_RELEASE)
+  LICENSE:=MIT
+  LICENSE_FILES:=LICENSE.txt
+#  CPE_ID:=cpe:/a:python:pip # not currently handled this way by uscan
   DEPENDS:=+python3 +python3-setuptools +python-pip-conf
 endef