diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-08-12 08:17:21 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-08-12 08:17:21 +0000 |
commit | c700b6a75cbe76e03aa8979fd5d36a0767427516 (patch) | |
tree | 2976e7ac75f04776aa40c4c76e5a9792ff50eb97 /python | |
parent | 822814f1bcc3bf84574d5f7cf42eb26d35928814 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/packages
2004/08/12 10:13:57+02:00 uni-frankfurt.de!mickey
maintainer cleanup
BKrev: 411b2791_hL3lHrjvvyAJ6umLBVpdA
Diffstat (limited to 'python')
42 files changed, 122 insertions, 36 deletions
diff --git a/python/python-ao_0.82.oe b/python/python-ao_0.82.oe index ac98eb57bf..83f36ee1ed 100644 --- a/python/python-ao_0.82.oe +++ b/python/python-ao_0.82.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Python AO Bindings" SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" DEPENDS = "libao" SRCNAME = "pyao" diff --git a/python/python-constraint_0.2.3.oe b/python/python-constraint_0.2.3.oe index d5f766c2a4..f56395a437 100644 --- a/python/python-constraint_0.2.3.oe +++ b/python/python-constraint_0.2.3.oe @@ -4,7 +4,7 @@ constraint propagation algorithms. So far, facilities are \ provided to work with finite domains only." SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" SRCNAME = "constraint" diff --git a/python/python-crypto_1.9a6.oe b/python/python-crypto_1.9a6.oe index 28cd56e004..168cf4cdc9 100644 --- a/python/python-crypto_1.9a6.oe +++ b/python/python-crypto_1.9a6.oe @@ -1,7 +1,7 @@ DESCRIPTION = "A collection of cryptographic algorithms and protocols" SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" DEPENDS = "gmp" SRCNAME = "pycrypto" diff --git a/python/python-egenix-mx-base_2.0.5.oe b/python/python-egenix-mx-base_2.0.5.oe index e69de29bb2..f52d5374ed 100644 --- a/python/python-egenix-mx-base_2.0.5.oe +++ b/python/python-egenix-mx-base_2.0.5.oe @@ -0,0 +1,15 @@ +DESCRIPTION = "The eGenix.com mx Extensions for Python are a collection of professional quality Python software \ +tools which enhance Python's usability in many important areas such as ODBC database connectivity, fast text \ +processing, date/time processing and web site programming." +SECTION = "devel/python" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +RDEPENDS = "python-core" +SRCNAME = "egenix-mx-base" + +SRC_URI = "http://www.egenix.com/files/python/egenix-mx-base-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + +FILES_${PN} += "${datadir}" diff --git a/python/python-fnorb_1.3.oe b/python/python-fnorb_1.3.oe index 8d3c8f8339..b79d9d5610 100644 --- a/python/python-fnorb_1.3.oe +++ b/python/python-fnorb_1.3.oe @@ -1,7 +1,7 @@ DESCRIPTION = "A Pure Python CORBA Package" SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" SRCNAME = "Fnorb" diff --git a/python/python-fpconst_0.6.0.oe b/python/python-fpconst_0.6.0.oe index 169e00e489..bc6604f14b 100644 --- a/python/python-fpconst_0.6.0.oe +++ b/python/python-fpconst_0.6.0.oe @@ -5,7 +5,7 @@ It provides constants for Not-a-Number (NaN), Positive Infinity \ to test for these values." SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" SRCNAME = "fpconst" diff --git a/python/python-gmpy_1.0.oe b/python/python-gmpy_1.0.oe index cad93354d3..bf0f26d41b 100644 --- a/python/python-gmpy_1.0.oe +++ b/python/python-gmpy_1.0.oe @@ -1,7 +1,7 @@ DESCRIPTION = "General Multiprecision PYthon" SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" DEPENDS = "gmp" SRCNAME = "gmpy" diff --git a/python/python-gnosis_1.1.1.oe b/python/python-gnosis_1.1.1.oe index 6208b5ee60..409c3142ef 100644 --- a/python/python-gnosis_1.1.1.oe +++ b/python/python-gnosis_1.1.1.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Gnosis Utils contains several Python modules for XML processing, plus other generally useful tools" SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" SRCNAME = "Gnosis_Utils" diff --git a/python/python-hmm_0.4.oe b/python/python-hmm_0.4.oe index 64512c05fe..83618051ac 100644 --- a/python/python-hmm_0.4.oe +++ b/python/python-hmm_0.4.oe @@ -3,7 +3,7 @@ Model and associated algorithms (Viterbi and Baum-Welsh). It uses Numeric \ Python to speed up the computations." SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-numeric" DEPENDS = "python-numeric" SRCNAME = "hmm" diff --git a/python/python-imdbpy_1.2.oe b/python/python-imdbpy_1.2.oe index 4552f882c8..c9fddcd6a1 100644 --- a/python/python-imdbpy_1.2.oe +++ b/python/python-imdbpy_1.2.oe @@ -1,7 +1,7 @@ DESCRIPTION = "IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database." SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" SRCNAME = "imdbpy" diff --git a/python/python-irclib_0.4.3.oe b/python/python-irclib_0.4.3.oe index 0d4056767a..aa3e888507 100644 --- a/python/python-irclib_0.4.3.oe +++ b/python/python-irclib_0.4.3.oe @@ -1,7 +1,7 @@ DESCRIPTION = "IRC (Internet Relay Chat) Support Library" SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" SRCNAME = "pyirclib" diff --git a/python/python-logilab_0.4.4.oe b/python/python-logilab_0.4.4.oe index 9cba9482ba..dec9e35627 100644 --- a/python/python-logilab_0.4.4.oe +++ b/python/python-logilab_0.4.4.oe @@ -5,7 +5,7 @@ command line argument parsing, logging, and process \ daemonization." SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" SRCNAME = "common" diff --git a/python/python-m2crypto_0.13.1.oe b/python/python-m2crypto_0.13.1.oe index e69de29bb2..5e0e27b45a 100644 --- a/python/python-m2crypto_0.13.1.oe +++ b/python/python-m2crypto_0.13.1.oe @@ -0,0 +1,14 @@ +DESCRIPTION = "A Python crypto and SSL toolkit" +SECTION = "devel/python" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +DEPENDS = "openssl swig-native" +RDEPENDS = "python-core" +SRCNAME = "M2Crypto" + +SRC_URI = "http://sandbox.rulemaker.net/ngps/Dist/m2crypto-0.13.zip \ + file://0.13p1.patch;patch=1;pnum=0" +S = "${WORKDIR}/m2crypto-0.13" + +inherit distutils + diff --git a/python/python-mad_0.5.1.oe b/python/python-mad_0.5.1.oe index 94f1604807..a803cf20db 100644 --- a/python/python-mad_0.5.1.oe +++ b/python/python-mad_0.5.1.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Python libmad Bindings" SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core libmad" DEPENDS = "libmad" SRCNAME = "pymad" diff --git a/python/python-native_2.3.3.oe b/python/python-native_2.3.3.oe index 5740f1a552..d6aa390ceb 100644 --- a/python/python-native_2.3.3.oe +++ b/python/python-native_2.3.3.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Python Programming Language" SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" DEPENDS = "patcher-native" SRC_URI = "ftp://www.python.org/pub/python/${PV}/Python-${PV}.tar.bz2 \ diff --git a/python/python-numarray_1.0.oe b/python/python-numarray_1.0.oe index e69de29bb2..789dc2afae 100644 --- a/python/python-numarray_1.0.oe +++ b/python/python-numarray_1.0.oe @@ -0,0 +1,11 @@ +DESCRIPTION = "Next Generation sophisticated Numeric Processing Package for Python" +SECTION = "devel/python" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +RDEPENDS = "python-core" +SRCNAME = "numarray" + +SRC_URI = ${SOURCEFORGE_MIRROR}/numpy/${SRCNAME}-${PV}.tar.gz +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils diff --git a/python/python-numeric_23.3.oe b/python/python-numeric_23.3.oe index e69de29bb2..7da74df69d 100644 --- a/python/python-numeric_23.3.oe +++ b/python/python-numeric_23.3.oe @@ -0,0 +1,15 @@ +DESCRIPTION = "A sophisticated Numeric Processing Package for Python" +SECTION = "devel/python" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +RDEPENDS = "python-core" + +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 a645098dbd..b3664e8cb5 100644 --- a/python/python-ogg_1.3.oe +++ b/python/python-ogg_1.3.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Python Ogg Vorbis Bindings" SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" DEPENDS = "libogg" SRCNAME = "pyogg" diff --git a/python/python-pexpect_0.99.oe b/python/python-pexpect_0.99.oe index fb2de5dceb..9496d61240 100644 --- a/python/python-pexpect_0.99.oe +++ b/python/python-pexpect_0.99.oe @@ -1,7 +1,7 @@ DESCRIPTION = "A Pure Python Expect like Module for Python" SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-io python-terminal python-resource python-fcntl" SRCNAME = "pexpect" diff --git a/python/python-pychecker_0.8.14.oe b/python/python-pychecker_0.8.14.oe index e69de29bb2..4cf2949859 100644 --- a/python/python-pychecker_0.8.14.oe +++ b/python/python-pychecker_0.8.14.oe @@ -0,0 +1,11 @@ +DESCRIPTION = "SourceCode Test Utility" +SECTION = "devel/python" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +RDEPENDS = "python-core" +SRCNAME = "pychecker" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils diff --git a/python/python-pycodes_1.1.oe b/python/python-pycodes_1.1.oe index fac5f8b5b2..275b8b7001 100644 --- a/python/python-pycodes_1.1.oe +++ b/python/python-pycodes_1.1.oe @@ -5,7 +5,7 @@ the Internet; and even data compression. A variety of decoding/quantization algo things like sum-product as well as linear programming relaxations." SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" SRCNAME = "pycodes" diff --git a/python/python-pycurl_7.12.oe b/python/python-pycurl_7.12.oe index da32853ccb..e0a09cbb6d 100644 --- a/python/python-pycurl_7.12.oe +++ b/python/python-pycurl_7.12.oe @@ -1,7 +1,7 @@ DESCRIPTION = "libcurl Python Bindings" SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core curl (>=${PV})" DEPENDS = "curl" SRCNAME = "pycurl" diff --git a/python/python-pygame_1.6.oe b/python/python-pygame_1.6.oe index 75c72a0b8e..dfe36ada39 100644 --- a/python/python-pygame_1.6.oe +++ b/python/python-pygame_1.6.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Python libSDL Bindings" SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-numeric" DEPENDS = "virtual/libsdl libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric" SRCNAME = "pygame" diff --git a/python/python-pygoogle_0.6.oe b/python/python-pygoogle_0.6.oe index 464cec2a86..38314d1a1e 100644 --- a/python/python-pygoogle_0.6.oe +++ b/python/python-pygoogle_0.6.oe @@ -3,7 +3,7 @@ It allows you to do Google searches, retrieve pages from the \ Google cache, and ask Google for spelling suggestions." SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-soappy" SRCNAME = "pygoogle" diff --git a/python/python-pygtk_2.2.0.oe b/python/python-pygtk_2.2.0.oe index 464ee560b3..11006badcb 100644 --- a/python/python-pygtk_2.2.0.oe +++ b/python/python-pygtk_2.2.0.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Python GTK+ Bindings" SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" DEPENDS = "gtk+ libglade" SRCNAME = "pygtk" diff --git a/python/python-pylinda_0.1.oe b/python/python-pylinda_0.1.oe index 9ab54df798..f6b460c12f 100644 --- a/python/python-pylinda_0.1.oe +++ b/python/python-pylinda_0.1.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Python Implementation of Linda Tuple Space" SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" SRCNAME = "linda" diff --git a/python/python-pylint_0.3.3.oe b/python/python-pylint_0.3.3.oe index 2dce6c6f77..6bd4c81e20 100644 --- a/python/python-pylint_0.3.3.oe +++ b/python/python-pylint_0.3.3.oe @@ -4,7 +4,7 @@ features, like checking line-code's length, checking if variable names are well- or checking if declared interfaces are truly implemented, and much more." SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-logilab" SRCNAME = "pylint" diff --git a/python/python-pyreverse_0.5.0.oe b/python/python-pyreverse_0.5.0.oe index 0c33b2ae19..c45ecc0ccb 100644 --- a/python/python-pyreverse_0.5.0.oe +++ b/python/python-pyreverse_0.5.0.oe @@ -3,7 +3,7 @@ tools, documentation generation, and XMI generation for importation in a UML mod used to generate files readable by Argo UML." SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-logilab python-pyxml" SRCNAME = "pyreverse" diff --git a/python/python-pyserial_2.0.oe b/python/python-pyserial_2.0.oe index afdf180542..1940d599e0 100644 --- a/python/python-pyserial_2.0.oe +++ b/python/python-pyserial_2.0.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Serial Port Support for Python" SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" SRCNAME = "pyserial" diff --git a/python/python-pyx_0.6.oe b/python/python-pyx_0.6.oe index a3f454649d..8bdaedfc67 100644 --- a/python/python-pyx_0.6.oe +++ b/python/python-pyx_0.6.oe @@ -3,7 +3,7 @@ It provides both an abstraction of PostScript and a TeX/LaTeX interface. Complex 2d and 3d plots in publication-ready quality are built out of these primitives." SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" DEPENDS = "kpsewhich-native" SRCNAME = "PyX" diff --git a/python/python-pyxml_0.8.3.oe b/python/python-pyxml_0.8.3.oe index d0868f2f6c..8677accb61 100644 --- a/python/python-pyxml_0.8.3.oe +++ b/python/python-pyxml_0.8.3.oe @@ -1,7 +1,7 @@ DESCRIPTION = "A sophisticated XML Processing Package for Python" SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-xml python-netclient" SRCNAME = "pyxml" diff --git a/python/python-pyxmlrpc_0.8.8.3.oe b/python/python-pyxmlrpc_0.8.8.3.oe index e38e330685..32b68e5838 100644 --- a/python/python-pyxmlrpc_0.8.8.3.oe +++ b/python/python-pyxmlrpc_0.8.8.3.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Fast Python XMLRPC Library" SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" SRCNAME = "py-xmlrpc" diff --git a/python/python-quicklauncher_0.0.1.oe b/python/python-quicklauncher_0.0.1.oe index 97cc99e6fa..658ff4f866 100644 --- a/python/python-quicklauncher_0.0.1.oe +++ b/python/python-quicklauncher_0.0.1.oe @@ -1,7 +1,7 @@ DESCRIPTION = "A PyQt-optimized Python Quicklauncher for Qt/Embedded based Palmtop Environments" SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-pyqt" PR = "ml1" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/tools/pyquicklauncher" diff --git a/python/python-scapy_0.9.17.oe b/python/python-scapy_0.9.17.oe index e69de29bb2..86bf4e6d06 100644 --- a/python/python-scapy_0.9.17.oe +++ b/python/python-scapy_0.9.17.oe @@ -0,0 +1,20 @@ +DESCRIPTION = "Scapy is a powerful interactive packet manipulation tool, \ +packet generator, network scanner, network discovery, packet sniffer, etc. \ +It can for the moment replace hping, 85% of nmap, arpspoof, arp-sk, arping, \ +tcpdump, tethereal, p0f, ...." +SECTION = "devel/python" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +RDEPENDS = "python-core python-netclient python-netserver" +SRCNAME = "scapy" + +SRC_URI = "http://www.cartel-securite.fr/pbiondi/python/scapy-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +do_install() { + install -d ${D}/${libdir}/python2.3 + install -m 0755 ${S}/scapy.py ${D}/${libdir}/python2.3/ +} + +FILES_${PN} = "${libdir}/python2.3/" + diff --git a/python/python-sgmlop_1.1.oe b/python/python-sgmlop_1.1.oe index 1d070d61c9..6b26a3430b 100644 --- a/python/python-sgmlop_1.1.oe +++ b/python/python-sgmlop_1.1.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Pythonware Fast SGML Parser for Python" SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" SRCNAME = "sgmlop" diff --git a/python/python-snmplib_0.1.1.oe b/python/python-snmplib_0.1.1.oe index da0ee4dd3f..8607d99a9e 100644 --- a/python/python-snmplib_0.1.1.oe +++ b/python/python-snmplib_0.1.1.oe @@ -1,7 +1,7 @@ DESCRIPTION = "A Pure Python SNMP Package" SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" SRCNAME = "libsnmp" diff --git a/python/python-soappy_0.11.3.oe b/python/python-soappy_0.11.3.oe index b9bd58853e..39269d5b8e 100644 --- a/python/python-soappy_0.11.3.oe +++ b/python/python-soappy_0.11.3.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Python SOAP Bindings" SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-xml python-fpconst" SRCNAME = "SOAPpy" diff --git a/python/python-sqlite_0.5.0.oe b/python/python-sqlite_0.5.0.oe index b0cf00c03b..1ff933fea3 100644 --- a/python/python-sqlite_0.5.0.oe +++ b/python/python-sqlite_0.5.0.oe @@ -1,7 +1,7 @@ DESCRIPTION = "A Python extension for the SQLite Embedded Relational Database" SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-re python-lang" DEPENDS = "sqlite" SRCNAME = "pysqlite" diff --git a/python/python-tlslite_0.3.0.oe b/python/python-tlslite_0.3.0.oe index 3df7cc9f1c..0913debef4 100644 --- a/python/python-tlslite_0.3.0.oe +++ b/python/python-tlslite_0.3.0.oe @@ -3,7 +3,7 @@ authentication methods such as SRP, shared keys, and cryptoIDs, in addition to X Python, however it can access OpenSSL or cryptlib for faster crypto operations." SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" SRCNAME = "tlslite" diff --git a/python/python-vmaps_1.1.oe b/python/python-vmaps_1.1.oe index 03323800da..1ce8f93c44 100644 --- a/python/python-vmaps_1.1.oe +++ b/python/python-vmaps_1.1.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Python Arrays on mmap()" SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" SRCNAME = "vmaps" diff --git a/python/python-vorbis_1.3.oe b/python/python-vorbis_1.3.oe index d3a1ae7a68..fa4b094d21 100644 --- a/python/python-vorbis_1.3.oe +++ b/python/python-vorbis_1.3.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Python Vorbis Bindings" SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" RDEPENDS = "python-core libvorbis python-ogg" DEPENDS = "libvorbis python-ogg" SRCNAME = "pyvorbis" diff --git a/python/python_2.3.4.oe b/python/python_2.3.4.oe index 1d9d5a0552..b9035b0201 100644 --- a/python/python_2.3.4.oe +++ b/python/python_2.3.4.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Python Programming Language" SECTION = "devel/python" PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" DEPENDS = "python-native zlib gdbm" SRC_URI = "ftp://www.python.org/pub/python/${PV}/Python-${PV}.tar.bz2 \ |