Update buidlroot to version 2016.08.1

This commit is contained in:
2016-11-16 22:07:29 +01:00
parent 807ab03547
commit a1061efbc2
3636 changed files with 59539 additions and 25783 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,4 @@
# md5 from https://pypi.python.org/pypi/argh/json
md5 5a97ce2ae74bbe3b63194906213f1184 argh-0.26.1.tar.gz
# sha256 calculated by scanpypi
sha256 06a7442cb9130fb8806fe336000fcf20edf1f2f8ad205e7b62cec118505510db argh-0.26.1.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-argh
#
################################################################################
PYTHON_ARGH_VERSION = 0.26.1
PYTHON_ARGH_SOURCE = argh-$(PYTHON_ARGH_VERSION).tar.gz
PYTHON_ARGH_SITE = https://pypi.python.org/packages/14/7f/794a7f4a48cba505a4b4c714f81fed844a3a5f7340b171f448711439b09e
PYTHON_ARGH_SETUP_TYPE = setuptools
PYTHON_ARGH_LICENSE = LGPLv3+
PYTHON_ARGH_LICENSE_FILES = README.rst
$(eval $(python-package))