Add buildroot 2018-02

This commit is contained in:
Pascal Vizeli
2018-03-17 23:47:00 +00:00
parent 3776c47f83
commit 67742041ad
10007 changed files with 405098 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_SHUTILWHICH
bool "python-shutilwhich"
help
shutil.which for those not using Python 3.3 yet.
https://pypi.python.org/pypi/shutilwhich/

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=915947c5cdae7afd748ac715ee547adb, sha256 locally computed.
md5 915947c5cdae7afd748ac715ee547adb shutilwhich-1.1.0.tar.gz
sha256 db1f39c6461e42f630fa617bb8c79090f7711c9ca493e615e43d0610ecb64dc6 shutilwhich-1.1.0.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# python-shutilwhich
#
################################################################################
PYTHON_SHUTILWHICH_VERSION = 1.1.0
PYTHON_SHUTILWHICH_SOURCE = shutilwhich-$(PYTHON_SHUTILWHICH_VERSION).tar.gz
PYTHON_SHUTILWHICH_SITE = https://pypi.python.org/packages/source/s/shutilwhich
PYTHON_SHUTILWHICH_LICENSE = Python-2.0
PYTHON_SHUTILWHICH_SETUP_TYPE = setuptools
$(eval $(python-package))