pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-operators: mark as not ready for python 3.x.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Oct 28 17:52:53 2015 +0100
Changeset:	a2f591978003643f6da1d754495254eca468b0b4

Modified Files:
	py-operators/Makefile
	py-operators/PLIST

Log Message:
py-operators: mark as not ready for python 3.x.

Due to py-fftw.
While here, switch to distutils.mk and add egg to PLIST.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a2f591978003643f6da1d754495254eca468b0b4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-operators/Makefile | 5 +++--
 py-operators/PLIST    | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs:
diff --git a/py-operators/Makefile b/py-operators/Makefile
index 1531926..5cebe26 100644
--- a/py-operators/Makefile
+++ b/py-operators/Makefile
@@ -13,10 +13,11 @@ COMMENT=	Operators and solvers for high-performance computing
 DEPENDS+=	${PYPKGPREFIX}-scipy>=0.7.2:../../math/py-scipy
 DEPENDS+=	${PYPKGPREFIX}-fftw>=0.2:../../wip/py-fftw
 
-PYDISTUTILSPKG=	yes
+PYTHON_VERSIONS_INCOMPATIBLE=	33 34 # py-fftw
+EGG_NAME=	pyoperators-0.13
 
 .include "../../devel/py-cython/buildlink3.mk"
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../math/py-numexpr/buildlink3.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-operators/PLIST b/py-operators/PLIST
index 7efb132..53b490e 100644
--- a/py-operators/PLIST
+++ b/py-operators/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2015/05/30 17:42:10 jihbed Exp $
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/pyoperators/__init__.py
 ${PYSITELIB}/pyoperators/__init__.pyc
 ${PYSITELIB}/pyoperators/__init__.pyo


Home | Main Index | Thread Index | Old Index