pkgsrc-WIP-changes archive

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

py-fftw: remove, imported to pkgsrc/math.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Nov 27 11:40:24 2015 +0100
Changeset:	e651be3f171b3802a48f7225f1d27ad4328f3aa8

Modified Files:
	Makefile
	py-operators/Makefile
Removed Files:
	py-fftw/DESCR
	py-fftw/Makefile
	py-fftw/PLIST
	py-fftw/distinfo

Log Message:
py-fftw: remove, imported to pkgsrc/math.

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

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

diffstat:
 Makefile              |  1 -
 py-fftw/DESCR         |  1 -
 py-fftw/Makefile      | 21 ---------------------
 py-fftw/PLIST         | 14 --------------
 py-fftw/distinfo      |  5 -----
 py-operators/Makefile |  2 +-
 6 files changed, 1 insertion(+), 43 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 613eab9..dca7e2f 100644
--- a/Makefile
+++ b/Makefile
@@ -2746,7 +2746,6 @@ SUBDIR+=	py-fedmsg
 SUBDIR+=	py-feedgenerator
 SUBDIR+=	py-feyn
 SUBDIR+=	py-ffc
-SUBDIR+=	py-fftw
 SUBDIR+=	py-fiat
 SUBDIR+=	py-figleaf
 SUBDIR+=	py-fiona
diff --git a/py-fftw/DESCR b/py-fftw/DESCR
deleted file mode 100644
index e579fca..0000000
--- a/py-fftw/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Python bindings to the FFTW3 C-library
diff --git a/py-fftw/Makefile b/py-fftw/Makefile
deleted file mode 100644
index 482f190..0000000
--- a/py-fftw/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $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//}
-PKGREVISION=	2
-CATEGORIES=	math
-MASTER_SITES=	http://pypi.python.org/packages/source/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_INCOMPATIBLE=	33 34 # as of 0.2.1
-
-.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
deleted file mode 100644
index 65494a4..0000000
--- a/py-fftw/PLIST
+++ /dev/null
@@ -1,14 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${EGG_FILE}
-${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
diff --git a/py-fftw/distinfo b/py-fftw/distinfo
deleted file mode 100644
index d760351..0000000
--- a/py-fftw/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2012/10/01 23:56:16 jihbed Exp $
-
-SHA1 (PyFFTW3-0.2.1.tar.gz) = f01a7591a51316d6a55dfd7300097edefdaed450
-RMD160 (PyFFTW3-0.2.1.tar.gz) = 2f83fd22a239edc3cb4fe854255f7445ae19f2b1
-Size (PyFFTW3-0.2.1.tar.gz) = 25317 bytes
diff --git a/py-operators/Makefile b/py-operators/Makefile
index 5cebe26..de10141 100644
--- a/py-operators/Makefile
+++ b/py-operators/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Operators and solvers for high-performance computing
 #LICENSE=	# TODO: (see mk/license.mk)
 
 DEPENDS+=	${PYPKGPREFIX}-scipy>=0.7.2:../../math/py-scipy
-DEPENDS+=	${PYPKGPREFIX}-fftw>=0.2:../../wip/py-fftw
+DEPENDS+=	${PYPKGPREFIX}-fftw>=0.2:../../math/py-fftw
 
 PYTHON_VERSIONS_INCOMPATIBLE=	33 34 # py-fftw
 EGG_NAME=	pyoperators-0.13


Home | Main Index | Thread Index | Old Index