aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-pyreverse_0.5.2.bb
blob: 9194df5a4aa3ba4b7a84dbacd359e711ae2256cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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-common python-pyxml"
SRCNAME = "pyreverse"
PR = "ml0"

SRC_URI = "ftp://ftp.logilab.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
           file://fix-future.patch;patch=1"
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils