pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-fftw: mark as not for python-3.x.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed Oct 28 11:50:27 2015 +0100
Changeset: d681dcfbc5b547afb5034c470fe2e0ca45ca43b8
Modified Files:
py-fftw/Makefile
py-fftw/PLIST
Log Message:
py-fftw: mark as not for python-3.x.
Use distutils.mk. Add egg file to PLIST.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d681dcfbc5b547afb5034c470fe2e0ca45ca43b8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-fftw/Makefile | 6 ++----
py-fftw/PLIST | 3 ++-
2 files changed, 4 insertions(+), 5 deletions(-)
diffs:
diff --git a/py-fftw/Makefile b/py-fftw/Makefile
index 701cf59..9464dfc 100644
--- a/py-fftw/Makefile
+++ b/py-fftw/Makefile
@@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.6 2012/10/07 11:54:33 asau Exp $
-#
DISTNAME= PyFFTW3-0.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//S/FFTW/fftw/S/3//}
@@ -14,10 +13,9 @@ LICENSE= gnu-gpl-v3
USE_LANGUAGES= c
-PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # as of 0.2.1
-
-.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/py-fftw/PLIST b/py-fftw/PLIST
index 8a50079..65494a4 100644
--- a/py-fftw/PLIST
+++ b/py-fftw/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2012/10/01 23:56:16 jihbed Exp $
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/fftw3/__init__.py
${PYSITELIB}/fftw3/__init__.pyc
${PYSITELIB}/fftw3/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index