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_ARGH
bool "python-argh"
help
An unobtrusive argparse wrapper with natural syntax.
http://github.com/neithere/argh/

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/argh/json, sha256 locally computed
md5 edda25f3f0164a963dd89c0e3c619973 argh-0.26.2.tar.gz
sha256 e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65 argh-0.26.2.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-argh
#
################################################################################
PYTHON_ARGH_VERSION = 0.26.2
PYTHON_ARGH_SOURCE = argh-$(PYTHON_ARGH_VERSION).tar.gz
PYTHON_ARGH_SITE = https://pypi.python.org/packages/e3/75/1183b5d1663a66aebb2c184e0398724b624cecd4f4b679cb6e25de97ed15
PYTHON_ARGH_SETUP_TYPE = setuptools
PYTHON_ARGH_LICENSE = LGPL-3.0+
PYTHON_ARGH_LICENSE_FILES = README.rst
$(eval $(python-package))