From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../recipes-devtools/python/python-packaging_20.0.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 external/meta-python2/recipes-devtools/python/python-packaging_20.0.bb (limited to 'external/meta-python2/recipes-devtools/python/python-packaging_20.0.bb') diff --git a/external/meta-python2/recipes-devtools/python/python-packaging_20.0.bb b/external/meta-python2/recipes-devtools/python/python-packaging_20.0.bb new file mode 100644 index 00000000..e19bca30 --- /dev/null +++ b/external/meta-python2/recipes-devtools/python/python-packaging_20.0.bb @@ -0,0 +1,15 @@ +SUMMARY = "Core utilities for Python packages" +DESCRIPTION = "The packaging project includes the following: version handling, \ +specifiers, markers, requirements, tags, utilities." +HOMEPAGE = "https://github.com/pypa/packaging" +LICENSE = "Apache-2.0 & BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" + +SRC_URI[md5sum] = "93d6ccbdfcb5b7697b6ecea53ecc294b" +SRC_URI[sha256sum] = "fe1d8331dfa7cc0a883b49d75fc76380b2ab2734b220fbb87d774e4fd4b851f8" + +inherit pypi setuptools + +DEPENDS += "${PYTHON_PN}-setuptools-scm-native" + +RDEPENDS_${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-pyparsing" -- cgit 1.2.3-korg