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>
This commit is contained in:
Andrey Smirnov
2017-06-12 16:42:11 -07:00
committed by Thomas Petazzoni
parent 9915fb7e8f
commit 722d63be86
5 changed files with 25 additions and 0 deletions

View File

@@ -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))