Update buidlroot to version 2016.08.1
This commit is contained in:
6
bsp/buildroot/package/python-argh/Config.in
Normal file
6
bsp/buildroot/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/
|
||||
4
bsp/buildroot/package/python-argh/python-argh.hash
Normal file
4
bsp/buildroot/package/python-argh/python-argh.hash
Normal 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
|
||||
14
bsp/buildroot/package/python-argh/python-argh.mk
Normal file
14
bsp/buildroot/package/python-argh/python-argh.mk
Normal 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))
|
||||
Reference in New Issue
Block a user