summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-08-16 07:40:02 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-08-16 07:40:02 +0000
commitfa86d8df4af44d56f86a7e8230965c6f74840605 (patch)
treecc60de4369242eb594b2a1e0c69c5408f115ae77 /packages
parenta06882ea02d3045d5dd3c01d4eea2e071a28b0ac (diff)
python-pyreverse: update to 0.5.2
pyxml: touch
Diffstat (limited to 'packages')
-rw-r--r--packages/python/python-pyreverse/.mtn2git_empty0
-rw-r--r--packages/python/python-pyreverse/fix-future.patch16
-rw-r--r--packages/python/python-pyreverse_0.5.2.bb (renamed from packages/python/python-pyreverse_0.5.0.bb)8
-rw-r--r--packages/python/python-pyxml_0.8.4.bb2
4 files changed, 22 insertions, 4 deletions
diff --git a/packages/python/python-pyreverse/.mtn2git_empty b/packages/python/python-pyreverse/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/python/python-pyreverse/.mtn2git_empty
diff --git a/packages/python/python-pyreverse/fix-future.patch b/packages/python/python-pyreverse/fix-future.patch
new file mode 100644
index 0000000000..2bcba0dd39
--- /dev/null
+++ b/packages/python/python-pyreverse/fix-future.patch
@@ -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
diff --git a/packages/python/python-pyreverse_0.5.0.bb b/packages/python/python-pyreverse_0.5.2.bb
index ab7322e9e8..9194df5a4a 100644
--- a/packages/python/python-pyreverse_0.5.0.bb
+++ b/packages/python/python-pyreverse_0.5.2.bb
@@ -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
-
diff --git a/packages/python/python-pyxml_0.8.4.bb b/packages/python/python-pyxml_0.8.4.bb
index 2bfe7ebcae..34b5cbfd0c 100644
--- a/packages/python/python-pyxml_0.8.4.bb
+++ b/packages/python/python-pyxml_0.8.4.bb
@@ -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"