[oe-commits] org.oe.dev python-setuptools, python-simplejson: catch up with changes in distutils build class

mickeyl commit openembedded-commits at lists.openembedded.org
Tue Jul 24 02:43:36 UTC 2007


python-setuptools, python-simplejson: catch up with changes in distutils build class

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 9442f4b0bd25445e94634fb038a3eb2f8686d3d2
ViewMTN: http://monotone.openembedded.org/revision.psp?id=9442f4b0bd25445e94634fb038a3eb2f8686d3d2
Files:
1
packages/python/python-setuptools_0.6c5.bb
packages/python/python-setuptools_0.6c6.bb
packages/python/python-simplejson_1.7.1.bb
Diffs:

#
# mt diff -raa3aabfcaa01a7164f8104137916ddb63633dd7a -r9442f4b0bd25445e94634fb038a3eb2f8686d3d2
#
# 
# 
# rename "packages/python/python-setuptools_0.6c5.bb"
#     to "packages/python/python-setuptools_0.6c6.bb"
# 
# patch "packages/python/python-setuptools_0.6c6.bb"
#  from [4225103b3cc96e75911321bcfd1ba59503f611fd]
#    to [57994d92ba3eec5b7d6f145f3d08241becb3a6dc]
# 
# patch "packages/python/python-simplejson_1.7.1.bb"
#  from [551a3e4cb851a9cd206d9baf81a0c99e022b08a4]
#    to [8890cca59935f213dfae3a402765e7bad90c9a89]
# 
============================================================
--- packages/python/python-setuptools_0.6c5.bb	4225103b3cc96e75911321bcfd1ba59503f611fd
+++ packages/python/python-setuptools_0.6c6.bb	57994d92ba3eec5b7d6f145f3d08241becb3a6dc
@@ -5,7 +5,7 @@ SRCNAME = "setuptools"
 LICENSE = "MIT-like"
 RDEPENDS = "python-core python-zlib"
 SRCNAME = "setuptools"
-PR = "r0"
+PR = "ml1"
 
 SRC_URI = "http://cheeseshop.python.org/packages/source/s/setuptools/${SRCNAME}-${PV}.tar.gz"
 S = "${WORKDIR}/${SRCNAME}-${PV}"
@@ -20,7 +20,3 @@ do_stage() {
     BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
       ${STAGING_BINDIR_NATIVE}/python setup.py install 
 }
-
-# Deal with .pth file error 
-export PYTHONPATH="${D}/${libdir}/${PYTHON_DIR}/site-packages"
-
============================================================
--- packages/python/python-simplejson_1.7.1.bb	551a3e4cb851a9cd206d9baf81a0c99e022b08a4
+++ packages/python/python-simplejson_1.7.1.bb	8890cca59935f213dfae3a402765e7bad90c9a89
@@ -8,17 +8,9 @@ SRCNAME = "simplejson"
 # python-zlib is needed to unpack egg created by setuptools
 RDEPENDS = "python-core python-re python-io python-netserver python-zlib"
 SRCNAME = "simplejson"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://cheeseshop.python.org/packages/source/s/simplejson/${SRCNAME}-${PV}.tar.gz"
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit distutils
-
-do_install_prepend() {
-    install -d ${D}/${libdir}/${PYTHON_DIR}/site-packages
-}
-
-# Deal with .pth file error
-export PYTHONPATH="${D}/${libdir}/python2.4/site-packages"
-






More information about the Openembedded-commits mailing list