summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-01-14 01:52:50 +0000
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-01-14 01:52:50 +0000
commita6485e2f764c3576012c262eb4b669b628f34015 (patch)
tree29ec7595dcbc0340822f434fb33598f4971d2469
parenta6c501af2af5c2bb342302d0f822ba3b0ee8d1e1 (diff)
python-urwid: remove
-rw-r--r--packages/python/python-urwid_0.9.8.1.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/python/python-urwid_0.9.8.1.bb b/packages/python/python-urwid_0.9.8.1.bb
deleted file mode 100644
index 75c3c84701..0000000000
--- a/packages/python/python-urwid_0.9.8.1.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "A Python Widget library based on python-curses."
-SECTION = "devel/python"
-PRIORITY = "optional"
-LICENSE = "LGPL"
-RDEPENDS = "python-curses"
-SRCNAME = "urwid"
-PR = "ml0"
-
-SRC_URI = "http://excess.org/urwid/urwid-${PV}.tar.gz"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit distutils