diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
commit | 06f7d17e81de21a95e35b03453242bc62b05a6aa (patch) | |
tree | bc9c53bce2c6a2fdce3caf5bb45bc3f8634b56be /python | |
parent | 4b022a36ced4930af6bcdeb7d75a5ed10c4ac9cd (diff) |
First pass of .oe cleanups.
BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw
Diffstat (limited to 'python')
36 files changed, 404 insertions, 138 deletions
diff --git a/python/python-2.3.3-manifest.oe b/python/python-2.3.3-manifest.oe index de32c74ddd..0902505e8f 100644 --- a/python/python-2.3.3-manifest.oe +++ b/python/python-2.3.3-manifest.oe @@ -4,7 +4,7 @@ ### -PACKAGES="python-codecs python-threading python-distutils python-textutils python-curses python-pickle python-core python-io python-compression python-re python-xmlrpc python-terminal python-email python-image python-resource python-math python-hotshot python-unixadmin python-gdbm python-fcntl python-netclient python-pprint python-netserver python-compiler python-syslog python-html python-readline python-pydoc python-xml python-mime python-unittest python-stringold python-compile python-shell python-mmap python-zlib python-db python-lang python-crypt python-audio " +PACKAGES = "python-codecs python-threading python-distutils python-textutils python-curses python-pickle python-core python-io python-compression python-re python-xmlrpc python-terminal python-email python-image python-resource python-math python-hotshot python-unixadmin python-gdbm python-fcntl python-netclient python-pprint python-netserver python-compiler python-syslog python-html python-readline python-pydoc python-xml python-mime python-unittest python-stringold python-compile python-shell python-mmap python-zlib python-db python-lang python-crypt python-audio " FILES_python-codecs="/usr/lib/python2.3/codecs.* /usr/lib/python2.3/encodings /usr/lib/python2.3/locale.* /usr/lib/python2.3/lib-dynload/_locale.so /usr/lib/python2.3/lib-dynload/unicodedata.so /usr/lib/python2.3/gettext.* /usr/lib/python2.3/xdrlib.* " diff --git a/python/python-ao_0.82.oe b/python/python-ao_0.82.oe index f83a9226ee..1f463a8dc4 100644 --- a/python/python-ao_0.82.oe +++ b/python/python-ao_0.82.oe @@ -1,13 +1,13 @@ -DESCRIPTION=Python AO Bindings -SECTION=base -PRIORITY=optional -MAINTAINER="Michael Lauer <mickey@Vanille.de>" -RDEPENDS=libc6 libao -DEPENDS=virtual/libc libao -SRCNAME=pyao +DESCRIPTION = "Python AO Bindings" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 libao" +DEPENDS = "virtual/libc libao" +SRCNAME = "pyao" SRC_URI = http://www.andrewchatham.com/pyogg/download/${SRCNAME}-${PV}.tar.gz -S = ${WORKDIR}/${SRCNAME}-${PV} +S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils diff --git a/python/python-constraint_0.2.3.oe b/python/python-constraint_0.2.3.oe index e69de29bb2..0eb3ba0c73 100644 --- a/python/python-constraint_0.2.3.oe +++ b/python/python-constraint_0.2.3.oe @@ -0,0 +1,14 @@ +DESCRIPTION = "The constraint package is a constraint satisfaction problem solver written in 100% pure Python, using \ +constraint propagation algorithms. So far, facilities are provided to work with finite domains only. +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 python-core" +DEPENDS = "virtual/libc" +SRCNAME = "constraint" + +SRC_URI = ftp://ftp.logilab.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.gz +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + diff --git a/python/python-crypto_1.9a6.oe b/python/python-crypto_1.9a6.oe index 8041a5927b..c78edfd794 100644 --- a/python/python-crypto_1.9a6.oe +++ b/python/python-crypto_1.9a6.oe @@ -1,12 +1,12 @@ -DESCRIPTION="A collection of cryptographic algorithms and protocols" -SECTION=base -PRIORITY=optional -MAINTAINER="Michael Lauer <mickey@Vanille.de>" -RDEPENDS=libc6 python-core gmp -DEPENDS=virtual/libc gmp -SRCNAME=pycrypto +DESCRIPTION = "A collection of cryptographic algorithms and protocols" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 python-core gmp" +DEPENDS = "virtual/libc gmp" +SRCNAME = "pycrypto" SRC_URI = http://www.amk.ca/files/python/crypto/${SRCNAME}-${PV}.tar.gz -S = ${WORKDIR}/${SRCNAME}-${PV} +S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils diff --git a/python/python-curl_7.11.0.oe b/python/python-curl_7.11.0.oe index e69de29bb2..624af645d5 100644 --- a/python/python-curl_7.11.0.oe +++ b/python/python-curl_7.11.0.oe @@ -0,0 +1,12 @@ +DESCRIPTION = "libcurl Python Bindings" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 python-core curl (${PV})" +DEPENDS = "virtual/libc curl-${PV}" +SRCNAME = "pycurl" + +SRC_URI = http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils diff --git a/python/python-fnorb_1.3.oe b/python/python-fnorb_1.3.oe index e69de29bb2..88dc806f64 100644 --- a/python/python-fnorb_1.3.oe +++ b/python/python-fnorb_1.3.oe @@ -0,0 +1,13 @@ +DESCRIPTION = "A Pure Python CORBA Package" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 python-core" +DEPENDS = "virtual/libc" +SRCNAME = "Fnorb" + +SRC_URI = ${SOURCEFORGE_MIRROR}/fnorb/${SRCNAME}-${PV}.tar.gz +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + diff --git a/python/python-fpconst_0.6.0.oe b/python/python-fpconst_0.6.0.oe index e69de29bb2..a73c960e94 100644 --- a/python/python-fpconst_0.6.0.oe +++ b/python/python-fpconst_0.6.0.oe @@ -0,0 +1,14 @@ +DESCRIPTION = "This python module implements constants and functions for working with IEEE754 double-precision special values. \ +It provides constants for Not-a-Number (NaN), Positive Infinity (Inf), and Negative Infinity (-Inf), as well as functions \ +to test for these values. +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 python-core" +DEPENDS = "virtual/libc" +SRCNAME = "fpconst" + +SRC_URI = http://ftp.iasi.roedu.net/mirrors/gentoo.org/distfiles/${SRCNAME}-${PV}.tar.gz +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils diff --git a/python/python-gnosis_1.1.1.oe b/python/python-gnosis_1.1.1.oe index e69de29bb2..b6692c72fe 100644 --- a/python/python-gnosis_1.1.1.oe +++ b/python/python-gnosis_1.1.1.oe @@ -0,0 +1,13 @@ +DESCRIPTION = "Gnosis Utils contains several Python modules for XML processing, plus other generally useful tools" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 python-core" +DEPENDS = "virtual/libc" +SRCNAME = "Gnosis_Utils" + +SRC_URI = http://gnosis.cx/download/${SRCNAME}-${PV}.tar.gz +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + diff --git a/python/python-hmm_0.4.oe b/python/python-hmm_0.4.oe index e69de29bb2..f7890a4a18 100644 --- a/python/python-hmm_0.4.oe +++ b/python/python-hmm_0.4.oe @@ -0,0 +1,15 @@ +DESCRIPTION = "Hmm is a python module providing an implementation of Hidden Markov \ +Model and associated algorithms (Viterbi and Baum-Welsh). It uses Numeric \ +Python to speed up the computations. +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 python-core python-numeric" +DEPENDS = "virtual/libc" +SRCNAME = "hmm" + +SRC_URI = ftp://ftp.logilab.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.gz +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + diff --git a/python/python-irclib_0.4.3.oe b/python/python-irclib_0.4.3.oe index e69de29bb2..175b3dc44e 100644 --- a/python/python-irclib_0.4.3.oe +++ b/python/python-irclib_0.4.3.oe @@ -0,0 +1,13 @@ +DESCRIPTION = "IRC (Internet Relay Chat) Support Library" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 python-core" +DEPENDS = "virtual/libc" +SRCNAME = "pyirclib" + +SRC_URI = ${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + diff --git a/python/python-logilab_0.4.4.oe b/python/python-logilab_0.4.4.oe index e69de29bb2..d83051c7dd 100644 --- a/python/python-logilab_0.4.4.oe +++ b/python/python-logilab_0.4.4.oe @@ -0,0 +1,15 @@ +DESCRIPTION = "This package contains some modules used by different projects released by Logilab, including abstract syntax \ +tree manipulation tools, database helper functions, HTML generation, command line argument parsing, logging, and process \ +daemonization. +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 python-core" +DEPENDS = "virtual/libc" +SRCNAME = "common" + +SRC_URI = ftp://ftp.logilab.fr/pub/common/${SRCNAME}-${PV}.tar.gz +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + diff --git a/python/python-mad_0.5.1.oe b/python/python-mad_0.5.1.oe index d66ef530c7..08072f732b 100644 --- a/python/python-mad_0.5.1.oe +++ b/python/python-mad_0.5.1.oe @@ -1,13 +1,13 @@ -DESCRIPTION=Python libmad Bindings -SECTION=base -PRIORITY=optional -MAINTAINER="Michael Lauer <mickey@Vanille.de>" -RDEPENDS=libc6 python-core libmad -DEPENDS=virtual/libc libmad -SRCNAME=pymad +DESCRIPTION = "Python libmad Bindings" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 python-core libmad" +DEPENDS = "virtual/libc libmad" +SRCNAME = "pymad" SRC_URI = http://spacepants.org/src/pymad/download/${SRCNAME}-${PV}.tar.gz -S = ${WORKDIR}/${SRCNAME}-${PV} +S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils diff --git a/python/python-native_2.3.3.oe b/python/python-native_2.3.3.oe index b2e142a1f6..88d829c280 100644 --- a/python/python-native_2.3.3.oe +++ b/python/python-native_2.3.3.oe @@ -1,16 +1,16 @@ -DESCRIPTION="Python Programming Language" -SECTION=base -PRIORITY=optional -MAINTAINER="Michael Lauer <mickey@Vanille.de>" +DESCRIPTION = "Python Programming Language" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" SRC_URI = ftp://www.python.org/pub/python/${PV}/Python-${PV}.tar.bz2 \ file://${FILESDIR}/bindir-libdir.patch;patch=1 \ file://${FILESDIR}/cross-distutils.patch;patch=1 -S = ${WORKDIR}/Python-${PV} +S = "${WORKDIR}/Python-${PV}" inherit autotools native -DEPENDS=patcher-native +DEPENDS = "patcher-native" EXTRA_OECONF = '--with-threads --with-pymalloc --with-cyclic-gc --with-prefix=${STAGING_DIR} --with-exec-prefix=${STAGING_DIR}/build' diff --git a/python/python-numeric_23.1.oe b/python/python-numeric_23.1.oe index e69de29bb2..e4ea464531 100644 --- a/python/python-numeric_23.1.oe +++ b/python/python-numeric_23.1.oe @@ -0,0 +1,16 @@ +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/python-ogg_1.3.oe b/python/python-ogg_1.3.oe index 769e4a2f33..ae27176741 100644 --- a/python/python-ogg_1.3.oe +++ b/python/python-ogg_1.3.oe @@ -1,13 +1,13 @@ -DESCRIPTION=Python Ogg Vorbis Bindings -SECTION=base -PRIORITY=optional -MAINTAINER="Michael Lauer <mickey@Vanille.de>" -RDEPENDS=libc6 python-core libogg -DEPENDS=virtual/libc libogg -SRCNAME=pyogg +DESCRIPTION = "Python Ogg Vorbis Bindings" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 python-core libogg" +DEPENDS = "virtual/libc libogg" +SRCNAME = "pyogg" SRC_URI = http://www.andrewchatham.com/pyogg/download/${SRCNAME}-${PV}.tar.gz -S = ${WORKDIR}/${SRCNAME}-${PV} +S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils diff --git a/python/python-pexpect_0.99.oe b/python/python-pexpect_0.99.oe index b06fd8cbd3..e969a6d3e1 100644 --- a/python/python-pexpect_0.99.oe +++ b/python/python-pexpect_0.99.oe @@ -1,12 +1,12 @@ -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 -SRCNAME=pexpect +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" +SRCNAME = "pexpect" SRC_URI = ${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tgz -S = ${WORKDIR}/${SRCNAME}-${PV} +S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils diff --git a/python/python-pycap_0.1.6.oe b/python/python-pycap_0.1.6.oe index 79f177aa2a..2a4cab54ce 100644 --- a/python/python-pycap_0.1.6.oe +++ b/python/python-pycap_0.1.6.oe @@ -1,12 +1,12 @@ -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 -SRCNAME=pycap +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" +SRCNAME = "pycap" SRC_URI = ${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz -S = ${WORKDIR}/${SRCNAME}-${PV} +S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils diff --git a/python/python-pychecker_0.8.13.oe b/python/python-pychecker_0.8.13.oe index e69de29bb2..7a5dbb5c3f 100644 --- a/python/python-pychecker_0.8.13.oe +++ b/python/python-pychecker_0.8.13.oe @@ -0,0 +1,12 @@ +DESCRIPTION = "SourceCode Test Utility" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 python-core" +DEPENDS = "virtual/libc" +SRCNAME = "pychecker" + +SRC_URI = ${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils diff --git a/python/python-pygame_1.6.oe b/python/python-pygame_1.6.oe index a263fd8de1..5a8e1b328e 100644 --- a/python/python-pygame_1.6.oe +++ b/python/python-pygame_1.6.oe @@ -1,13 +1,13 @@ -DESCRIPTION=Python libSDL Bindings -SECTION=base -PRIORITY=optional -MAINTAINER="Michael Lauer <mickey@Vanille.de>" -RDEPENDS=libc6 python-core python-numeric libsdl libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg -DEPENDS=virtual/libc virtual/libsdl libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric -SRCNAME=pygame +DESCRIPTION = "Python libSDL Bindings" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 python-core python-numeric libsdl libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg" +DEPENDS = "virtual/libc virtual/libsdl libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric" +SRCNAME = "pygame" SRC_URI = http://www.pygame.org/ftp/${SRCNAME}-${PV}.tar.gz -S = ${WORKDIR}/${SRCNAME}-${PV} +S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils diff --git a/python/python-pygoogle_0.6.oe b/python/python-pygoogle_0.6.oe index e69de29bb2..4599cc4b69 100644 --- a/python/python-pygoogle_0.6.oe +++ b/python/python-pygoogle_0.6.oe @@ -0,0 +1,14 @@ +DESCRIPTION = "This module is a wrapper for the Google Web APIs. \ +It allows you to do Google searches, retrieve pages from the Google cache, and ask Google for spelling suggestions. +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 python-core python-soappy" +DEPENDS = "virtual/libc" +SRCNAME = "pygoogle" + +SRC_URI = ${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + diff --git a/python/python-pygtk_2.2.0.oe b/python/python-pygtk_2.2.0.oe index e69de29bb2..aead2ee17d 100644 --- a/python/python-pygtk_2.2.0.oe +++ b/python/python-pygtk_2.2.0.oe @@ -0,0 +1,13 @@ +DESCRIPTION = "Python GTK+ Bindings" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 gtk+ libglade" +DEPENDS = "virtual/libc gtk+ libglade" +SRCNAME = "pygtk" + +SRC_URI = ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.2/${SRCNAME}-${PV}.tar.bz2 +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils pkgconfig + diff --git a/python/python-pylint_0.3.3.oe b/python/python-pylint_0.3.3.oe index e69de29bb2..1c1ed7cb41 100644 --- a/python/python-pylint_0.3.3.oe +++ b/python/python-pylint_0.3.3.oe @@ -0,0 +1,16 @@ +DESCRIPTION = "Pylint is a python tool that checks if a module satisfy a coding standard. Pylint can be seen as another \ +pychecker since nearly all tests you can do with PyChecker can also be done with Pylint. But Pylint offers some more \ +features, like checking line-code's length, checking if variable names are well-formed according to your coding standard,\ +or checking if declared interfaces are truly implemented, and much more. +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 python-core python-logilab" +DEPENDS = "virtual/libc" +SRCNAME = "pylint" + +SRC_URI = ftp://ftp.logilab.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.gz +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + diff --git a/python/python-pyqt_3.11.oe b/python/python-pyqt_3.11.oe index 5be6b5f6a9..90af05f004 100644 --- a/python/python-pyqt_3.11.oe +++ b/python/python-pyqt_3.11.oe @@ -1,15 +1,15 @@ -DESCRIPTION="Python Qt/Embedded + Qt/Palmtop Bindings" -SECTION=base -PRIORITY=optional -MAINTAINER="Michael Lauer <mickey@Vanille.de>" -LICENSE=GPL -RDEPENDS=python-core libqte2 libqpe1 -DEPENDS=virtual/libc virtual/libqte2 virtual/libqpe libsip sip-native -SRCNAME=pyqt +DESCRIPTION = "Python Qt/Embedded + Qt/Palmtop Bindings" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +LICENSE = "GPL" +RDEPENDS = "python-core libqte2 libqpe1" +DEPENDS = "virtual/libc virtual/libqte2 virtual/libqpe libsip sip-native" +SRCNAME = "pyqt" SRC_URI = http://www.vanille.de/mirror/PyQt-x11-gpl-${PV}.tar.gz -S = ${WORKDIR}/PyQt-x11-gpl-${PV} +S = "${WORKDIR}/PyQt-x11-gpl-${PV}" inherit qmake @@ -25,12 +25,12 @@ EXTRA_QMAKEVARS_POST = ' QMAKE_UIC=${STAGING_BINDIR}/uic QMAKE_MOC=${STAGING_BIN 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++ +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 qttable qtpe +MODULES = "qt qtcanvas qttable qtpe" do_configure() { for module in ${MODULES} diff --git a/python/python-pyqwt_3.10.oe b/python/python-pyqwt_3.10.oe index 33f27d628a..89219b1f04 100644 --- a/python/python-pyqwt_3.10.oe +++ b/python/python-pyqwt_3.10.oe @@ -1,16 +1,16 @@ -DESCRIPTION="Python QWT Bindings" -SECTION=base -PRIORITY=optional -MAINTAINER="Michael Lauer <mickey@Vanille.de>" -LICENSE=GPL" -RDEPENDS=python-core python-pyqt (${PV}) python-numeric qwt -DEPENDS=virtual/libc virtual/libqte2 python-numeric python-pyqt qwt -SRCNAME=pyqwt +DESCRIPTION = "Python QWT Bindings" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +LICENSE = "GPL" +RDEPENDS = "python-core python-pyqt (${PV}) python-numeric qwt" +DEPENDS = "virtual/libc virtual/libqte2 python-numeric python-pyqt qwt" +SRCNAME = "pyqwt" SRC_URI = http://pyqwt.sourceforge.net/snapshot/PyQwt-20040118.tar.gz \ file://${FILESDIR}/qt2.x-compat.patch;patch=1 \ file://${FILESDIR}/qtmod-sip-staging.patch;patch=1 -S = ${WORKDIR}/PyQwt-20040118 +S = "${WORKDIR}/PyQwt-20040118" export QTDIR=${STAGING_DIR}/target @@ -24,12 +24,12 @@ EXTRA_QMAKEVARS_POST = ' QMAKE_UIC=${STAGING_BINDIR}/uic QMAKE_MOC=${STAGING_BIN 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++ +PYTHON = "${STAGING_BINDIR}/python" +SIP = "${STAGING_BINDIR}/sip" +QMAKE = "${STAGING_BINDIR}/qmake" +QMAKESPEC = "${QMAKE_MKSPEC_PATH}/qws/${TARGET_OS}-${TARGET_ARCH}-g++" -MODULES=qwt +MODULES = "qwt" do_configure_prepend() { echo "%Makefile qwt.pro" >>sip/qwtmod.sip diff --git a/python/python-pyreverse_0.5.0.oe b/python/python-pyreverse_0.5.0.oe index e69de29bb2..427453326c 100644 --- a/python/python-pyreverse_0.5.0.oe +++ b/python/python-pyreverse_0.5.0.oe @@ -0,0 +1,15 @@ +DESCRIPTION = "PyReverse is a set of tools for reverse engineering Python code. So far, it features dependency analysis \ +tools, documentation generation, and XMI generation for importation in a UML modeling tool. A special module can be \ +used to generate files readable by Argo UML. +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 python-core python-logilab python-pyxml" +DEPENDS = "virtual/libc" +SRCNAME = "pyreverse" + +SRC_URI = ftp://ftp.logilab.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.gz +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + diff --git a/python/python-pyserial_2.0.oe b/python/python-pyserial_2.0.oe index d4372cf044..a072141056 100644 --- a/python/python-pyserial_2.0.oe +++ b/python/python-pyserial_2.0.oe @@ -1,13 +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 -SRCNAME=pyserial +DESCRIPTION = "Serial Port Support for Python" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 python-core" +DEPENDS = "virtual/libc" +SRCNAME = "pyserial" SRC_URI = http://www.vanille.de/mirror/${SRCNAME}-${PV}.tar.bz2 -S = ${WORKDIR}/${SRCNAME}-${PV} +S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils diff --git a/python/python-pyxml_0.8.3.oe b/python/python-pyxml_0.8.3.oe index e69de29bb2..73ba393ccd 100644 --- a/python/python-pyxml_0.8.3.oe +++ b/python/python-pyxml_0.8.3.oe @@ -0,0 +1,13 @@ +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" +SRCNAME = "pyxml" + +SRC_URI = ${SOURCEFORGE_MIRROR}/pyxml/PyXML-${PV}.tar.gz +S = "${WORKDIR}/PyXML-${PV}" + +inherit distutils + diff --git a/python/python-pyxmlrpc_0.8.8.3.oe b/python/python-pyxmlrpc_0.8.8.3.oe index 15d48d7e4c..bce427b49f 100644 --- a/python/python-pyxmlrpc_0.8.8.3.oe +++ b/python/python-pyxmlrpc_0.8.8.3.oe @@ -1,12 +1,12 @@ -DESCRIPTION=Fast Python XMLRPC Library -SECTION=base -PRIORITY=optional -MAINTAINER="Michael Lauer <mickey@Vanille.de>" -RDEPENDS=libc6 python-core -DEPENDS=virtual/libc -SRCNAME=py-xmlrpc +DESCRIPTION = "Fast Python XMLRPC Library" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 python-core" +DEPENDS = "virtual/libc" +SRCNAME = "py-xmlrpc" SRC_URI = ${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz -S = ${WORKDIR}/${SRCNAME}-${PV} +S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils diff --git a/python/python-sgmlop_1.1.oe b/python/python-sgmlop_1.1.oe index 0be5776861..b5885e1432 100644 --- a/python/python-sgmlop_1.1.oe +++ b/python/python-sgmlop_1.1.oe @@ -1,13 +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 -SRCNAME=sgmlop +DESCRIPTION = "Pythonware Fast SGML Parser for Python" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 python-core" +DEPENDS = "virtual/libc" +SRCNAME = "sgmlop" SRC_URI = http://www.vanille.de/mirror/${SRCNAME}-${PV}.tar.bz2 -S = ${WORKDIR}/${SRCNAME}-${PV} +S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils diff --git a/python/python-snmplib_0.1.1.oe b/python/python-snmplib_0.1.1.oe index e69de29bb2..beb2d6b42f 100644 --- a/python/python-snmplib_0.1.1.oe +++ b/python/python-snmplib_0.1.1.oe @@ -0,0 +1,13 @@ +DESCRIPTION = "A Pure Python SNMP Package" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 python-core" +DEPENDS = "virtual/libc" +SRCNAME = "libsnmp" + +SRC_URI = http://seafelt.unicity.com.au/downloads/${SRCNAME}-${PV}.tar.gz +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + diff --git a/python/python-soappy_0.11.3.oe b/python/python-soappy_0.11.3.oe index e69de29bb2..7d8fdee9a8 100644 --- a/python/python-soappy_0.11.3.oe +++ b/python/python-soappy_0.11.3.oe @@ -0,0 +1,18 @@ +DESCRIPTION = "Python SOAP Bindings" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 python-core python-xml python-fpconst" +DEPENDS = "virtual/libc" +SRCNAME = "SOAPpy" + +SRC_URI = ${SOURCEFORGE_MIRROR}/pywebsvcs/${SRCNAME}-${PV}.tar.gz +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + +# *cough*, yes this is a bit hackish.. but for now ;) + +do_compile_prepend() { + install -m 0644 ${FILESDIR}/fpconst.py ${S}/SOAPpy/fpconst.py +} diff --git a/python/python-sqlite_0.5.0.oe b/python/python-sqlite_0.5.0.oe index 0929d77ea8..1ed3d8b382 100644 --- a/python/python-sqlite_0.5.0.oe +++ b/python/python-sqlite_0.5.0.oe @@ -1,12 +1,12 @@ -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 -SRCNAME=pysqlite +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" +SRCNAME = "pysqlite" SRC_URI = ${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz -S = ${WORKDIR}/${SRCNAME} +S = "${WORKDIR}/${SRCNAME}" inherit distutils diff --git a/python/python-tlslite_0.2.1.oe b/python/python-tlslite_0.2.1.oe index e69de29bb2..340006507c 100644 --- a/python/python-tlslite_0.2.1.oe +++ b/python/python-tlslite_0.2.1.oe @@ -0,0 +1,15 @@ +DESCRIPTION = "TLS Lite is a free python library that implements SSL 3.0 and TLS 1.0. TLS Lite supports non-traditional \ +authentication methods such as SRP, shared keys, and cryptoIDs, in addition to X.509 certificates. TLS Lite is pure \ +Python, however it can access OpenSSL or cryptlib for faster crypto operations. +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 python-core" +DEPENDS = "virtual/libc" +SRCNAME = "tlslite" + +SRC_URI = http://trevp.net/${SRCNAME}/${SRCNAME}-${PV}.tar.gz +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + diff --git a/python/python-vmaps_1.1.oe b/python/python-vmaps_1.1.oe index e69de29bb2..eef7837cbd 100644 --- a/python/python-vmaps_1.1.oe +++ b/python/python-vmaps_1.1.oe @@ -0,0 +1,12 @@ +DESCRIPTION = "Python Arrays on mmap()" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 python-core" +DEPENDS = "virtual/libc" +SRCNAME = "vmaps" + +SRC_URI = http://snafu.freedom.org/Vmaps/Vmaps-${PV}.tgz +S = "${WORKDIR}/Vmaps-${PV}" + +inherit distutils diff --git a/python/python-vorbis_1.3.oe b/python/python-vorbis_1.3.oe index 1132ec8b2a..c133ecef57 100644 --- a/python/python-vorbis_1.3.oe +++ b/python/python-vorbis_1.3.oe @@ -1,14 +1,14 @@ -DESCRIPTION=Python Vorbis Bindings -SECTION=base -PRIORITY=optional -MAINTAINER="Michael Lauer <mickey@Vanille.de>" -RDEPENDS=libc6 python-core libvorbis python-ogg -DEPENDS=virtual/libc libvorbis python-ogg -SRCNAME=pyvorbis +DESCRIPTION = "Python Vorbis Bindings" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 python-core libvorbis python-ogg" +DEPENDS = "virtual/libc libvorbis python-ogg" +SRCNAME = "pyvorbis" SRC_URI = http://www.andrewchatham.com/pyogg/download/${SRCNAME}-${PV}.tar.gz \ file://${FILESDIR}/disable-oggcheck.patch;patch=1 -S = ${WORKDIR}/${SRCNAME}-${PV} +S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils diff --git a/python/python_2.3.3.oe b/python/python_2.3.3.oe index 85ddb6f902..5c9303b075 100644 --- a/python/python_2.3.3.oe +++ b/python/python_2.3.3.oe @@ -1,9 +1,9 @@ -DESCRIPTION="Python Programming Language" -SECTION=base -PRIORITY=optional -MAINTAINER="Michael Lauer <mickey@Vanille.de>" -RDEPENDS="libc6" -DEPENDS=virtual/libc python-native +DESCRIPTION = "Python Programming Language" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6" +DEPENDS = "virtual/libc python-native" SRC_URI = ftp://www.python.org/pub/python/${PV}/Python-${PV}.tar.bz2 \ file://${FILESDIR}/bindir-libdir.patch;patch=1 \ @@ -12,7 +12,7 @@ SRC_URI = ftp://www.python.org/pub/python/${PV}/Python-${PV}.tar.bz2 \ # file://${FILESDIR}/crosscompile-hotshot.patch;patch=1 \ # file://${FILESDIR}/crosscompile-socket.patch;patch=1 -S = ${WORKDIR}/Python-${PV} +S = "${WORKDIR}/Python-${PV}" inherit autotools |