summaryrefslogtreecommitdiffstats
path: root/package/python-scandir/python-scandir.mk
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2017-06-12 16:42:11 -0700
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-06-15 22:48:32 +0200
commit722d63be865fd78f1e0e3c0c200ea85de7a48ca7 (patch)
treee9f99632a524e7feeb1fef348047642e67005e97 /package/python-scandir/python-scandir.mk
parent9915fb7e8f87399c0c7dcca04a28ca6d293ae965 (diff)
downloadbuildroot-722d63be865fd78f1e0e3c0c200ea85de7a48ca7.tar.gz
buildroot-722d63be865fd78f1e0e3c0c200ea85de7a48ca7.zip
package/python-scandir: New package
Add 'scandir'[1] package to buildroot. Needed by 'pathlib2'. [1] https://pypi.python.org/pypi/scandir Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-scandir/python-scandir.mk')
-rw-r--r--package/python-scandir/python-scandir.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/python-scandir/python-scandir.mk b/package/python-scandir/python-scandir.mk
new file mode 100644
index 0000000000..2ff8ea2990
--- /dev/null
+++ b/package/python-scandir/python-scandir.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-scandir
+#
+################################################################################
+
+PYTHON_SCANDIR_VERSION = 1.5
+PYTHON_SCANDIR_SOURCE = scandir-$(PYTHON_SCANDIR_VERSION).tar.gz
+PYTHON_SCANDIR_SITE = https://pypi.python.org/packages/bd/f4/3143e0289faf0883228017dbc6387a66d0b468df646645e29e1eb89ea10e
+PYTHON_SCANDIR_LICENSE = BSD-3-Clause
+PYTHON_SCANDIR_LICENSE_FILE = LICENSE.txt
+PYTHON_SCANDIR_SETUP_TYPE = setuptools
+
+$(eval $(python-package))
OpenPOWER on IntegriCloud