pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc py-fftw: remove
details: https://anonhg.NetBSD.org/pkgsrc/rev/02697c544f3b
branches: trunk
changeset: 374247:02697c544f3b
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Feb 17 09:16:36 2022 +0000
description:
py-fftw: remove
Last release in 2010, was beta, no upstream, not used in pkgsrc.
diffstat:
doc/CHANGES-2022 | 3 ++-
math/Makefile | 3 +--
math/py-fftw/DESCR | 1 -
math/py-fftw/Makefile | 23 -----------------------
math/py-fftw/PLIST | 26 --------------------------
math/py-fftw/distinfo | 5 -----
6 files changed, 3 insertions(+), 58 deletions(-)
diffs (102 lines):
diff -r 99323466d5ea -r 02697c544f3b doc/CHANGES-2022
--- a/doc/CHANGES-2022 Thu Feb 17 07:16:10 2022 +0000
+++ b/doc/CHANGES-2022 Thu Feb 17 09:16:36 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.1032 2022/02/17 00:14:29 gutteridge Exp $
+$NetBSD: CHANGES-2022,v 1.1033 2022/02/17 09:16:36 wiz Exp $
Changes to the packages collection and infrastructure in 2022:
@@ -1356,3 +1356,4 @@
Updated textproc/csview to 1.0.1 [pin 2022-02-16]
Updated fonts/harfbuzz to 3.4.0 [wiz 2022-02-16]
Updated x11/xfce4-notifyd to 0.6.3 [gutteridge 2022-02-17]
+ Removed math/py-fftw [wiz 2022-02-17]
diff -r 99323466d5ea -r 02697c544f3b math/Makefile
--- a/math/Makefile Thu Feb 17 07:16:10 2022 +0000
+++ b/math/Makefile Thu Feb 17 09:16:36 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.534 2022/02/16 10:03:01 pho Exp $
+# $NetBSD: Makefile,v 1.535 2022/02/17 09:16:36 wiz Exp $
COMMENT= Mathematics
@@ -376,7 +376,6 @@
SUBDIR+= py-cdecimal
SUBDIR+= py-claripy
SUBDIR+= py-ephem
-SUBDIR+= py-fftw
SUBDIR+= py-fpconst
SUBDIR+= py-gmpy
SUBDIR+= py-gwcs
diff -r 99323466d5ea -r 02697c544f3b math/py-fftw/DESCR
--- a/math/py-fftw/DESCR Thu Feb 17 07:16:10 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-Python bindings to the FFTW3 C-library
diff -r 99323466d5ea -r 02697c544f3b math/py-fftw/Makefile
--- a/math/py-fftw/Makefile Thu Feb 17 07:16:10 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-# $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= 4
-CATEGORIES= math
-MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyFFTW3/}
-
-MAINTAINER= jihbed.research%gmail.com@localhost
-HOMEPAGE= https://pypi.python.org/pypi/PyFFTW3
-COMMENT= Python bindings to the FFTW3 C-library
-LICENSE= gnu-gpl-v3
-
-USE_LANGUAGES= c
-
-PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.2.1
-
-MAKE_ENV+= FFTW_PATH=${PREFIX}/lib
-
-.include "../../lang/python/egg.mk"
-.include "../../math/fftw/buildlink3.mk"
-.include "../../math/py-numpy/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 99323466d5ea -r 02697c544f3b math/py-fftw/PLIST
--- a/math/py-fftw/PLIST Thu Feb 17 07:16:10 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2022/01/14 17:52:00 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}
-${PYSITELIB}/fftw3/__init__.py
-${PYSITELIB}/fftw3/__init__.pyc
-${PYSITELIB}/fftw3/__init__.pyo
-${PYSITELIB}/fftw3/lib.py
-${PYSITELIB}/fftw3/lib.pyc
-${PYSITELIB}/fftw3/lib.pyo
-${PYSITELIB}/fftw3/planning.py
-${PYSITELIB}/fftw3/planning.pyc
-${PYSITELIB}/fftw3/planning.pyo
-${PYSITELIB}/fftw3/wisdom.py
-${PYSITELIB}/fftw3/wisdom.pyc
-${PYSITELIB}/fftw3/wisdom.pyo
-${PYSITELIB}/fftw3f/__init__.py
-${PYSITELIB}/fftw3f/__init__.pyc
-${PYSITELIB}/fftw3f/__init__.pyo
-${PYSITELIB}/fftw3f/lib.py
-${PYSITELIB}/fftw3f/lib.pyc
-${PYSITELIB}/fftw3f/lib.pyo
-${PYSITELIB}/fftw3f/planning.py
-${PYSITELIB}/fftw3f/planning.pyc
-${PYSITELIB}/fftw3f/planning.pyo
-${PYSITELIB}/fftw3f/wisdom.py
-${PYSITELIB}/fftw3f/wisdom.pyc
-${PYSITELIB}/fftw3f/wisdom.pyo
diff -r 99323466d5ea -r 02697c544f3b math/py-fftw/distinfo
--- a/math/py-fftw/distinfo Thu Feb 17 07:16:10 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:56:01 nia Exp $
-
-BLAKE2s (PyFFTW3-0.2.1.tar.gz) = 3cf2b8d02c7af7fb28db62850dd580e82153eb346847c18666df4bac45982a32
-SHA512 (PyFFTW3-0.2.1.tar.gz) = 1ed40672c284c2bc1619b02c35756b64e8e9a18df0e08e725ecec13c910affeb103cb46f807c2926d1fa1924dd4e34deafed948da06df20deb625dd40318e362
-Size (PyFFTW3-0.2.1.tar.gz) = 25317 bytes
Home |
Main Index |
Thread Index |
Old Index