aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-scandir_1.10.0.bb
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2019-11-05 23:49:31 -0800
committerKhem Raj <raj.khem@gmail.com>2019-11-06 19:58:01 -0800
commit8220b1adab5d12678ab86e6c7411efe838bc9a28 (patch)
treee1de7cafbf54eb0b477389a6bd62ba8c49615177 /recipes-devtools/python/python-scandir_1.10.0.bb
parent94b949396e1ebfdb672ca01d21bb629cffc4b46d (diff)
downloadmeta-python2-8220b1adab5d12678ab86e6c7411efe838bc9a28.tar.gz
python-scandir: add version 1.10.0
It is required by python-pathlib2. The recipe refers the duplicated one in meta-iot-cloud (From meta-openembedded commit: 04f80435e890baa4a575deeda9758eb4c3c3f171) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-scandir_1.10.0.bb')
-rw-r--r--recipes-devtools/python/python-scandir_1.10.0.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-scandir_1.10.0.bb b/recipes-devtools/python/python-scandir_1.10.0.bb
new file mode 100644
index 0000000..253c234
--- /dev/null
+++ b/recipes-devtools/python/python-scandir_1.10.0.bb
@@ -0,0 +1,12 @@
+SUMMARY = "A better directory iterator and faster os.walk()"
+HOMEPAGE = "https://github.com/benhoyt/scandir"
+AUTHOR = "Ben Hoyt"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=482ee62da51806409d432a80eed4e3ea"
+
+SRC_URI = "git://github.com/benhoyt/scandir.git"
+SRCREV = "982e6ba60e7165ef965567eacd7138149c9ce292"
+
+S = "${WORKDIR}/git"
+
+inherit setuptools