mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
python-urwid: new package
Urwid is a console user interface library for Python. Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
9e540c7517
commit
a1b1c2f024
@ -508,6 +508,7 @@ menu "external python modules"
|
|||||||
source "package/python-simplejson/Config.in"
|
source "package/python-simplejson/Config.in"
|
||||||
source "package/python-thrift/Config.in"
|
source "package/python-thrift/Config.in"
|
||||||
source "package/python-tornado/Config.in"
|
source "package/python-tornado/Config.in"
|
||||||
|
source "package/python-urwid/Config.in"
|
||||||
source "package/python-versiontools/Config.in"
|
source "package/python-versiontools/Config.in"
|
||||||
endmenu
|
endmenu
|
||||||
endif
|
endif
|
||||||
|
7
package/python-urwid/Config.in
Normal file
7
package/python-urwid/Config.in
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
config BR2_PACKAGE_PYTHON_URWID
|
||||||
|
bool "python-urwid"
|
||||||
|
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
|
||||||
|
help
|
||||||
|
Urwid is a console user interface library for Python
|
||||||
|
|
||||||
|
http://urwid.org/
|
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 = 1.2.1
|
||||||
|
PYTHON_URWID_SOURCE = urwid-$(PYTHON_URWID_VERSION).tar.gz
|
||||||
|
PYTHON_URWID_SITE = https://pypi.python.org/packages/source/u/urwid
|
||||||
|
PYTHON_URWID_LICENSE = LGPLv2.1+
|
||||||
|
PYTHON_URWID_LICENSE_FILES = COPYING
|
||||||
|
PYTHON_URWID_SETUP_TYPE = setuptools
|
||||||
|
|
||||||
|
$(eval $(python-package))
|
Loading…
x
Reference in New Issue
Block a user