--- /dev/null
+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
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
-