mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
First commit of Shredos v2021.08.2_19_x86-64_0.32.014
This commit is contained in:
11
package/python-docopt/Config.in
Normal file
11
package/python-docopt/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_PYTHON_DOCOPT
|
||||
bool "python-docopt"
|
||||
help
|
||||
docopt helps you create most beautiful command-line
|
||||
interfaces easily. The option parser is generated based on
|
||||
the beautiful help message that you write yourself. This way
|
||||
you don't need to write this stupid repeatable parser-code,
|
||||
and instead can write only the help message-- the way you
|
||||
want it.
|
||||
|
||||
https://github.com/docopt/docopt
|
||||
3
package/python-docopt/python-docopt.hash
Normal file
3
package/python-docopt/python-docopt.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# locally computed
|
||||
sha256 2113eed1e7fbbcd43fb7ee6a977fb02d0b482753586c9dc1a8e3b7d541426e99 python-docopt-0.6.2.tar.gz
|
||||
sha256 3d5df78f592ff2433c3c6ce4984091b7f497059ddb8c6b08a061ba48e37b67f2 LICENSE-MIT
|
||||
13
package/python-docopt/python-docopt.mk
Normal file
13
package/python-docopt/python-docopt.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-docopt
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_DOCOPT_VERSION = 0.6.2
|
||||
PYTHON_DOCOPT_SITE = $(call github,docopt,docopt,$(PYTHON_DOCOPT_VERSION))
|
||||
PYTHON_DOCOPT_LICENSE = MIT
|
||||
PYTHON_DOCOPT_LICENSE_FILES = LICENSE-MIT
|
||||
PYTHON_DOCOPT_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user