generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
11
package/python-configshell-fb/Config.in
Normal file
11
package/python-configshell-fb/Config.in
Normal file
@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_PYTHON_CONFIGSHELL_FB
|
||||
bool "python-configshell-fb"
|
||||
select BR2_PACKAGE_PYTHON_PYPARSING
|
||||
select BR2_PACKAGE_PYTHON3_READLINE
|
||||
select BR2_PACKAGE_PYTHON_SIX
|
||||
select BR2_PACKAGE_PYTHON_URWID
|
||||
help
|
||||
configshell-fb is a Python library that provides a framework
|
||||
for building simple but nice CLI-based applications.
|
||||
|
||||
https://github.com/open-iscsi/configshell-fb
|
||||
3
package/python-configshell-fb/python-configshell-fb.hash
Normal file
3
package/python-configshell-fb/python-configshell-fb.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# locally computed
|
||||
sha256 24b47284b463dcfb9ee0c1558827e13442127e62fa279b6e0253f136cf49058c python-configshell-fb-1.1.29.tar.gz
|
||||
sha256 5df2a0d87d6c562f0ea11c688ac52532aa28d744cabc7994ff0537f64b3b3320 COPYING
|
||||
16
package/python-configshell-fb/python-configshell-fb.mk
Normal file
16
package/python-configshell-fb/python-configshell-fb.mk
Normal file
@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-configshell-fb
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# When upgrading the version, be sure to also upgrade python-rtslib-fb
|
||||
# and targetcli-fb at the same time.
|
||||
PYTHON_CONFIGSHELL_FB_VERSION = 1.1.29
|
||||
PYTHON_CONFIGSHELL_FB_SITE = $(call github,open-iscsi,configshell-fb,v$(PYTHON_CONFIGSHELL_FB_VERSION))
|
||||
PYTHON_CONFIGSHELL_FB_LICENSE = Apache-2.0
|
||||
PYTHON_CONFIGSHELL_FB_LICENSE_FILES = COPYING
|
||||
PYTHON_CONFIGSHELL_FB_SETUP_TYPE = setuptools
|
||||
PYTHON_CONFIGSHELL_FB_DEPENDENCIES = python-pyparsing python-six python-urwid
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user