summaryrefslogtreecommitdiff
path: root/python/python-sgmlop_1.1.oe
blob: 5c340b1e52dc512d7401955002d6b1a8a68d1027 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "Pythonware Fast SGML Parser for Python"
SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
DEPENDS = "virtual/libc"
SRCNAME = "sgmlop"

SRC_URI = "http://www.vanille.de/mirror/${SRCNAME}-${PV}.tar.bz2"
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils