From: Michael Lauer Date: Thu, 16 Aug 2007 07:40:02 +0000 (+0000) Subject: python-pyreverse: update to 0.5.2 X-Git-Tag: Release-2010-05/1~8920^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa86d8df4af44d56f86a7e8230965c6f74840605;p=openembedded.git python-pyreverse: update to 0.5.2 pyxml: touch --- diff --git a/packages/python/python-pyreverse/.mtn2git_empty b/packages/python/python-pyreverse/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 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 similarity index 74% rename from packages/python/python-pyreverse_0.5.0.bb rename to 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"