summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3-packaging_20.4.bb14
-rw-r--r--meta/recipes-devtools/python/python3-packaging_20.7.bb23
2 files changed, 23 insertions, 14 deletions
diff --git a/meta/recipes-devtools/python/python3-packaging_20.4.bb b/meta/recipes-devtools/python/python3-packaging_20.4.bb
deleted file mode 100644
index c75707e69c7..00000000000
--- a/meta/recipes-devtools/python/python3-packaging_20.4.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "Core utilities for Python packages"
-HOMEPAGE = "https://github.com/pypa/packaging"
-LICENSE = "Apache-2.0 & BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91"
-
-SRC_URI[md5sum] = "3208229da731c5d8e29d4d8941e75005"
-SRC_URI[sha256sum] = "4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8"
-
-inherit pypi setuptools3
-
-BBCLASSEXTEND = "native"
-
-DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
-RDEPENDS_${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-pyparsing"
diff --git a/meta/recipes-devtools/python/python3-packaging_20.7.bb b/meta/recipes-devtools/python/python3-packaging_20.7.bb
new file mode 100644
index 00000000000..a1c981a927a
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-packaging_20.7.bb
@@ -0,0 +1,23 @@
+SUMMARY = "Core utilities for Python packages"
+DESCRIPTION = "Reusable core utilities for various Python Packaging \
+interoperability specifications. \
+\
+This library provides utilities that implement the interoperability \
+specifications which have clearly one correct behaviour (eg: PEP 440) or \
+benefit greatly from having a single shared implementation (eg: PEP 425). \
+\
+The packaging project includes the following: version handling, specifiers, \
+markers, requirements, tags, utilities."
+HOMEPAGE = "https://github.com/pypa/packaging"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0 & BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91"
+
+SRC_URI[sha256sum] = "05af3bb85d320377db281cf254ab050e1a7ebcbf5410685a9a407e18a1f81236"
+
+inherit pypi setuptools3
+
+BBCLASSEXTEND = "native"
+
+DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
+RDEPENDS_${PN} += "${PYTHON_PN}-pyparsing"