summaryrefslogtreecommitdiff
path: root/packages/python/python-pyreverse_0.5.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/python/python-pyreverse_0.5.0.bb')
-rw-r--r--packages/python/python-pyreverse_0.5.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/python/python-pyreverse_0.5.0.bb b/packages/python/python-pyreverse_0.5.0.bb
index e69de29bb2..f46d0b0517 100644
--- a/packages/python/python-pyreverse_0.5.0.bb
+++ b/packages/python/python-pyreverse_0.5.0.bb
@@ -0,0 +1,15 @@
+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 'Mickey' Lauer <mickey@Vanille.de>"
+LICENSE = "GPL"
+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
+