update buildroot to 2017.02.11
This commit is contained in:
6
bsp/buildroot-2017.02.11/package/python-argh/Config.in
Normal file
6
bsp/buildroot-2017.02.11/package/python-argh/Config.in
Normal 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/
|
||||
@@ -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
|
||||
14
bsp/buildroot-2017.02.11/package/python-argh/python-argh.mk
Normal file
14
bsp/buildroot-2017.02.11/package/python-argh/python-argh.mk
Normal 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 = LGPLv3+
|
||||
PYTHON_ARGH_LICENSE_FILES = README.rst
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user