pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-fftw py-fftw: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40ffab40e2b0
branches:  trunk
changeset: 371443:40ffab40e2b0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 09:07:17 2022 +0000

description:
py-fftw: convert to egg.mk

diffstat:

 math/py-fftw/Makefile |  6 +++---
 math/py-fftw/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r 5f13c782136c -r 40ffab40e2b0 math/py-fftw/Makefile
--- a/math/py-fftw/Makefile     Mon Jan 10 09:06:06 2022 +0000
+++ b/math/py-fftw/Makefile     Mon Jan 10 09:07:17 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2020/10/12 21:52:02 bacon Exp $
+# $NetBSD: Makefile,v 1.12 2022/01/10 09:07:17 wiz Exp $
 
 DISTNAME=      PyFFTW3-0.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/Py//S/FFTW/fftw/S/3//}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/PyFFTW3/}
 
@@ -17,7 +17,7 @@
 
 MAKE_ENV+=     FFTW_PATH=${PREFIX}/lib
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../math/fftw/buildlink3.mk"
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5f13c782136c -r 40ffab40e2b0 math/py-fftw/PLIST
--- a/math/py-fftw/PLIST        Mon Jan 10 09:06:06 2022 +0000
+++ b/math/py-fftw/PLIST        Mon Jan 10 09:07:17 2022 +0000
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2021/05/20 06:12:14 nia Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.3 2022/01/10 09:07:17 wiz Exp $
 ${PYSITELIB}/fftw3/__init__.py
 ${PYSITELIB}/fftw3/__init__.pyc
 ${PYSITELIB}/fftw3/__init__.pyo



Home | Main Index | Thread Index | Old Index