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 --- .../python/python-jaraco-functools.inc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 external/meta-iot-cloud/recipes-devtools/python/python-jaraco-functools.inc (limited to 'external/meta-iot-cloud/recipes-devtools/python/python-jaraco-functools.inc') diff --git a/external/meta-iot-cloud/recipes-devtools/python/python-jaraco-functools.inc b/external/meta-iot-cloud/recipes-devtools/python/python-jaraco-functools.inc new file mode 100644 index 00000000..96e0bef8 --- /dev/null +++ b/external/meta-iot-cloud/recipes-devtools/python/python-jaraco-functools.inc @@ -0,0 +1,21 @@ +SUMMARY = "Additional functools in the spirit of stdlib’s functools." +AUTHOR = "Jason R. Coombs" +HOMEPAGE = "https://github.com/jaraco/jaraco.functools" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a33f38bbf47d48c70fe0d40e5f77498e" + +PYPI_PACKAGE = "jaraco.functools" + +DEPENDS += "\ + ${PYTHON_PN}-setuptools-scm-native \ +" + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-more-itertools \ + ${PYTHON_PN}-six \ +" + +PR = "r0" + +SRC_URI[md5sum] = "7e82490c7705e6ed69934d35d5ac1d19" +SRC_URI[sha256sum] = "bad775f06e58bb8de5563bc2a8bf704168919e6779d6e849b1ca58b443e97f3b" -- cgit 1.2.3-korg