generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/python-urwid/Config.in
Normal file
6
package/python-urwid/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_URWID
|
||||
bool "python-urwid"
|
||||
help
|
||||
Urwid is a console user interface library for Python
|
||||
|
||||
http://urwid.org/
|
||||
5
package/python-urwid/python-urwid.hash
Normal file
5
package/python-urwid/python-urwid.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/urwid/json
|
||||
md5 f7f4e6bed9ba38965dbd619520f39287 urwid-2.1.2.tar.gz
|
||||
sha256 588bee9c1cb208d0906a9f73c613d2bd32c3ed3702012f51efe318a3f2127eae urwid-2.1.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89 COPYING
|
||||
14
package/python-urwid/python-urwid.mk
Normal file
14
package/python-urwid/python-urwid.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-urwid
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_URWID_VERSION = 2.1.2
|
||||
PYTHON_URWID_SOURCE = urwid-$(PYTHON_URWID_VERSION).tar.gz
|
||||
PYTHON_URWID_SITE = https://files.pythonhosted.org/packages/94/3f/e3010f4a11c08a5690540f7ebd0b0d251cc8a456895b7e49be201f73540c
|
||||
PYTHON_URWID_LICENSE = LGPL-2.1+
|
||||
PYTHON_URWID_LICENSE_FILES = COPYING
|
||||
PYTHON_URWID_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user