Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View 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/

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/urwid/1.3.0, sha256 locally computed
md5 a989acd54f4ff1a554add464803a9175 urwid-1.3.0.tar.gz
sha256 29f04fad3bf0a79c5491f7ebec2d50fa086e9d16359896c9204c6a92bc07aba2 urwid-1.3.0.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-urwid
#
################################################################################
PYTHON_URWID_VERSION = 1.3.0
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))