summaryrefslogtreecommitdiff
path: root/python/numeric_23.1.oe
blob: 7bc1790c377443ed513109e0fec182645e80e1df (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION="A sophisticated Numeric Processing Package for Python"
SECTION="base"
PRIORITY="optional"
MAINTAINER="Michael Lauer <mickey@Vanille.de>"
RDEPENDS="libc6 python-core"
DEPENDS=virtual/libc

SRC_URI = ${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz
S = ${WORKDIR}/Numeric-${PV}

inherit distutils