| Age | Commit message (Expand) | Author | Files |
|---|---|---|---|
| 2008-10-15 | mtn2git: remove .mtn2git_empty files in non-empty directories | Jan Luebbe | 2 |
DESCRIPTION = "A sophisticated Numeric Processing Package for Python" SECTION = "devel/python" PRIORITY = "optional" LICENSE = "PSF" PR = "ml0" SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz \ file://no-lapack.patch;patch=1" S = "${WORKDIR}/Numeric-${PV}" inherit distutils do_stage() { cp -pPR Include/Numeric ${STAGING_INCDIR} } d>