From cd0556d359c8a75553e4646fa0d3c503d37712f7 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 29 Jan 2004 16:22:57 +0000 Subject: python packages are now properly named BKrev: 40193361c5sNhqyBOu4DCFYzvmC2xw --- python/numeric_23.1.oe | 16 ------ python/pexpect_0.99.oe | 10 ---- python/py-xmlrpc_0.8.8.3.oe | 0 python/pyao_0.82.oe | 0 python/pycap_0.1.6.oe | 10 ---- python/pycrypto_1.9a6.oe | 0 python/pygame-1.6/Setup | 0 python/pygame_1.6.oe | 0 python/pymad_0.5.1.oe | 0 python/pyogg_1.3.oe | 0 python/pyqt-3.10-r0/add-missing-feature-test.patch | 0 python/pyqt-3.10-r0/features | 0 python/pyqt-3.10-r0/libqpe-opie.patch | 0 python/pyqt_3.10.oe | 64 ---------------------- python/pyserial_2.0.oe | 13 ----- python/pysqlite_0.5.0.oe | 11 ---- python/python-ao_0.82.oe | 0 python/python-crypto_1.9a6.oe | 0 python/python-mad_0.5.1.oe | 0 python/python-native_2.3.3.oe | 4 +- python/python-numeric_23.1.oe | 0 python/python-ogg_1.3.oe | 0 python/python-pexpect_0.99.oe | 0 python/python-pycap_0.1.6.oe | 0 python/python-pygame-1.6/Setup | 0 python/python-pygame_1.6.oe | 0 .../add-missing-feature-test.patch | 0 python/python-pyqt-3.10/features | 0 python/python-pyqt-3.10/libqpe-opie.patch | 0 python/python-pyqt_3.10.oe | 0 python/python-pyserial_2.0.oe | 0 python/python-pyxml_0.8.3.oe | 0 python/python-pyxmlrpc_0.8.8.3.oe | 0 python/python-sgmlop_1.1.oe | 0 python/python-sqlite_0.5.0.oe | 0 python/python-vmaps_1.1.oe | 0 python/python-vorbis-1.3/disable-oggcheck.patch | 0 python/python-vorbis_1.3.oe | 0 python/python_2.3.3.oe | 4 +- python/pyvorbis-1.3/disable-oggcheck.patch | 0 python/pyvorbis_1.3.oe | 21 ------- python/pyxml_0.8.3.oe | 12 ---- python/sgmlop_1.1.oe | 11 ---- python/vmaps_1.1.oe | 0 44 files changed, 4 insertions(+), 172 deletions(-) delete mode 100644 python/numeric_23.1.oe delete mode 100644 python/pexpect_0.99.oe delete mode 100644 python/py-xmlrpc_0.8.8.3.oe delete mode 100644 python/pyao_0.82.oe delete mode 100644 python/pycap_0.1.6.oe delete mode 100644 python/pycrypto_1.9a6.oe delete mode 100644 python/pygame-1.6/Setup delete mode 100644 python/pygame_1.6.oe delete mode 100644 python/pymad_0.5.1.oe delete mode 100644 python/pyogg_1.3.oe delete mode 100644 python/pyqt-3.10-r0/add-missing-feature-test.patch delete mode 100644 python/pyqt-3.10-r0/features delete mode 100644 python/pyqt-3.10-r0/libqpe-opie.patch delete mode 100644 python/pyqt_3.10.oe delete mode 100644 python/pyserial_2.0.oe delete mode 100644 python/pysqlite_0.5.0.oe create mode 100644 python/python-ao_0.82.oe create mode 100644 python/python-crypto_1.9a6.oe create mode 100644 python/python-mad_0.5.1.oe create mode 100644 python/python-numeric_23.1.oe create mode 100644 python/python-ogg_1.3.oe create mode 100644 python/python-pexpect_0.99.oe create mode 100644 python/python-pycap_0.1.6.oe create mode 100644 python/python-pygame-1.6/Setup create mode 100644 python/python-pygame_1.6.oe create mode 100644 python/python-pyqt-3.10/add-missing-feature-test.patch create mode 100644 python/python-pyqt-3.10/features create mode 100644 python/python-pyqt-3.10/libqpe-opie.patch create mode 100644 python/python-pyqt_3.10.oe create mode 100644 python/python-pyserial_2.0.oe create mode 100644 python/python-pyxml_0.8.3.oe create mode 100644 python/python-pyxmlrpc_0.8.8.3.oe create mode 100644 python/python-sgmlop_1.1.oe create mode 100644 python/python-sqlite_0.5.0.oe create mode 100644 python/python-vmaps_1.1.oe create mode 100644 python/python-vorbis-1.3/disable-oggcheck.patch create mode 100644 python/python-vorbis_1.3.oe delete mode 100644 python/pyvorbis-1.3/disable-oggcheck.patch delete mode 100644 python/pyvorbis_1.3.oe delete mode 100644 python/pyxml_0.8.3.oe delete mode 100644 python/sgmlop_1.1.oe delete mode 100644 python/vmaps_1.1.oe 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 " -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 " -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/py-xmlrpc_0.8.8.3.oe b/python/py-xmlrpc_0.8.8.3.oe deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/python/pyao_0.82.oe b/python/pyao_0.82.oe deleted file mode 100644 index e69de29bb2..0000000000 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 " -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/pycrypto_1.9a6.oe b/python/pycrypto_1.9a6.oe deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/python/pygame-1.6/Setup b/python/pygame-1.6/Setup deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/python/pygame_1.6.oe b/python/pygame_1.6.oe deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/python/pymad_0.5.1.oe b/python/pymad_0.5.1.oe deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/python/pyogg_1.3.oe b/python/pyogg_1.3.oe deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/python/pyqt-3.10-r0/add-missing-feature-test.patch b/python/pyqt-3.10-r0/add-missing-feature-test.patch deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/python/pyqt-3.10-r0/features b/python/pyqt-3.10-r0/features deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/python/pyqt-3.10-r0/libqpe-opie.patch b/python/pyqt-3.10-r0/libqpe-opie.patch deleted file mode 100644 index e69de29bb2..0000000000 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 " -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 " -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 " -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/python-ao_0.82.oe b/python/python-ao_0.82.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/python/python-crypto_1.9a6.oe b/python/python-crypto_1.9a6.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/python/python-mad_0.5.1.oe b/python/python-mad_0.5.1.oe new file mode 100644 index 0000000000..e69de29bb2 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 " SRC_URI = ftp://www.python.org/pub/python/${PV}/Python-${PV}.tar.bz2 \ diff --git a/python/python-numeric_23.1.oe b/python/python-numeric_23.1.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/python/python-ogg_1.3.oe b/python/python-ogg_1.3.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/python/python-pexpect_0.99.oe b/python/python-pexpect_0.99.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/python/python-pycap_0.1.6.oe b/python/python-pycap_0.1.6.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/python/python-pygame-1.6/Setup b/python/python-pygame-1.6/Setup new file mode 100644 index 0000000000..e69de29bb2 diff --git a/python/python-pygame_1.6.oe b/python/python-pygame_1.6.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/python/python-pyqt-3.10/add-missing-feature-test.patch b/python/python-pyqt-3.10/add-missing-feature-test.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/python/python-pyqt-3.10/features b/python/python-pyqt-3.10/features new file mode 100644 index 0000000000..e69de29bb2 diff --git a/python/python-pyqt-3.10/libqpe-opie.patch b/python/python-pyqt-3.10/libqpe-opie.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/python/python-pyqt_3.10.oe b/python/python-pyqt_3.10.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/python/python-pyserial_2.0.oe b/python/python-pyserial_2.0.oe new file mode 100644 index 0000000000..e69de29bb2 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 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 diff --git a/python/python-sgmlop_1.1.oe b/python/python-sgmlop_1.1.oe new file mode 100644 index 0000000000..e69de29bb2 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 diff --git a/python/python-vmaps_1.1.oe b/python/python-vmaps_1.1.oe new file mode 100644 index 0000000000..e69de29bb2 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 diff --git a/python/python-vorbis_1.3.oe b/python/python-vorbis_1.3.oe new file mode 100644 index 0000000000..e69de29bb2 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 " RDEPENDS="libc6" DEPENDS=virtual/libc python-native diff --git a/python/pyvorbis-1.3/disable-oggcheck.patch b/python/pyvorbis-1.3/disable-oggcheck.patch deleted file mode 100644 index e69de29bb2..0000000000 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 " -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 " -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 " -RDEPENDS="libc6 python-core" -DEPENDS=virtual/libc - -SRC_URI = http://www.vanille.de/mirror/${P}.tar.bz2 - -inherit distutils - diff --git a/python/vmaps_1.1.oe b/python/vmaps_1.1.oe deleted file mode 100644 index e69de29bb2..0000000000 -- cgit v1.2.3