diff options
Diffstat (limited to 'python')
35 files changed, 70 insertions, 32 deletions
diff --git a/python/python-ao_0.82.oe b/python/python-ao_0.82.oe index e1ca1e04e4..065937b2b7 100644 --- a/python/python-ao_0.82.oe +++ b/python/python-ao_0.82.oe @@ -2,7 +2,6 @@ DESCRIPTION = "Python AO Bindings" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "libc6 libao" DEPENDS = "virtual/libc libao" SRCNAME = "pyao" diff --git a/python/python-constraint_0.2.3.oe b/python/python-constraint_0.2.3.oe index 48349b5ace..8328a779cd 100644 --- a/python/python-constraint_0.2.3.oe +++ b/python/python-constraint_0.2.3.oe @@ -5,7 +5,7 @@ provided to work with finite domains only." SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "libc6 python-core" +RDEPENDS = "python-core" DEPENDS = "virtual/libc" SRCNAME = "constraint" diff --git a/python/python-crypto_1.9a6.oe b/python/python-crypto_1.9a6.oe index cce137afbb..f4af9b4a5e 100644 --- a/python/python-crypto_1.9a6.oe +++ b/python/python-crypto_1.9a6.oe @@ -2,7 +2,7 @@ DESCRIPTION = "A collection of cryptographic algorithms and protocols" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "libc6 python-core gmp" +RDEPENDS = "python-core" DEPENDS = "virtual/libc gmp" SRCNAME = "pycrypto" diff --git a/python/python-curl_7.11.0.oe b/python/python-curl_7.11.0.oe index bea5795e82..835238c83c 100644 --- a/python/python-curl_7.11.0.oe +++ b/python/python-curl_7.11.0.oe @@ -2,7 +2,7 @@ DESCRIPTION = "libcurl Python Bindings" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "libc6 python-core curl (${PV})" +RDEPENDS = "python-core curl (${PV})" DEPENDS = "virtual/libc curl-${PV}" SRCNAME = "pycurl" diff --git a/python/python-fnorb_1.3.oe b/python/python-fnorb_1.3.oe index 35752b2de0..415d228d8f 100644 --- a/python/python-fnorb_1.3.oe +++ b/python/python-fnorb_1.3.oe @@ -2,7 +2,7 @@ DESCRIPTION = "A Pure Python CORBA Package" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "libc6 python-core" +RDEPENDS = "python-core" DEPENDS = "virtual/libc" SRCNAME = "Fnorb" diff --git a/python/python-fpconst_0.6.0.oe b/python/python-fpconst_0.6.0.oe index 08b0485a9b..2f3c4d4ed1 100644 --- a/python/python-fpconst_0.6.0.oe +++ b/python/python-fpconst_0.6.0.oe @@ -6,7 +6,7 @@ to test for these values." SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "libc6 python-core" +RDEPENDS = "python-core" DEPENDS = "virtual/libc" SRCNAME = "fpconst" diff --git a/python/python-gmpy_1.0.oe b/python/python-gmpy_1.0.oe index e69de29bb2..62430ea5ec 100644 --- a/python/python-gmpy_1.0.oe +++ b/python/python-gmpy_1.0.oe @@ -0,0 +1,12 @@ +DESCRIPTION = "General Multiprecision PYthon" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "python-core" +DEPENDS = "virtual/libc gmp" +SRCNAME = "gmpy" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-sources-10.zip" +S = "${WORKDIR}/${SRCNAME}" + +inherit distutils diff --git a/python/python-gnosis_1.1.1.oe b/python/python-gnosis_1.1.1.oe index 6e8680bb9b..069741bb69 100644 --- a/python/python-gnosis_1.1.1.oe +++ b/python/python-gnosis_1.1.1.oe @@ -2,7 +2,7 @@ DESCRIPTION = "Gnosis Utils contains several Python modules for XML processing, SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "libc6 python-core" +RDEPENDS = "python-core" DEPENDS = "virtual/libc" SRCNAME = "Gnosis_Utils" diff --git a/python/python-hmm_0.4.oe b/python/python-hmm_0.4.oe index fad4dd6ead..520a9c4044 100644 --- a/python/python-hmm_0.4.oe +++ b/python/python-hmm_0.4.oe @@ -4,7 +4,7 @@ Python to speed up the computations." SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "libc6 python-core python-numeric" +RDEPENDS = "python-core python-numeric" DEPENDS = "virtual/libc" SRCNAME = "hmm" diff --git a/python/python-irclib_0.4.3.oe b/python/python-irclib_0.4.3.oe index e0c4a325a1..99bf9258a3 100644 --- a/python/python-irclib_0.4.3.oe +++ b/python/python-irclib_0.4.3.oe @@ -2,7 +2,7 @@ DESCRIPTION = "IRC (Internet Relay Chat) Support Library" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "libc6 python-core" +RDEPENDS = "python-core" DEPENDS = "virtual/libc" SRCNAME = "pyirclib" diff --git a/python/python-logilab_0.4.4.oe b/python/python-logilab_0.4.4.oe index 462874cc8c..b57376d0a7 100644 --- a/python/python-logilab_0.4.4.oe +++ b/python/python-logilab_0.4.4.oe @@ -6,7 +6,7 @@ daemonization." SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "libc6 python-core" +RDEPENDS = "python-core" DEPENDS = "virtual/libc" SRCNAME = "common" diff --git a/python/python-mad_0.5.1.oe b/python/python-mad_0.5.1.oe index b112b8d05b..dfaf6fbc85 100644 --- a/python/python-mad_0.5.1.oe +++ b/python/python-mad_0.5.1.oe @@ -2,7 +2,7 @@ DESCRIPTION = "Python libmad Bindings" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "libc6 python-core libmad" +RDEPENDS = "python-core libmad" DEPENDS = "virtual/libc libmad" SRCNAME = "pymad" diff --git a/python/python-numeric_23.1.oe b/python/python-numeric_23.1.oe index 706fef177c..819c1b8065 100644 --- a/python/python-numeric_23.1.oe +++ b/python/python-numeric_23.1.oe @@ -2,7 +2,7 @@ DESCRIPTION = "A sophisticated Numeric Processing Package for Python" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "libc6 python-core" +RDEPENDS = "python-core" DEPENDS = "virtual/libc" SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz" diff --git a/python/python-ogg_1.3.oe b/python/python-ogg_1.3.oe index a9171ddebc..fba02c8e56 100644 --- a/python/python-ogg_1.3.oe +++ b/python/python-ogg_1.3.oe @@ -2,7 +2,7 @@ DESCRIPTION = "Python Ogg Vorbis Bindings" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "libc6 python-core libogg" +RDEPENDS = "python-core" DEPENDS = "virtual/libc libogg" SRCNAME = "pyogg" diff --git a/python/python-pexpect_0.99.oe b/python/python-pexpect_0.99.oe index 6a18180433..e2b37634d0 100644 --- a/python/python-pexpect_0.99.oe +++ b/python/python-pexpect_0.99.oe @@ -2,7 +2,7 @@ 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" +RDEPENDS = "python-core python-io python-terminal python-resource python-fcntl" DEPENDS = "virtual/libc" SRCNAME = "pexpect" diff --git a/python/python-pycap_0.1.6.oe b/python/python-pycap_0.1.6.oe index c24135a0a0..c57dbc3491 100644 --- a/python/python-pycap_0.1.6.oe +++ b/python/python-pycap_0.1.6.oe @@ -2,7 +2,7 @@ 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)" +RDEPENDS = "python-core" DEPENDS = "virtual/libc libpcap-0.7.2 libnet-1.1.1" SRCNAME = "pycap" diff --git a/python/python-pychecker_0.8.13.oe b/python/python-pychecker_0.8.13.oe index 15d664545c..078ec670a7 100644 --- a/python/python-pychecker_0.8.13.oe +++ b/python/python-pychecker_0.8.13.oe @@ -2,7 +2,7 @@ DESCRIPTION = "SourceCode Test Utility" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "libc6 python-core" +RDEPENDS = "python-core" DEPENDS = "virtual/libc" SRCNAME = "pychecker" diff --git a/python/python-pygame_1.6.oe b/python/python-pygame_1.6.oe index fe5ae6f0d0..dc672590ca 100644 --- a/python/python-pygame_1.6.oe +++ b/python/python-pygame_1.6.oe @@ -2,7 +2,7 @@ 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" +RDEPENDS = "python-core python-numeric" DEPENDS = "virtual/libc 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 03be8576ec..7484fc3113 100644 --- a/python/python-pygoogle_0.6.oe +++ b/python/python-pygoogle_0.6.oe @@ -4,7 +4,7 @@ Google cache, and ask Google for spelling suggestions." SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "libc6 python-core python-soappy" +RDEPENDS = "python-core python-soappy" DEPENDS = "virtual/libc" SRCNAME = "pygoogle" diff --git a/python/python-pygtk_2.2.0.oe b/python/python-pygtk_2.2.0.oe index 66616ac41a..d56a95b04c 100644 --- a/python/python-pygtk_2.2.0.oe +++ b/python/python-pygtk_2.2.0.oe @@ -2,7 +2,6 @@ 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" diff --git a/python/python-pylint_0.3.3.oe b/python/python-pylint_0.3.3.oe index fc67c1bace..81274a7c6c 100644 --- a/python/python-pylint_0.3.3.oe +++ b/python/python-pylint_0.3.3.oe @@ -5,7 +5,7 @@ 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" +RDEPENDS = "python-core python-logilab" DEPENDS = "virtual/libc" SRCNAME = "pylint" diff --git a/python/python-pyqt_3.11.oe b/python/python-pyqt_3.11.oe index 82bbcf0eac..f71de251c1 100644 --- a/python/python-pyqt_3.11.oe +++ b/python/python-pyqt_3.11.oe @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -RDEPENDS = "python-core libqte2 libqpe1" +RDEPENDS = "python-core" DEPENDS = "virtual/libc virtual/libqte2 virtual/libqpe libsip sip-native" SRCNAME = "pyqt" diff --git a/python/python-pyreverse_0.5.0.oe b/python/python-pyreverse_0.5.0.oe index a45c152758..c231a7ea24 100644 --- a/python/python-pyreverse_0.5.0.oe +++ b/python/python-pyreverse_0.5.0.oe @@ -4,7 +4,7 @@ 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" +RDEPENDS = "python-core python-logilab python-pyxml" DEPENDS = "virtual/libc" SRCNAME = "pyreverse" diff --git a/python/python-pyserial_2.0.oe b/python/python-pyserial_2.0.oe index f930e833ed..801c83156d 100644 --- a/python/python-pyserial_2.0.oe +++ b/python/python-pyserial_2.0.oe @@ -2,7 +2,7 @@ DESCRIPTION = "Serial Port Support for Python" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "libc6 python-core" +RDEPENDS = "python-core" DEPENDS = "virtual/libc" SRCNAME = "pyserial" diff --git a/python/python-pyx_0.6.oe b/python/python-pyx_0.6.oe index e69de29bb2..82719db04c 100644 --- a/python/python-pyx_0.6.oe +++ b/python/python-pyx_0.6.oe @@ -0,0 +1,14 @@ +DESCRIPTION = "PyX is a Python package for the creation of encapsulated PostScript figures. \ +It provides both an abstraction of PostScript and a TeX/LaTeX interface. Complex tasks like \ +2d and 3d plots in publication-ready quality are built out of these primitives." +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "python-core" +DEPENDS = "virtual/libc" +SRCNAME = "PyX" + +SRC_URI = "${SOURCEFORGE_MIRROR}/pyx/${SRCNAME}-${PV}.tar.gz" +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 001541ee93..775f39244e 100644 --- a/python/python-pyxml_0.8.3.oe +++ b/python/python-pyxml_0.8.3.oe @@ -2,7 +2,7 @@ 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" +RDEPENDS = "python-core python-xml python-netclient" DEPENDS = "virtual/libc" SRCNAME = "pyxml" diff --git a/python/python-pyxmlrpc_0.8.8.3.oe b/python/python-pyxmlrpc_0.8.8.3.oe index 0ce3b61734..226ba7bb6d 100644 --- a/python/python-pyxmlrpc_0.8.8.3.oe +++ b/python/python-pyxmlrpc_0.8.8.3.oe @@ -2,7 +2,7 @@ DESCRIPTION = "Fast Python XMLRPC Library" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "libc6 python-core" +RDEPENDS = "python-core" DEPENDS = "virtual/libc" SRCNAME = "py-xmlrpc" diff --git a/python/python-sgmlop_1.1.oe b/python/python-sgmlop_1.1.oe index aae6cc535d..3ee57bf06d 100644 --- a/python/python-sgmlop_1.1.oe +++ b/python/python-sgmlop_1.1.oe @@ -2,7 +2,7 @@ DESCRIPTION = "Pythonware Fast SGML Parser for Python" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "libc6 python-core" +RDEPENDS = "python-core" DEPENDS = "virtual/libc" SRCNAME = "sgmlop" diff --git a/python/python-snmplib_0.1.1.oe b/python/python-snmplib_0.1.1.oe index 79dc69a4fd..8bb5f2d28d 100644 --- a/python/python-snmplib_0.1.1.oe +++ b/python/python-snmplib_0.1.1.oe @@ -2,7 +2,7 @@ DESCRIPTION = "A Pure Python SNMP Package" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "libc6 python-core" +RDEPENDS = "python-core" DEPENDS = "virtual/libc" SRCNAME = "libsnmp" diff --git a/python/python-soappy_0.11.3.oe b/python/python-soappy_0.11.3.oe index c641225b40..e299d4ff63 100644 --- a/python/python-soappy_0.11.3.oe +++ b/python/python-soappy_0.11.3.oe @@ -2,7 +2,7 @@ DESCRIPTION = "Python SOAP Bindings" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "libc6 python-core python-xml python-fpconst" +RDEPENDS = "python-core python-xml python-fpconst" DEPENDS = "virtual/libc" SRCNAME = "SOAPpy" diff --git a/python/python-sqlite_0.5.0.oe b/python/python-sqlite_0.5.0.oe index ee23f7d06a..a62fde1524 100644 --- a/python/python-sqlite_0.5.0.oe +++ b/python/python-sqlite_0.5.0.oe @@ -2,7 +2,7 @@ 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" +RDEPENDS = "python-core python-re python-lang" DEPENDS = "virtual/libc sqlite" SRCNAME = "pysqlite" diff --git a/python/python-tlslite_0.3.0.oe b/python/python-tlslite_0.3.0.oe index e69de29bb2..b61a66670c 100644 --- a/python/python-tlslite_0.3.0.oe +++ b/python/python-tlslite_0.3.0.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 = "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 f461f6ef92..946ca439f6 100644 --- a/python/python-vmaps_1.1.oe +++ b/python/python-vmaps_1.1.oe @@ -2,7 +2,7 @@ DESCRIPTION = "Python Arrays on mmap()" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "libc6 python-core" +RDEPENDS = "python-core" DEPENDS = "virtual/libc" SRCNAME = "vmaps" diff --git a/python/python-vorbis_1.3.oe b/python/python-vorbis_1.3.oe index 3ae65d7eec..841175145c 100644 --- a/python/python-vorbis_1.3.oe +++ b/python/python-vorbis_1.3.oe @@ -2,7 +2,7 @@ DESCRIPTION = "Python Vorbis Bindings" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "libc6 python-core libvorbis python-ogg" +RDEPENDS = "python-core libvorbis python-ogg" DEPENDS = "virtual/libc libvorbis python-ogg" SRCNAME = "pyvorbis" diff --git a/python/python_2.3.3.oe b/python/python_2.3.3.oe index 5d8001b0f5..49567ec8d0 100644 --- a/python/python_2.3.3.oe +++ b/python/python_2.3.3.oe @@ -2,7 +2,6 @@ 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 \ |