aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-05-03 17:45:02 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-05-03 17:45:02 +0000
commit6b1ec2cfab864fe1477b50668bbdebbc762ee2dc (patch)
tree699c3f73d3adf5a09ec63d6ce572ca4c727b401c
parent643ac8a808c00971eb44b7712b9aac0b84b17502 (diff)
downloadopenembedded-6b1ec2cfab864fe1477b50668bbdebbc762ee2dc.tar.gz
adjust SECTION of all python packages to be 'devel/python'
BKrev: 4096851eUNTadYEf9A7AFsZAq-vbnw
-rw-r--r--python/python-ao_0.82.oe2
-rw-r--r--python/python-constraint_0.2.3.oe2
-rw-r--r--python/python-crypto_1.9a6.oe2
-rw-r--r--python/python-curl_7.11.0.oe2
-rw-r--r--python/python-fnorb_1.3.oe2
-rw-r--r--python/python-fpconst_0.6.0.oe2
-rw-r--r--python/python-gmpy_1.0.oe2
-rw-r--r--python/python-gnosis_1.1.1.oe2
-rw-r--r--python/python-hmm_0.4.oe2
-rw-r--r--python/python-imdbpy_1.2.oe13
-rw-r--r--python/python-irclib_0.4.3.oe2
-rw-r--r--python/python-logilab_0.4.4.oe2
-rw-r--r--python/python-mad_0.5.1.oe2
-rw-r--r--python/python-native_2.3.3.oe2
-rw-r--r--python/python-numeric_23.1.oe2
-rw-r--r--python/python-ogg_1.3.oe2
-rw-r--r--python/python-pexpect_0.99.oe2
-rw-r--r--python/python-pycap_0.1.6.oe2
-rw-r--r--python/python-pychecker_0.8.13.oe2
-rw-r--r--python/python-pycodes_1.1.oe17
-rw-r--r--python/python-pygame_1.6.oe2
-rw-r--r--python/python-pygoogle_0.6.oe2
-rw-r--r--python/python-pygtk_2.2.0.oe2
-rw-r--r--python/python-pylinda_0.1.oe13
-rw-r--r--python/python-pylint_0.3.3.oe2
-rw-r--r--python/python-pyqt_3.11.oe2
-rw-r--r--python/python-pyqwt_3.10.oe2
-rw-r--r--python/python-pyreverse_0.5.0.oe2
-rw-r--r--python/python-pyserial_2.0.oe2
-rw-r--r--python/python-pyx_0.6.oe2
-rw-r--r--python/python-pyxml_0.8.3.oe2
-rw-r--r--python/python-pyxmlrpc_0.8.8.3.oe2
-rw-r--r--python/python-sgmlop_1.1.oe2
-rw-r--r--python/python-snmplib_0.1.1.oe2
-rw-r--r--python/python-soappy_0.11.3.oe2
-rw-r--r--python/python-sqlite_0.5.0.oe2
-rw-r--r--python/python-tlslite_0.3.0.oe2
-rw-r--r--python/python-vmaps_1.1.oe2
-rw-r--r--python/python-vorbis_1.3.oe2
-rw-r--r--python/python_2.3.3.oe2
40 files changed, 80 insertions, 37 deletions
diff --git a/python/python-ao_0.82.oe b/python/python-ao_0.82.oe
index 065937b2b7..035aa1ea16 100644
--- a/python/python-ao_0.82.oe
+++ b/python/python-ao_0.82.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "Python AO Bindings"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
DEPENDS = "virtual/libc libao"
diff --git a/python/python-constraint_0.2.3.oe b/python/python-constraint_0.2.3.oe
index 8328a779cd..9e0832d537 100644
--- a/python/python-constraint_0.2.3.oe
+++ b/python/python-constraint_0.2.3.oe
@@ -2,7 +2,7 @@ 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"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
diff --git a/python/python-crypto_1.9a6.oe b/python/python-crypto_1.9a6.oe
index f4af9b4a5e..7d5079a7c2 100644
--- a/python/python-crypto_1.9a6.oe
+++ b/python/python-crypto_1.9a6.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "A collection of cryptographic algorithms and protocols"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
diff --git a/python/python-curl_7.11.0.oe b/python/python-curl_7.11.0.oe
index 835238c83c..6bbc45fa13 100644
--- a/python/python-curl_7.11.0.oe
+++ b/python/python-curl_7.11.0.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "libcurl Python Bindings"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core curl (${PV})"
diff --git a/python/python-fnorb_1.3.oe b/python/python-fnorb_1.3.oe
index 415d228d8f..591ddefa43 100644
--- a/python/python-fnorb_1.3.oe
+++ b/python/python-fnorb_1.3.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "A Pure Python CORBA Package"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
diff --git a/python/python-fpconst_0.6.0.oe b/python/python-fpconst_0.6.0.oe
index 2f3c4d4ed1..83c5a11076 100644
--- a/python/python-fpconst_0.6.0.oe
+++ b/python/python-fpconst_0.6.0.oe
@@ -3,7 +3,7 @@ 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"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
diff --git a/python/python-gmpy_1.0.oe b/python/python-gmpy_1.0.oe
index 62430ea5ec..3ce01d648a 100644
--- a/python/python-gmpy_1.0.oe
+++ b/python/python-gmpy_1.0.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "General Multiprecision PYthon"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
diff --git a/python/python-gnosis_1.1.1.oe b/python/python-gnosis_1.1.1.oe
index 069741bb69..d2d4b47ccd 100644
--- a/python/python-gnosis_1.1.1.oe
+++ b/python/python-gnosis_1.1.1.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "Gnosis Utils contains several Python modules for XML processing, plus other generally useful tools"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
diff --git a/python/python-hmm_0.4.oe b/python/python-hmm_0.4.oe
index 498e878581..f88f030bca 100644
--- a/python/python-hmm_0.4.oe
+++ b/python/python-hmm_0.4.oe
@@ -1,7 +1,7 @@
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"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core python-numeric"
diff --git a/python/python-imdbpy_1.2.oe b/python/python-imdbpy_1.2.oe
index e69de29bb2..2949fc8a5a 100644
--- a/python/python-imdbpy_1.2.oe
+++ b/python/python-imdbpy_1.2.oe
@@ -0,0 +1,13 @@
+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>"
+RDEPENDS = "python-core"
+DEPENDS = "virtual/libc"
+SRCNAME = "imdbpy"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/fnorb/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/IMDbPY-${PV}"
+
+inherit distutils
+
diff --git a/python/python-irclib_0.4.3.oe b/python/python-irclib_0.4.3.oe
index 99bf9258a3..196e2405c0 100644
--- a/python/python-irclib_0.4.3.oe
+++ b/python/python-irclib_0.4.3.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "IRC (Internet Relay Chat) Support Library"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
diff --git a/python/python-logilab_0.4.4.oe b/python/python-logilab_0.4.4.oe
index b57376d0a7..5595ed9c8e 100644
--- a/python/python-logilab_0.4.4.oe
+++ b/python/python-logilab_0.4.4.oe
@@ -3,7 +3,7 @@ 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"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
diff --git a/python/python-mad_0.5.1.oe b/python/python-mad_0.5.1.oe
index dfaf6fbc85..c18feae88e 100644
--- a/python/python-mad_0.5.1.oe
+++ b/python/python-mad_0.5.1.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "Python libmad Bindings"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core libmad"
diff --git a/python/python-native_2.3.3.oe b/python/python-native_2.3.3.oe
index a72e2996db..51d1b997f9 100644
--- a/python/python-native_2.3.3.oe
+++ b/python/python-native_2.3.3.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "Python Programming Language"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
DEPENDS = "patcher-native"
diff --git a/python/python-numeric_23.1.oe b/python/python-numeric_23.1.oe
index 819c1b8065..18a541a675 100644
--- a/python/python-numeric_23.1.oe
+++ b/python/python-numeric_23.1.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "A sophisticated Numeric Processing Package for Python"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
diff --git a/python/python-ogg_1.3.oe b/python/python-ogg_1.3.oe
index fba02c8e56..abb58948e8 100644
--- a/python/python-ogg_1.3.oe
+++ b/python/python-ogg_1.3.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "Python Ogg Vorbis Bindings"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
diff --git a/python/python-pexpect_0.99.oe b/python/python-pexpect_0.99.oe
index e2b37634d0..4981b8beb4 100644
--- a/python/python-pexpect_0.99.oe
+++ b/python/python-pexpect_0.99.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "A Pure Python Expect like Module for Python"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core python-io python-terminal python-resource python-fcntl"
diff --git a/python/python-pycap_0.1.6.oe b/python/python-pycap_0.1.6.oe
index c57dbc3491..7649718db1 100644
--- a/python/python-pycap_0.1.6.oe
+++ b/python/python-pycap_0.1.6.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "Python Packet Capture Library"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
diff --git a/python/python-pychecker_0.8.13.oe b/python/python-pychecker_0.8.13.oe
index 078ec670a7..3042c842e8 100644
--- a/python/python-pychecker_0.8.13.oe
+++ b/python/python-pychecker_0.8.13.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "SourceCode Test Utility"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
diff --git a/python/python-pycodes_1.1.oe b/python/python-pycodes_1.1.oe
index e69de29bb2..050de75ef3 100644
--- a/python/python-pycodes_1.1.oe
+++ b/python/python-pycodes_1.1.oe
@@ -0,0 +1,17 @@
+DESCRIPTION = "The pycodes package provides various extensions to Python for low density parity check (LDPC) codes \
+(an extremely powerful class of error correcting codes). LDPC codes can be used for physical layer error correction \
+in wireless, telephone, DSL, or cable modems; packet loss correction in multicast and distribution of bulk data over \
+the Internet; and even data compression. A variety of decoding/quantization algorithms are provided including standard\
+things like sum-product as well as linear programming relaxations."
+SECTION = "devel/python"
+PRIORITY = "optional"
+MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
+RDEPENDS = "python-core"
+DEPENDS = "virtual/libc"
+SRCNAME = "pycodes"
+
+SRC_URI = "http://www.csua.berkeley.edu/~emin/source_code/pycodes/pycodes-1-1.tar.gz \
+ file://${FILESDIR}/no-docs.patch;patch=1"
+S = "${WORKDIR}/${SRCNAME}"
+
+inherit distutils
diff --git a/python/python-pygame_1.6.oe b/python/python-pygame_1.6.oe
index dc672590ca..90c7d5c9a6 100644
--- a/python/python-pygame_1.6.oe
+++ b/python/python-pygame_1.6.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "Python libSDL Bindings"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core python-numeric"
diff --git a/python/python-pygoogle_0.6.oe b/python/python-pygoogle_0.6.oe
index 7484fc3113..e15f23e936 100644
--- a/python/python-pygoogle_0.6.oe
+++ b/python/python-pygoogle_0.6.oe
@@ -1,7 +1,7 @@
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"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core python-soappy"
diff --git a/python/python-pygtk_2.2.0.oe b/python/python-pygtk_2.2.0.oe
index d56a95b04c..3c4b94b6b6 100644
--- a/python/python-pygtk_2.2.0.oe
+++ b/python/python-pygtk_2.2.0.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "Python GTK+ Bindings"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
DEPENDS = "virtual/libc gtk+ libglade"
diff --git a/python/python-pylinda_0.1.oe b/python/python-pylinda_0.1.oe
index e69de29bb2..33700a3d31 100644
--- a/python/python-pylinda_0.1.oe
+++ b/python/python-pylinda_0.1.oe
@@ -0,0 +1,13 @@
+DESCRIPTION = "Python Implementation of Linda Tuple Space"
+SECTION = "devel/python"
+PRIORITY = "optional"
+MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
+RDEPENDS = "python-core"
+DEPENDS = "virtual/libc"
+SRCNAME = "linda"
+
+SRC_URI = "http://www-users.cs.york.ac.uk/~aw/pylinda/linda-${PV}.tar.gz \
+ file://${FILESDIR}/honor-datadir.patch;patch=1"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils
diff --git a/python/python-pylint_0.3.3.oe b/python/python-pylint_0.3.3.oe
index 81274a7c6c..c6f0fe5ce5 100644
--- a/python/python-pylint_0.3.3.oe
+++ b/python/python-pylint_0.3.3.oe
@@ -2,7 +2,7 @@ DESCRIPTION = "Pylint is a python tool that checks if a module satisfy a coding
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"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core python-logilab"
diff --git a/python/python-pyqt_3.11.oe b/python/python-pyqt_3.11.oe
index f71de251c1..60ce94c756 100644
--- a/python/python-pyqt_3.11.oe
+++ b/python/python-pyqt_3.11.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "Python Qt/Embedded + Qt/Palmtop Bindings"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
diff --git a/python/python-pyqwt_3.10.oe b/python/python-pyqwt_3.10.oe
index 915c53d077..db2c942fc5 100644
--- a/python/python-pyqwt_3.10.oe
+++ b/python/python-pyqwt_3.10.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "Python QWT Bindings"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
diff --git a/python/python-pyreverse_0.5.0.oe b/python/python-pyreverse_0.5.0.oe
index c231a7ea24..e829665a7d 100644
--- a/python/python-pyreverse_0.5.0.oe
+++ b/python/python-pyreverse_0.5.0.oe
@@ -1,7 +1,7 @@
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"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core python-logilab python-pyxml"
diff --git a/python/python-pyserial_2.0.oe b/python/python-pyserial_2.0.oe
index 801c83156d..5868e1f9ed 100644
--- a/python/python-pyserial_2.0.oe
+++ b/python/python-pyserial_2.0.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "Serial Port Support for Python"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
diff --git a/python/python-pyx_0.6.oe b/python/python-pyx_0.6.oe
index aebd5770cd..193b9ae1d0 100644
--- a/python/python-pyx_0.6.oe
+++ b/python/python-pyx_0.6.oe
@@ -1,7 +1,7 @@
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"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
diff --git a/python/python-pyxml_0.8.3.oe b/python/python-pyxml_0.8.3.oe
index 775f39244e..fdf5faac3d 100644
--- a/python/python-pyxml_0.8.3.oe
+++ b/python/python-pyxml_0.8.3.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "A sophisticated XML Processing Package for Python"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core python-xml python-netclient"
diff --git a/python/python-pyxmlrpc_0.8.8.3.oe b/python/python-pyxmlrpc_0.8.8.3.oe
index 226ba7bb6d..e91846ae34 100644
--- a/python/python-pyxmlrpc_0.8.8.3.oe
+++ b/python/python-pyxmlrpc_0.8.8.3.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "Fast Python XMLRPC Library"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
diff --git a/python/python-sgmlop_1.1.oe b/python/python-sgmlop_1.1.oe
index 3ee57bf06d..5c340b1e52 100644
--- a/python/python-sgmlop_1.1.oe
+++ b/python/python-sgmlop_1.1.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "Pythonware Fast SGML Parser for Python"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
diff --git a/python/python-snmplib_0.1.1.oe b/python/python-snmplib_0.1.1.oe
index 8bb5f2d28d..00fd9371a0 100644
--- a/python/python-snmplib_0.1.1.oe
+++ b/python/python-snmplib_0.1.1.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "A Pure Python SNMP Package"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
diff --git a/python/python-soappy_0.11.3.oe b/python/python-soappy_0.11.3.oe
index e299d4ff63..e15168cfa7 100644
--- a/python/python-soappy_0.11.3.oe
+++ b/python/python-soappy_0.11.3.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "Python SOAP Bindings"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core python-xml python-fpconst"
diff --git a/python/python-sqlite_0.5.0.oe b/python/python-sqlite_0.5.0.oe
index a62fde1524..e7f3331d5d 100644
--- a/python/python-sqlite_0.5.0.oe
+++ b/python/python-sqlite_0.5.0.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "A Python extension for the SQLite Embedded Relational Database"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core python-re python-lang"
diff --git a/python/python-tlslite_0.3.0.oe b/python/python-tlslite_0.3.0.oe
index b61a66670c..e5024b0157 100644
--- a/python/python-tlslite_0.3.0.oe
+++ b/python/python-tlslite_0.3.0.oe
@@ -1,7 +1,7 @@
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"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
diff --git a/python/python-vmaps_1.1.oe b/python/python-vmaps_1.1.oe
index 946ca439f6..bb2c545ad8 100644
--- a/python/python-vmaps_1.1.oe
+++ b/python/python-vmaps_1.1.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "Python Arrays on mmap()"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
diff --git a/python/python-vorbis_1.3.oe b/python/python-vorbis_1.3.oe
index 841175145c..d09f29b5a7 100644
--- a/python/python-vorbis_1.3.oe
+++ b/python/python-vorbis_1.3.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "Python Vorbis Bindings"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core libvorbis python-ogg"
diff --git a/python/python_2.3.3.oe b/python/python_2.3.3.oe
index 6348286dad..55fe3efa90 100644
--- a/python/python_2.3.3.oe
+++ b/python/python_2.3.3.oe
@@ -1,5 +1,5 @@
DESCRIPTION = "Python Programming Language"
-SECTION = "base"
+SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
DEPENDS = "virtual/libc python-native"