diff options
Diffstat (limited to 'python/python-sgmlop_1.1.oe')
-rw-r--r-- | python/python-sgmlop_1.1.oe | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/python/python-sgmlop_1.1.oe b/python/python-sgmlop_1.1.oe deleted file mode 100644 index 6b26a3430b..0000000000 --- a/python/python-sgmlop_1.1.oe +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "Pythonware Fast SGML Parser for Python" -SECTION = "devel/python" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -RDEPENDS = "python-core" -SRCNAME = "sgmlop" - -SRC_URI = "http://www.vanille.de/mirror/${SRCNAME}-${PV}.tar.bz2" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils |