summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-01-14 16:09:52 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-01-14 16:09:52 +0000
commit8a48829a2aa9cc53bad7fed520bd777c54d9b8ae (patch)
tree63e0486e67dcaada01114fe34696832aa1ca5e61 /python
parent8582bb813271ad648709748ac30fc2d669bcb43d (diff)
fix ipkg building by adding the proper FILES
BKrev: 400569d0dU-cGt6qMmjwtho5HeMfdA
Diffstat (limited to 'python')
-rw-r--r--python/numeric_23.1.oe13
-rw-r--r--python/pexpect_0.99.oe13
-rw-r--r--python/pyserial_2.0.oe13
-rw-r--r--python/pysqlite_0.5.0.oe14
-rw-r--r--python/pyxml_0.8.3.oe16
-rw-r--r--python/sgmlop_1.1.oe13
6 files changed, 82 insertions, 0 deletions
diff --git a/python/numeric_23.1.oe b/python/numeric_23.1.oe
index e69de29bb2..700490676e 100644
--- a/python/numeric_23.1.oe
+++ b/python/numeric_23.1.oe
@@ -0,0 +1,13 @@
+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}
diff --git a/python/pexpect_0.99.oe b/python/pexpect_0.99.oe
index e69de29bb2..5c8f27e21a 100644
--- a/python/pexpect_0.99.oe
+++ b/python/pexpect_0.99.oe
@@ -0,0 +1,13 @@
+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}
+
diff --git a/python/pyserial_2.0.oe b/python/pyserial_2.0.oe
index e69de29bb2..68a7453aef 100644
--- a/python/pyserial_2.0.oe
+++ b/python/pyserial_2.0.oe
@@ -0,0 +1,13 @@
+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}
+
diff --git a/python/pysqlite_0.5.0.oe b/python/pysqlite_0.5.0.oe
index e69de29bb2..394cc2e6ea 100644
--- a/python/pysqlite_0.5.0.oe
+++ b/python/pysqlite_0.5.0.oe
@@ -0,0 +1,14 @@
+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
+
diff --git a/python/pyxml_0.8.3.oe b/python/pyxml_0.8.3.oe
index c940eef23e..1fc5509f2c 100644
--- a/python/pyxml_0.8.3.oe
+++ b/python/pyxml_0.8.3.oe
@@ -10,3 +10,19 @@ S = ${WORKDIR}/PyXML-${PV}
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
+
+
diff --git a/python/sgmlop_1.1.oe b/python/sgmlop_1.1.oe
index e69de29bb2..ca2aeba085 100644
--- a/python/sgmlop_1.1.oe
+++ b/python/sgmlop_1.1.oe
@@ -0,0 +1,13 @@
+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}
+