[oe-commits] org.oe.dev python-pyreverse: update to 0.5.2

mickeyl commit openembedded-commits at lists.openembedded.org
Thu Aug 16 14:08:42 UTC 2007


python-pyreverse: update to 0.5.2
pyxml: touch

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: e6ba4be10b45605e819499b18c414ad29fb42bec
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e6ba4be10b45605e819499b18c414ad29fb42bec
Files:
1
packages/python/python-pyreverse_0.5.0.bb
packages/python/python-pyreverse_0.5.2.bb
packages/python/python-pyreverse
packages/python/python-pyreverse/fix-future.patch
packages/python/python-pyxml_0.8.4.bb
Diffs:

#
# mt diff -r6e1b6a764ad7ecdc18de332183617c3709d87adb -re6ba4be10b45605e819499b18c414ad29fb42bec
#
# 
# 
# rename "packages/python/python-pyreverse_0.5.0.bb"
#     to "packages/python/python-pyreverse_0.5.2.bb"
# 
# add_dir "packages/python/python-pyreverse"
# 
# add_file "packages/python/python-pyreverse/fix-future.patch"
#  content [190019eb1b27a6f1e313ce1dd60b2cb7c2b5a9ac]
# 
# patch "packages/python/python-pyreverse_0.5.2.bb"
#  from [6aec308aee69da3ebb48781c2a3d3ddfc825067e]
#    to [e781c763fb07c1630e396a94a2ab82a2f7a889fb]
# 
# patch "packages/python/python-pyxml_0.8.4.bb"
#  from [3c5a8dedb341e76c2fca33994f7db60e5ee0aa30]
#    to [3f10d1443ac6c56992e095d4aa10a5d688bfcceb]
# 
============================================================
--- packages/python/python-pyreverse/fix-future.patch	190019eb1b27a6f1e313ce1dd60b2cb7c2b5a9ac
+++ packages/python/python-pyreverse/fix-future.patch	190019eb1b27a6f1e313ce1dd60b2cb7c2b5a9ac
@@ -0,0 +1,16 @@
+Index: pyreverse-0.5.2/setup.py
+===================================================================
+--- pyreverse-0.5.2.orig/setup.py
++++ pyreverse-0.5.2/setup.py
+@@ -17,10 +17,10 @@
+ # this program; if not, write to the Free Software Foundation, Inc.,
+ # 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ """ Generic Setup script, takes package info from __pkginfo__.py file """
++from __future__ import nested_scopes
+ 
+ __revision__ = '$Id: setup.py,v 1.17 2005/01/05 11:40:41 syt Exp $'
+ 
+-from __future__ import nested_scopes
+ import os
+ import sys
+ import shutil
============================================================
--- packages/python/python-pyreverse_0.5.0.bb	6aec308aee69da3ebb48781c2a3d3ddfc825067e
+++ packages/python/python-pyreverse_0.5.2.bb	e781c763fb07c1630e396a94a2ab82a2f7a889fb
@@ -1,14 +1,16 @@ SECTION = "devel/python"
 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 = "devel/python"
+HOMEPAGE = "http://www.logilab.org/2560"
 PRIORITY = "optional"
 LICENSE = "GPL"
-RDEPENDS = "python-core python-logilab python-pyxml"
+RDEPENDS = "python-core python-logilab-common python-pyxml"
 SRCNAME = "pyreverse"
+PR = "ml0"
 
-SRC_URI = "ftp://ftp.logilab.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+SRC_URI = "ftp://ftp.logilab.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
+           file://fix-future.patch;patch=1"
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit distutils
-
============================================================
--- packages/python/python-pyxml_0.8.4.bb	3c5a8dedb341e76c2fca33994f7db60e5ee0aa30
+++ packages/python/python-pyxml_0.8.4.bb	3f10d1443ac6c56992e095d4aa10a5d688bfcceb
@@ -1,8 +1,8 @@ LICENSE = "PSF"
 DESCRIPTION = "A sophisticated XML Processing Package for Python"
 SECTION = "devel/python"
 PRIORITY = "optional"
 LICENSE = "PSF"
-RDEPENDS = "python-core python-xml python-netclient"
+RDEPENDS = "python-xml python-netclient"
 SRCNAME = "pyxml"
 PR = "ml0"
 






More information about the Openembedded-commits mailing list