Merge oe-devel@oe-devel.bkbits.net:packages
[vuplus_openembedded] / python / python-pyreverse_0.5.0.oe
1 DESCRIPTION = "PyReverse is a set of tools for reverse engineering Python code. So far, it features dependency analysis \
2 tools, documentation generation, and XMI generation for importation in a UML modeling tool. A special module can be  \
3 used to generate files readable by Argo UML."
4 SECTION = "devel/python"
5 PRIORITY = "optional"
6 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
7 RDEPENDS = "python-core python-logilab python-pyxml"
8 SRCNAME = "pyreverse"
9
10 SRC_URI = "ftp://ftp.logilab.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11 S = "${WORKDIR}/${SRCNAME}-${PV}"
12
13 inherit distutils
14