python-pyreverse: update to 0.5.2
authorMichael Lauer <mickey@vanille-media.de>
Thu, 16 Aug 2007 07:40:02 +0000 (07:40 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 16 Aug 2007 07:40:02 +0000 (07:40 +0000)
pyxml: touch

packages/python/python-pyreverse/.mtn2git_empty [new file with mode: 0644]
packages/python/python-pyreverse/fix-future.patch [new file with mode: 0644]
packages/python/python-pyreverse_0.5.2.bb [moved from packages/python/python-pyreverse_0.5.0.bb with 74% similarity]
packages/python/python-pyxml_0.8.4.bb

diff --git a/packages/python/python-pyreverse/.mtn2git_empty b/packages/python/python-pyreverse/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/python/python-pyreverse/fix-future.patch b/packages/python/python-pyreverse/fix-future.patch
new file mode 100644 (file)
index 0000000..2bcba0d
--- /dev/null
@@ -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
similarity index 74%
rename from packages/python/python-pyreverse_0.5.0.bb
rename to packages/python/python-pyreverse_0.5.2.bb
index ab7322e..9194df5 100644 (file)
@@ -2,13 +2,15 @@ DESCRIPTION = "PyReverse is a set of tools for reverse engineering Python code.
 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
-
index 2bfe7eb..34b5cbf 100644 (file)
@@ -2,7 +2,7 @@ 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"