summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-01-29 16:22:57 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-01-29 16:22:57 +0000
commitcd0556d359c8a75553e4646fa0d3c503d37712f7 (patch)
tree79653449220f1df0388aa682f6652e8c523b86dd
parent926511c542eedd487a51bcbc2833be0d783ed9bb (diff)
python packages are now properly named
BKrev: 40193361c5sNhqyBOu4DCFYzvmC2xw
-rw-r--r--python/numeric_23.1.oe16
-rw-r--r--python/pexpect_0.99.oe10
-rw-r--r--python/pycap_0.1.6.oe10
-rw-r--r--python/pyqt_3.10.oe64
-rw-r--r--python/pyserial_2.0.oe13
-rw-r--r--python/pysqlite_0.5.0.oe11
-rw-r--r--python/python-ao_0.82.oe (renamed from python/py-xmlrpc_0.8.8.3.oe)0
-rw-r--r--python/python-crypto_1.9a6.oe (renamed from python/pyao_0.82.oe)0
-rw-r--r--python/python-mad_0.5.1.oe (renamed from python/pycrypto_1.9a6.oe)0
-rw-r--r--python/python-native_2.3.3.oe4
-rw-r--r--python/python-numeric_23.1.oe (renamed from python/pygame-1.6/Setup)0
-rw-r--r--python/python-ogg_1.3.oe (renamed from python/pygame_1.6.oe)0
-rw-r--r--python/python-pexpect_0.99.oe (renamed from python/pymad_0.5.1.oe)0
-rw-r--r--python/python-pycap_0.1.6.oe (renamed from python/pyogg_1.3.oe)0
-rw-r--r--python/python-pygame-1.6/Setup (renamed from python/pyqt-3.10-r0/add-missing-feature-test.patch)0
-rw-r--r--python/python-pygame_1.6.oe (renamed from python/pyqt-3.10-r0/features)0
-rw-r--r--python/python-pyqt-3.10/add-missing-feature-test.patch (renamed from python/pyqt-3.10-r0/libqpe-opie.patch)0
-rw-r--r--python/python-pyqt-3.10/features (renamed from python/pyvorbis-1.3/disable-oggcheck.patch)0
-rw-r--r--python/python-pyqt-3.10/libqpe-opie.patch (renamed from python/vmaps_1.1.oe)0
-rw-r--r--python/python-pyqt_3.10.oe0
-rw-r--r--python/python-pyserial_2.0.oe0
-rw-r--r--python/python-pyxml_0.8.3.oe0
-rw-r--r--python/python-pyxmlrpc_0.8.8.3.oe0
-rw-r--r--python/python-sgmlop_1.1.oe0
-rw-r--r--python/python-sqlite_0.5.0.oe0
-rw-r--r--python/python-vmaps_1.1.oe0
-rw-r--r--python/python-vorbis-1.3/disable-oggcheck.patch0
-rw-r--r--python/python-vorbis_1.3.oe0
-rw-r--r--python/python_2.3.3.oe4
-rw-r--r--python/pyvorbis_1.3.oe21
-rw-r--r--python/pyxml_0.8.3.oe12
-rw-r--r--python/sgmlop_1.1.oe11
32 files changed, 4 insertions, 172 deletions
diff --git a/python/numeric_23.1.oe b/python/numeric_23.1.oe
deleted file mode 100644
index eb198a2c19..0000000000
--- a/python/numeric_23.1.oe
+++ /dev/null
@@ -1,16 +0,0 @@
-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
-
-SRC_URI = ${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz
-S = ${WORKDIR}/Numeric-${PV}
-
-inherit distutils
-
-do_stage() {
- cp -a Include/Numeric ${STAGING_INCDIR}
-}
-
diff --git a/python/pexpect_0.99.oe b/python/pexpect_0.99.oe
deleted file mode 100644
index c40a9eb0f0..0000000000
--- a/python/pexpect_0.99.oe
+++ /dev/null
@@ -1,10 +0,0 @@
-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
-
-SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tgz
-
-inherit distutils
diff --git a/python/pycap_0.1.6.oe b/python/pycap_0.1.6.oe
deleted file mode 100644
index 4d4a251555..0000000000
--- a/python/pycap_0.1.6.oe
+++ /dev/null
@@ -1,10 +0,0 @@
-DESCRIPTION=Python Packet Capture Library
-SECTION="base"
-PRIORITY="optional"
-MAINTAINER="Michael Lauer <mickey@Vanille.de>"
-RDEPENDS=libc6 python-core libnet (1.1.1) libpcap (0.7.2)
-DEPENDS=virtual/libc libpcap-0.7.2 libnet-1.1.1
-
-SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz
-
-inherit distutils
diff --git a/python/pyqt_3.10.oe b/python/pyqt_3.10.oe
deleted file mode 100644
index 4bfd76661a..0000000000
--- a/python/pyqt_3.10.oe
+++ /dev/null
@@ -1,64 +0,0 @@
-DESCRIPTION="Python Qt/Embedded + Qt/Palmtop Bindings"
-SECTION="base"
-PRIORITY="optional"
-MAINTAINER="Michael Lauer <mickey@Vanille.de>"
-LICENSE="GPL"
-DEPENDS="virtual/libc virtual/libqte2 virtual/libqpe1"
-
-SRC_URI = http://www.vanille.de/mirror/PyQt-x11-gpl-${PV}.tar.gz \
- file://${FILESDIR}/libqpe-opie.patch;patch=1 \
- file://${FILESDIR}/add-missing-feature-test.patch;patch=1
-
-S = ${WORKDIR}/PyQt-x11-gpl-${PV}
-
-inherit qmake
-
-export QTDIR=${STAGING_DIR}/target
-
-EXTRA_QMAKEVARS_POST = ' QMAKE_UIC=${STAGING_BINDIR}/uic QMAKE_MOC=${STAGING_BINDIR}/moc QMAKE_RPATH=-Wl,-rpath-link, \
- CONFIG=qte CONFIG+=warn_on CONFIG+=release \
- DESTDIR=${STAGING_LIBDIR}/python2.3/site-packages \
- DEFINES=SIP_MAKE_DLL DEFINES+=SIP_QT_SUPPORT \
- INCLUDEPATH=. \
- INCLUDEPATH+=${STAGING_DIR}/build/include/python2.3 \
- INCLUDEPATH+=${STAGING_DIR}/target/include \
- LIBS=-L${STAGING_LIBDIR}/python2.3/site-packages \
- LIBS+=-L${STAGING_LIBDIR} LIBS+=-lqte LIBS+=-lqpe LIBS+=-lsip '
-
-PYTHON=${STAGING_BINDIR}/python
-SIP=${STAGING_BINDIR}/sip
-QMAKE=${STAGING_BINDIR}/qmake
-QMAKESPEC=${QMAKE_MKSPEC_PATH}/qws/${TARGET_OS}-${TARGET_ARCH}-g++
-
-MODULES=qt qtcanvas qtnetwork qttable qtpe
-
-do_configure() {
- for module in ${MODULES}
- do
- mkdir -p ${module}
- ${SIP} -Isip -tWS_QWS -tQtPE_1_6_0 -tQt_2_3_1 -z${FILESDIR}/features -c ${module} -m ${module}.pro.in sip/${module}/${module}mod.sip
- mv -f ${module}.pro.in ${module}/${module}.pro
- done
-
- for module in ${MODULES}
- do
- cd ${S}/${module}
- ${QMAKE} -spec ${QMAKESPEC} -after TARGET=${module}cmodule ${EXTRA_QMAKEVARS_POST}
- done
-}
-
-do_compile() {
- for module in ${MODULES}
- do
- cd ${S}/${module}
- oe_runmake
- done
-}
-
-do_stage() {
- install -d ${STAGING_SIPDIR}
- for module in ${MODULES}
- do
- cp -a ${S}/sip/${module}/*.sip ${STAGING_SIPDIR}/
- done
-}
diff --git a/python/pyserial_2.0.oe b/python/pyserial_2.0.oe
deleted file mode 100644
index 68a7453aef..0000000000
--- a/python/pyserial_2.0.oe
+++ /dev/null
@@ -1,13 +0,0 @@
-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
deleted file mode 100644
index 65759603b5..0000000000
--- a/python/pysqlite_0.5.0.oe
+++ /dev/null
@@ -1,11 +0,0 @@
-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 sqlite
-
-SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz
-S = ${WORKDIR}/${PN}
-
-inherit distutils
diff --git a/python/py-xmlrpc_0.8.8.3.oe b/python/python-ao_0.82.oe
index e69de29bb2..e69de29bb2 100644
--- a/python/py-xmlrpc_0.8.8.3.oe
+++ b/python/python-ao_0.82.oe
diff --git a/python/pyao_0.82.oe b/python/python-crypto_1.9a6.oe
index e69de29bb2..e69de29bb2 100644
--- a/python/pyao_0.82.oe
+++ b/python/python-crypto_1.9a6.oe
diff --git a/python/pycrypto_1.9a6.oe b/python/python-mad_0.5.1.oe
index e69de29bb2..e69de29bb2 100644
--- a/python/pycrypto_1.9a6.oe
+++ b/python/python-mad_0.5.1.oe
diff --git a/python/python-native_2.3.3.oe b/python/python-native_2.3.3.oe
index 118a1d6a14..9f4de461cc 100644
--- a/python/python-native_2.3.3.oe
+++ b/python/python-native_2.3.3.oe
@@ -1,6 +1,6 @@
DESCRIPTION="Python Programming Language"
-SECTION="base"
-PRIORITY="optional"
+SECTION=base
+PRIORITY=optional
MAINTAINER="Michael Lauer <mickey@Vanille.de>"
SRC_URI = ftp://www.python.org/pub/python/${PV}/Python-${PV}.tar.bz2 \
diff --git a/python/pygame-1.6/Setup b/python/python-numeric_23.1.oe
index e69de29bb2..e69de29bb2 100644
--- a/python/pygame-1.6/Setup
+++ b/python/python-numeric_23.1.oe
diff --git a/python/pygame_1.6.oe b/python/python-ogg_1.3.oe
index e69de29bb2..e69de29bb2 100644
--- a/python/pygame_1.6.oe
+++ b/python/python-ogg_1.3.oe
diff --git a/python/pymad_0.5.1.oe b/python/python-pexpect_0.99.oe
index e69de29bb2..e69de29bb2 100644
--- a/python/pymad_0.5.1.oe
+++ b/python/python-pexpect_0.99.oe
diff --git a/python/pyogg_1.3.oe b/python/python-pycap_0.1.6.oe
index e69de29bb2..e69de29bb2 100644
--- a/python/pyogg_1.3.oe
+++ b/python/python-pycap_0.1.6.oe
diff --git a/python/pyqt-3.10-r0/add-missing-feature-test.patch b/python/python-pygame-1.6/Setup
index e69de29bb2..e69de29bb2 100644
--- a/python/pyqt-3.10-r0/add-missing-feature-test.patch
+++ b/python/python-pygame-1.6/Setup
diff --git a/python/pyqt-3.10-r0/features b/python/python-pygame_1.6.oe
index e69de29bb2..e69de29bb2 100644
--- a/python/pyqt-3.10-r0/features
+++ b/python/python-pygame_1.6.oe
diff --git a/python/pyqt-3.10-r0/libqpe-opie.patch b/python/python-pyqt-3.10/add-missing-feature-test.patch
index e69de29bb2..e69de29bb2 100644
--- a/python/pyqt-3.10-r0/libqpe-opie.patch
+++ b/python/python-pyqt-3.10/add-missing-feature-test.patch
diff --git a/python/pyvorbis-1.3/disable-oggcheck.patch b/python/python-pyqt-3.10/features
index e69de29bb2..e69de29bb2 100644
--- a/python/pyvorbis-1.3/disable-oggcheck.patch
+++ b/python/python-pyqt-3.10/features
diff --git a/python/vmaps_1.1.oe b/python/python-pyqt-3.10/libqpe-opie.patch
index e69de29bb2..e69de29bb2 100644
--- a/python/vmaps_1.1.oe
+++ b/python/python-pyqt-3.10/libqpe-opie.patch
diff --git a/python/python-pyqt_3.10.oe b/python/python-pyqt_3.10.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/python/python-pyqt_3.10.oe
diff --git a/python/python-pyserial_2.0.oe b/python/python-pyserial_2.0.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/python/python-pyserial_2.0.oe
diff --git a/python/python-pyxml_0.8.3.oe b/python/python-pyxml_0.8.3.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/python/python-pyxml_0.8.3.oe
diff --git a/python/python-pyxmlrpc_0.8.8.3.oe b/python/python-pyxmlrpc_0.8.8.3.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/python/python-pyxmlrpc_0.8.8.3.oe
diff --git a/python/python-sgmlop_1.1.oe b/python/python-sgmlop_1.1.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/python/python-sgmlop_1.1.oe
diff --git a/python/python-sqlite_0.5.0.oe b/python/python-sqlite_0.5.0.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/python/python-sqlite_0.5.0.oe
diff --git a/python/python-vmaps_1.1.oe b/python/python-vmaps_1.1.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/python/python-vmaps_1.1.oe
diff --git a/python/python-vorbis-1.3/disable-oggcheck.patch b/python/python-vorbis-1.3/disable-oggcheck.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/python/python-vorbis-1.3/disable-oggcheck.patch
diff --git a/python/python-vorbis_1.3.oe b/python/python-vorbis_1.3.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/python/python-vorbis_1.3.oe
diff --git a/python/python_2.3.3.oe b/python/python_2.3.3.oe
index befeea1a5a..43970280a9 100644
--- a/python/python_2.3.3.oe
+++ b/python/python_2.3.3.oe
@@ -1,6 +1,6 @@
DESCRIPTION="Python Programming Language"
-SECTION="base"
-PRIORITY="optional"
+SECTION=base
+PRIORITY=optional
MAINTAINER="Michael Lauer <mickey@Vanille.de>"
RDEPENDS="libc6"
DEPENDS=virtual/libc python-native
diff --git a/python/pyvorbis_1.3.oe b/python/pyvorbis_1.3.oe
deleted file mode 100644
index 6111c0306c..0000000000
--- a/python/pyvorbis_1.3.oe
+++ /dev/null
@@ -1,21 +0,0 @@
-DESCRIPTION=Python Vorbis Bindings
-SECTION="base"
-PRIORITY="optional"
-MAINTAINER="Michael Lauer <mickey@Vanille.de>"
-RDEPENDS=libc6 python-core libvorbis pyogg
-DEPENDS=virtual/libc libvorbis pyogg
-
-SRC_URI = http://www.andrewchatham.com/pyogg/download/${P}.tar.gz \
- file://${FILESDIR}/disable-oggcheck.patch;patch=1
-
-inherit distutils
-
-do_configure_prepend() {
- touch Setup
- echo "ogg_libs = ogg" >>Setup
- echo "ogg_lib_dir = ${STAGING_LIBDIR}" >>Setup
- echo "ogg_include_dir = ${STAGING_INCDIR}" >>Setup
- echo "vorbis_libs = vorbis vorbisfile vorbisenc" >>Setup
- echo "vorbis_lib_dir = ${STAGING_LIBDIR}" >>Setup
- echo "vorbis_include_dir = ${STAGING_INCDIR}" >>Setup
-}
diff --git a/python/pyxml_0.8.3.oe b/python/pyxml_0.8.3.oe
deleted file mode 100644
index 5fce790968..0000000000
--- a/python/pyxml_0.8.3.oe
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION="A sophisticated XML Processing Package for Python"
-SECTION="base"
-PRIORITY="optional"
-MAINTAINER="Michael Lauer <mickey@Vanille.de>"
-RDEPENDS="libc6 python-core python-xml python-netclient"
-DEPENDS=virtual/libc
-
-SRC_URI = ${SOURCEFORGE_MIRROR}/pyxml/PyXML-${PV}.tar.gz
-S = ${WORKDIR}/PyXML-${PV}
-
-inherit distutils
-
diff --git a/python/sgmlop_1.1.oe b/python/sgmlop_1.1.oe
deleted file mode 100644
index 61bef7a107..0000000000
--- a/python/sgmlop_1.1.oe
+++ /dev/null
@@ -1,11 +0,0 @@
-DESCRIPTION="Pythonware Fast SGML Parser for Python"
-SECTION="base"
-PRIORITY="optional"
-MAINTAINER="Michael Lauer <mickey@Vanille.de>"
-RDEPENDS="libc6 python-core"
-DEPENDS=virtual/libc
-
-SRC_URI = http://www.vanille.de/mirror/${P}.tar.bz2
-
-inherit distutils
-