This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions
+6
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/
+3
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
+14
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))