diff options
Diffstat (limited to 'python')
36 files changed, 70 insertions, 35 deletions
diff --git a/python/python-ao_0.82.oe b/python/python-ao_0.82.oe index 035aa1ea16..ac98eb57bf 100644 --- a/python/python-ao_0.82.oe +++ b/python/python-ao_0.82.oe @@ -2,7 +2,7 @@ DESCRIPTION = "Python AO Bindings" SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -DEPENDS = "virtual/libc libao" +DEPENDS = "libao" SRCNAME = "pyao" SRC_URI = "http://www.andrewchatham.com/pyogg/download/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-constraint_0.2.3.oe b/python/python-constraint_0.2.3.oe index 9e0832d537..d5f766c2a4 100644 --- a/python/python-constraint_0.2.3.oe +++ b/python/python-constraint_0.2.3.oe @@ -6,7 +6,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "constraint" SRC_URI = "ftp://ftp.logilab.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-crypto_1.9a6.oe b/python/python-crypto_1.9a6.oe index 7d5079a7c2..28cd56e004 100644 --- a/python/python-crypto_1.9a6.oe +++ b/python/python-crypto_1.9a6.oe @@ -3,7 +3,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc gmp" +DEPENDS = "gmp" SRCNAME = "pycrypto" SRC_URI = "http://www.amk.ca/files/python/crypto/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-curl_7.11.0.oe b/python/python-curl_7.11.0.oe index 6bbc45fa13..ec9a1f9b65 100644 --- a/python/python-curl_7.11.0.oe +++ b/python/python-curl_7.11.0.oe @@ -3,7 +3,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core curl (${PV})" -DEPENDS = "virtual/libc curl-${PV}" +DEPENDS = "curl-${PV}" SRCNAME = "pycurl" SRC_URI = "http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-fnorb_1.3.oe b/python/python-fnorb_1.3.oe index 591ddefa43..8d3c8f8339 100644 --- a/python/python-fnorb_1.3.oe +++ b/python/python-fnorb_1.3.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "Fnorb" SRC_URI = "${SOURCEFORGE_MIRROR}/fnorb/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-fpconst_0.6.0.oe b/python/python-fpconst_0.6.0.oe index 83c5a11076..169e00e489 100644 --- a/python/python-fpconst_0.6.0.oe +++ b/python/python-fpconst_0.6.0.oe @@ -7,7 +7,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "fpconst" SRC_URI = "http://ftp.iasi.roedu.net/mirrors/gentoo.org/distfiles/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-gmpy_1.0.oe b/python/python-gmpy_1.0.oe index 3ce01d648a..cad93354d3 100644 --- a/python/python-gmpy_1.0.oe +++ b/python/python-gmpy_1.0.oe @@ -3,7 +3,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc gmp" +DEPENDS = "gmp" SRCNAME = "gmpy" SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-sources-10.zip" diff --git a/python/python-gnosis_1.1.1.oe b/python/python-gnosis_1.1.1.oe index d2d4b47ccd..6208b5ee60 100644 --- a/python/python-gnosis_1.1.1.oe +++ b/python/python-gnosis_1.1.1.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "Gnosis_Utils" SRC_URI = "http://gnosis.cx/download/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-hmm_0.4.oe b/python/python-hmm_0.4.oe index f88f030bca..64512c05fe 100644 --- a/python/python-hmm_0.4.oe +++ b/python/python-hmm_0.4.oe @@ -5,7 +5,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-numeric" -DEPENDS = "virtual/libc python-numeric" +DEPENDS = "python-numeric" SRCNAME = "hmm" SRC_URI = "ftp://ftp.logilab.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-imdbpy_1.2.oe b/python/python-imdbpy_1.2.oe index 2949fc8a5a..4552f882c8 100644 --- a/python/python-imdbpy_1.2.oe +++ b/python/python-imdbpy_1.2.oe @@ -3,7 +3,6 @@ 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" diff --git a/python/python-irclib_0.4.3.oe b/python/python-irclib_0.4.3.oe index 196e2405c0..0d4056767a 100644 --- a/python/python-irclib_0.4.3.oe +++ b/python/python-irclib_0.4.3.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "pyirclib" SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-logilab_0.4.4.oe b/python/python-logilab_0.4.4.oe index 5595ed9c8e..9cba9482ba 100644 --- a/python/python-logilab_0.4.4.oe +++ b/python/python-logilab_0.4.4.oe @@ -7,7 +7,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "common" SRC_URI = "ftp://ftp.logilab.fr/pub/common/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-mad_0.5.1.oe b/python/python-mad_0.5.1.oe index c18feae88e..94f1604807 100644 --- a/python/python-mad_0.5.1.oe +++ b/python/python-mad_0.5.1.oe @@ -3,7 +3,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core libmad" -DEPENDS = "virtual/libc libmad" +DEPENDS = "libmad" SRCNAME = "pymad" SRC_URI = "http://spacepants.org/src/pymad/download/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-numeric_23.1.oe b/python/python-numeric_23.1.oe index 18a541a675..ad099c8946 100644 --- a/python/python-numeric_23.1.oe +++ b/python/python-numeric_23.1.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz" S = "${WORKDIR}/Numeric-${PV}" diff --git a/python/python-ogg_1.3.oe b/python/python-ogg_1.3.oe index abb58948e8..a645098dbd 100644 --- a/python/python-ogg_1.3.oe +++ b/python/python-ogg_1.3.oe @@ -3,7 +3,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc libogg" +DEPENDS = "libogg" SRCNAME = "pyogg" SRC_URI = "http://www.andrewchatham.com/pyogg/download/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-pexpect_0.99.oe b/python/python-pexpect_0.99.oe index 4981b8beb4..fb2de5dceb 100644 --- a/python/python-pexpect_0.99.oe +++ b/python/python-pexpect_0.99.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-io python-terminal python-resource python-fcntl" -DEPENDS = "virtual/libc" SRCNAME = "pexpect" SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tgz" diff --git a/python/python-pycap_0.1.6.oe b/python/python-pycap_0.1.6.oe index 7649718db1..2bcf37a594 100644 --- a/python/python-pycap_0.1.6.oe +++ b/python/python-pycap_0.1.6.oe @@ -3,7 +3,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc libpcap-0.7.2 libnet-1.1.1" +DEPENDS = "libpcap-0.7.2 libnet-1.1.1" SRCNAME = "pycap" SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-pychecker_0.8.13.oe b/python/python-pychecker_0.8.13.oe index 3042c842e8..e674c05813 100644 --- a/python/python-pychecker_0.8.13.oe +++ b/python/python-pychecker_0.8.13.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "pychecker" SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-pycodes_1.1.oe b/python/python-pycodes_1.1.oe index 07fe517376..fac5f8b5b2 100644 --- a/python/python-pycodes_1.1.oe +++ b/python/python-pycodes_1.1.oe @@ -7,7 +7,6 @@ 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 \ diff --git a/python/python-pygame_1.6.oe b/python/python-pygame_1.6.oe index 9b164886cf..75c72a0b8e 100644 --- a/python/python-pygame_1.6.oe +++ b/python/python-pygame_1.6.oe @@ -3,7 +3,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-numeric" -DEPENDS = "virtual/libc virtual/libsdl libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric" +DEPENDS = "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 \ diff --git a/python/python-pygoogle_0.6.oe b/python/python-pygoogle_0.6.oe index e15f23e936..464cec2a86 100644 --- a/python/python-pygoogle_0.6.oe +++ b/python/python-pygoogle_0.6.oe @@ -5,7 +5,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-soappy" -DEPENDS = "virtual/libc" SRCNAME = "pygoogle" SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-pylinda_0.1.oe b/python/python-pylinda_0.1.oe index 6c9d8acacd..9ab54df798 100644 --- a/python/python-pylinda_0.1.oe +++ b/python/python-pylinda_0.1.oe @@ -3,7 +3,6 @@ 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 \ diff --git a/python/python-pylint_0.3.3.oe b/python/python-pylint_0.3.3.oe index c6f0fe5ce5..2dce6c6f77 100644 --- a/python/python-pylint_0.3.3.oe +++ b/python/python-pylint_0.3.3.oe @@ -6,7 +6,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-logilab" -DEPENDS = "virtual/libc" SRCNAME = "pylint" SRC_URI = "ftp://ftp.logilab.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-pyreverse_0.5.0.oe b/python/python-pyreverse_0.5.0.oe index e829665a7d..0c33b2ae19 100644 --- a/python/python-pyreverse_0.5.0.oe +++ b/python/python-pyreverse_0.5.0.oe @@ -5,7 +5,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-logilab python-pyxml" -DEPENDS = "virtual/libc" SRCNAME = "pyreverse" SRC_URI = "ftp://ftp.logilab.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-pyserial_2.0.oe b/python/python-pyserial_2.0.oe index 5868e1f9ed..afdf180542 100644 --- a/python/python-pyserial_2.0.oe +++ b/python/python-pyserial_2.0.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "pyserial" SRC_URI = "http://www.vanille.de/mirror/${SRCNAME}-${PV}.tar.bz2" diff --git a/python/python-pyx_0.6.oe b/python/python-pyx_0.6.oe index 193b9ae1d0..a3f454649d 100644 --- a/python/python-pyx_0.6.oe +++ b/python/python-pyx_0.6.oe @@ -5,7 +5,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc kpsewhich-native" +DEPENDS = "kpsewhich-native" SRCNAME = "PyX" SRC_URI = "${SOURCEFORGE_MIRROR}/pyx/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-pyxml_0.8.3.oe b/python/python-pyxml_0.8.3.oe index fdf5faac3d..d0868f2f6c 100644 --- a/python/python-pyxml_0.8.3.oe +++ b/python/python-pyxml_0.8.3.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-xml python-netclient" -DEPENDS = "virtual/libc" SRCNAME = "pyxml" SRC_URI = "${SOURCEFORGE_MIRROR}/pyxml/PyXML-${PV}.tar.gz" diff --git a/python/python-pyxmlrpc_0.8.8.3.oe b/python/python-pyxmlrpc_0.8.8.3.oe index e91846ae34..e38e330685 100644 --- a/python/python-pyxmlrpc_0.8.8.3.oe +++ b/python/python-pyxmlrpc_0.8.8.3.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "py-xmlrpc" SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-sgmlop_1.1.oe b/python/python-sgmlop_1.1.oe index 5c340b1e52..1d070d61c9 100644 --- a/python/python-sgmlop_1.1.oe +++ b/python/python-sgmlop_1.1.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "sgmlop" SRC_URI = "http://www.vanille.de/mirror/${SRCNAME}-${PV}.tar.bz2" diff --git a/python/python-snmplib_0.1.1.oe b/python/python-snmplib_0.1.1.oe index 00fd9371a0..da0ee4dd3f 100644 --- a/python/python-snmplib_0.1.1.oe +++ b/python/python-snmplib_0.1.1.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "libsnmp" SRC_URI = "http://seafelt.unicity.com.au/downloads/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-soappy_0.11.3.oe b/python/python-soappy_0.11.3.oe index dcff9e2a47..b9bd58853e 100644 --- a/python/python-soappy_0.11.3.oe +++ b/python/python-soappy_0.11.3.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-xml python-fpconst" -DEPENDS = "virtual/libc" SRCNAME = "SOAPpy" SRC_URI = "${SOURCEFORGE_MIRROR}/pywebsvcs/${SRCNAME}-${PV}.tar.gz \ diff --git a/python/python-sqlite_0.5.0.oe b/python/python-sqlite_0.5.0.oe index e7f3331d5d..b0cf00c03b 100644 --- a/python/python-sqlite_0.5.0.oe +++ b/python/python-sqlite_0.5.0.oe @@ -3,7 +3,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core python-re python-lang" -DEPENDS = "virtual/libc sqlite" +DEPENDS = "sqlite" SRCNAME = "pysqlite" SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" diff --git a/python/python-tlslite_0.3.0.oe b/python/python-tlslite_0.3.0.oe index e5024b0157..3df7cc9f1c 100644 --- a/python/python-tlslite_0.3.0.oe +++ b/python/python-tlslite_0.3.0.oe @@ -5,7 +5,6 @@ SECTION = "devel/python" 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" diff --git a/python/python-vmaps_1.1.oe b/python/python-vmaps_1.1.oe index bb2c545ad8..03323800da 100644 --- a/python/python-vmaps_1.1.oe +++ b/python/python-vmaps_1.1.oe @@ -3,7 +3,6 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc" SRCNAME = "vmaps" SRC_URI = "http://snafu.freedom.org/Vmaps/Vmaps-${PV}.tgz" diff --git a/python/python-vorbis_1.3.oe b/python/python-vorbis_1.3.oe index c255fc84cc..d3a1ae7a68 100644 --- a/python/python-vorbis_1.3.oe +++ b/python/python-vorbis_1.3.oe @@ -3,7 +3,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core libvorbis python-ogg" -DEPENDS = "virtual/libc libvorbis python-ogg" +DEPENDS = "libvorbis python-ogg" SRCNAME = "pyvorbis" SRC_URI = "http://www.andrewchatham.com/pyogg/download/${SRCNAME}-${PV}.tar.gz \ diff --git a/python/python_2.3.4.oe b/python/python_2.3.4.oe index e69de29bb2..b5ccd954c4 100644 --- a/python/python_2.3.4.oe +++ b/python/python_2.3.4.oe @@ -0,0 +1,58 @@ +DESCRIPTION = "Python Programming Language" +SECTION = "devel/python" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +DEPENDS = "python-native" + +SRC_URI = "ftp://www.python.org/pub/python/${PV}/Python-${PV}.tar.bz2 \ + file://bindir-libdir.patch;patch=1 \ + file://crosscompile.patch;patch=1" +# file://autohell.patch;patch=1" +# file://crosscompile-hotshot.patch;patch=1 \ +# file://crosscompile-socket.patch;patch=1 + +S = "${WORKDIR}/Python-${PV}" + +inherit autotools + +EXTRA_OECONF = "--with-threads --with-pymalloc --with-cyclic-gc" + +# +# copy config.h and an appropriate Makefile for distutils.sysconfig +# which laters uses the information out of these to compile extensions +# +do_compile_prepend() { + install -d ${STAGING_INCDIR}/python2.3/ + install -d ${STAGING_LIBDIR}/python2.3/config/ + install -m 0644 pyconfig.h ${STAGING_INCDIR}/python2.3/ + install -m 0644 Makefile Makefile.orig + install -m 0644 Makefile Makefile.backup + sed -e 's,${includedir},${STAGING_INCDIR},' < Makefile.backup > Makefile + install -m 0644 Makefile Makefile.backup + sed -e 's,${libdir},${STAGING_LIBDIR},' < Makefile.backup > Makefile + install -m 0644 Makefile ${STAGING_LIBDIR}/python2.3/config/ +} + +do_compile() { + oe_runmake HOSTPGEN=${STAGING_BINDIR}/pgen \ + HOSTPYTHON=${STAGING_BINDIR}/python \ + STAGING_DIR=${STAGING_DIR} \ + BUILD_SYS=${BUILD_SYS} \ + HOST_SYS=${HOST_SYS} +} + +do_stage() { + install -m 0644 Include/*.h ${STAGING_INCDIR}/python2.3/ +} + +do_install() { + install -m 0644 Makefile.orig Makefile + oe_runmake HOSTPGEN=${STAGING_BINDIR}/pgen \ + HOSTPYTHON=${STAGING_BINDIR}/python \ + STAGING_DIR=${STAGING_DIR} \ + BUILD_SYS=${BUILD_SYS} \ + HOST_SYS=${HOST_SYS} \ + DESTDIR=${D} install +} + +include python-${PV}-manifest.oe |