diff options
author | obache <obache@pkgsrc.org> | 2014-02-12 12:53:56 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-02-12 12:53:56 +0000 |
commit | 899217aa5da44837c0a3943eb50112fa3f9f84d7 (patch) | |
tree | 0db84c678542465568606b2d7a62d8165ed0423d /math | |
parent | b3e88d40825e87caec3842e95035bfcd5c76d843 (diff) | |
download | pkgsrc-899217aa5da44837c0a3943eb50112fa3f9f84d7.tar.gz |
Using distutils.
Bump PKGREVISION.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-scipy/Makefile | 6 | ||||
-rw-r--r-- | math/py-scipy/PLIST | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/math/py-scipy/Makefile b/math/py-scipy/Makefile index 1460c71f657..22f31c5bdd8 100644 --- a/math/py-scipy/Makefile +++ b/math/py-scipy/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2014/01/25 10:30:13 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2014/02/12 12:53:56 obache Exp $ DISTNAME= scipy-0.12.1 PKGNAME= ${PYPKGPREFIX}-scipy-0.12.1 +PKGREVISION= 1 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scipy/} @@ -10,7 +11,6 @@ HOMEPAGE= http://www.scipy.org/ COMMENT= Scientific Algorithms Library for Python LICENSE= modified-bsd -PYDISTUTILSPKG= yes PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} USE_LANGUAGES+= c c++ fortran MAKE_ENV+= ATLAS=None @@ -121,7 +121,7 @@ REPLACE_PYTHON+= scipy/weave/setup.py REPLACE_PYTHON+= scipy/weave/setupscons.py .include "../../lang/python/application.mk" -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../math/fftw/buildlink3.mk" .include "../../math/py-numpy/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/py-scipy/PLIST b/math/py-scipy/PLIST index d490969876b..cd0c908ba8f 100644 --- a/math/py-scipy/PLIST +++ b/math/py-scipy/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.5 2013/04/14 00:28:53 markd Exp $ +@comment $NetBSD: PLIST,v 1.6 2014/02/12 12:53:56 obache Exp $ +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/scipy/BENTO_BUILD.txt ${PYSITELIB}/scipy/HACKING.rst.txt ${PYSITELIB}/scipy/INSTALL.txt |