+DESCRIPTION="A sophisticated Numeric Processing Package for Python"
+SECTION="base"
+PRIORITY="optional"
+MAINTAINER="Michael Lauer <mickey@Vanille.de>"
+RDEPENDS="libc6 python-core"
+DEPENDS=virtual/libc python
+
+SRC_URI = ${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz
+S = ${WORKDIR}/Numeric-${PV}
+
+inherit distutils
+
+FILES_numeric_append = ${PYFILES}
+DESCRIPTION=A Pure Python Expect like Module for Python"
+SECTION="base"
+PRIORITY="optional"
+MAINTAINER="Michael Lauer <mickey@Vanille.de>"
+RDEPENDS=libc6 python-core python-io python-terminal python-resource python-fcntl
+DEPENDS=virtual/libc python
+
+SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tgz
+
+inherit distutils
+
+FILES_pexpect_append = ${PYFILES}
+
+DESCRIPTION="Serial Port Support for Python"
+SECTION="base"
+PRIORITY="optional"
+MAINTAINER="Michael Lauer <mickey@Vanille.de>"
+RDEPENDS="libc6 python-core"
+DEPENDS=virtual/libc python
+
+SRC_URI = http://www.vanille.de/mirror/${P}.tar.bz2
+
+inherit distutils
+
+FILES_pyserial_append = ${PYFILES}
+
+DESCRIPTION="A Python extension for the SQLite Embedded Relational Database"
+SECTION="base"
+PRIORITY="optional"
+MAINTAINER="Michael Lauer <mickey@Vanille.de>"
+RDEPENDS=libc6 python-core python-re python-lang sqlite
+DEPENDS=virtual/libc python sqlite
+
+SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz
+S = ${WORKDIR}/${PN}
+
+inherit distutils
+
+FILES_pysqlite_append = ${PYFILES} ${libdir}/python2.3/site-packages/sqlite
+
inherit distutils
+FILES_pyxml_append = ${PYFILES} ${libdir}/python2.3/site_packages/_xmlplus \
+ ${libdir}/python2.3/site_packages/_xmlplus \
+ ${libdir}/python2.3/site_packages/_xmlplus/dom \
+ ${libdir}/python2.3/site_packages/_xmlplus/dom/ext \
+ ${libdir}/python2.3/site_packages/_xmlplus/dom/html \
+ ${libdir}/python2.3/site_packages/_xmlplus/sax \
+ ${libdir}/python2.3/site_packages/_xmlplus/sax/drivers \
+ ${libdir}/python2.3/site_packages/_xmlplus/utils \
+ ${libdir}/python2.3/site_packages/_xmlplus/xpath \
+ ${libdir}/python2.3/site_packages/_xmlplus/marshal \
+ ${libdir}/python2.3/site_packages/_xmlplus/unicode \
+ ${libdir}/python2.3/site_packages/_xmlplus/schema \
+ ${libdir}/python2.3/site_packages/_xmlplus/parsers \
+ ${libdir}/python2.3/site_packages/_xmlplus/parsers/xmlproc
+
+
+DESCRIPTION="Pythonware Fast SGML Parser for Python"
+SECTION="base"
+PRIORITY="optional"
+MAINTAINER="Michael Lauer <mickey@Vanille.de>"
+RDEPENDS="libc6 python-core"
+DEPENDS=virtual/libc python
+
+SRC_URI = http://www.vanille.de/mirror/${P}.tar.bz2
+
+inherit distutils
+
+FILES_sgmlop_append = ${PYFILES}
+