summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-devtools/python/python-jaraco-functools.inc
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /external/meta-iot-cloud/recipes-devtools/python/python-jaraco-functools.inc
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'external/meta-iot-cloud/recipes-devtools/python/python-jaraco-functools.inc')
-rw-r--r--external/meta-iot-cloud/recipes-devtools/python/python-jaraco-functools.inc21
1 files changed, 21 insertions, 0 deletions
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"