aboutsummaryrefslogtreecommitdiffstats
path: root/python/python-pyreverse_0.5.0.oe
blob: 0c33b2ae19aa014168f8e04aeda1fa5dc51c50f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core python-logilab python-pyxml"
SRCNAME = "pyreverse"

SRC_URI = "ftp://ftp.logilab.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils