summaryrefslogtreecommitdiff
path: root/python/python-pyreverse_0.5.0.oe
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-pyreverse_0.5.0.oe')
-rw-r--r--python/python-pyreverse_0.5.0.oe14
1 files changed, 0 insertions, 14 deletions
diff --git a/python/python-pyreverse_0.5.0.oe b/python/python-pyreverse_0.5.0.oe
deleted file mode 100644
index c45ecc0ccb..0000000000
--- a/python/python-pyreverse_0.5.0.oe
+++ /dev/null
@@ -1,14 +0,0 @@
-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>"
-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
-