diff options
Diffstat (limited to 'python/python-numarray_1.0.oe')
-rw-r--r-- | python/python-numarray_1.0.oe | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/python/python-numarray_1.0.oe b/python/python-numarray_1.0.oe deleted file mode 100644 index 789dc2afae..0000000000 --- a/python/python-numarray_1.0.oe +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "Next Generation sophisticated Numeric Processing Package for Python" -SECTION = "devel/python" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -RDEPENDS = "python-core" -SRCNAME = "numarray" - -SRC_URI = ${SOURCEFORGE_MIRROR}/numpy/${SRCNAME}-${PV}.tar.gz -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils |