Received: by mail.netbsd.org (Postfix, from userid 605) id 9188A8556A; Wed, 22 Nov 2017 11:06:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1BE9584D50 for ; Wed, 22 Nov 2017 11:06:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id GAf-pDlwodjw for ; Wed, 22 Nov 2017 11:06:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5624784D46 for ; Wed, 22 Nov 2017 11:06:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4CAA3FB40; Wed, 22 Nov 2017 11:06:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151134878344180" MIME-Version: 1.0 Date: Wed, 22 Nov 2017 11:06:23 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/math/py-pywavelets To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20171122110623.4CAA3FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_151134878344180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Wed Nov 22 11:06:23 UTC 2017 Added Files: pkgsrc/math/py-pywavelets: DESCR Makefile PLIST distinfo Log Message: py-pywavelets: Add version 0.5.2 PyWavelets is a Python wavelet transforms module that includes: * nD Forward and Inverse Discrete Wavelet Transform (DWT and IDWT) * 1D and 2D Forward and Inverse Stationary Wavelet Transform (Undecimated Wavelet Transform) * 1D and 2D Wavelet Packet decomposition and reconstruction * 1D Continuous Wavelet Tranfsorm * Computing Approximations of wavelet and scaling functions * Over 100 built-in wavelet filters and support for custom wavelets * Single and double precision calculations * Results compatibility with Matlab Wavelet Toolbox (tm) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/math/py-pywavelets/DESCR \ pkgsrc/math/py-pywavelets/Makefile pkgsrc/math/py-pywavelets/PLIST \ pkgsrc/math/py-pywavelets/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151134878344180 Content-Disposition: inline Content-Length: 7474 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/math/py-pywavelets/DESCR diff -u /dev/null pkgsrc/math/py-pywavelets/DESCR:1.1 --- /dev/null Wed Nov 22 11:06:23 2017 +++ pkgsrc/math/py-pywavelets/DESCR Wed Nov 22 11:06:23 2017 @@ -0,0 +1,11 @@ +PyWavelets is a Python wavelet transforms module that includes: + +* nD Forward and Inverse Discrete Wavelet Transform (DWT and IDWT) +* 1D and 2D Forward and Inverse Stationary Wavelet Transform + (Undecimated Wavelet Transform) +* 1D and 2D Wavelet Packet decomposition and reconstruction +* 1D Continuous Wavelet Tranfsorm +* Computing Approximations of wavelet and scaling functions +* Over 100 built-in wavelet filters and support for custom wavelets +* Single and double precision calculations +* Results compatibility with Matlab Wavelet Toolbox (tm) Index: pkgsrc/math/py-pywavelets/Makefile diff -u /dev/null pkgsrc/math/py-pywavelets/Makefile:1.1 --- /dev/null Wed Nov 22 11:06:23 2017 +++ pkgsrc/math/py-pywavelets/Makefile Wed Nov 22 11:06:23 2017 @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2017/11/22 11:06:23 markd Exp $ + +DISTNAME= PyWavelets-0.5.2 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= math python +MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyWavelets/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/PyWavelets/pywt/releases +COMMENT= Discrete Wavelet Transforms in Python +LICENSE= mit + +REPLACE_PYTHON+= pywt/tests/*.py + +.include "../../devel/py-cython/buildlink3.mk" +.include "../../lang/python/application.mk" +.include "../../lang/python/egg.mk" +.include "../../math/py-numpy/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/math/py-pywavelets/PLIST diff -u /dev/null pkgsrc/math/py-pywavelets/PLIST:1.1 --- /dev/null Wed Nov 22 11:06:23 2017 +++ pkgsrc/math/py-pywavelets/PLIST Wed Nov 22 11:06:23 2017 @@ -0,0 +1,122 @@ +@comment $NetBSD: PLIST,v 1.1 2017/11/22 11:06:23 markd Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/pywt/__init__.py +${PYSITELIB}/pywt/__init__.pyc +${PYSITELIB}/pywt/__init__.pyo +${PYSITELIB}/pywt/_cwt.py +${PYSITELIB}/pywt/_cwt.pyc +${PYSITELIB}/pywt/_cwt.pyo +${PYSITELIB}/pywt/_dwt.py +${PYSITELIB}/pywt/_dwt.pyc +${PYSITELIB}/pywt/_dwt.pyo +${PYSITELIB}/pywt/_extensions/__init__.py +${PYSITELIB}/pywt/_extensions/__init__.pyc +${PYSITELIB}/pywt/_extensions/__init__.pyo +${PYSITELIB}/pywt/_extensions/_cwt.so +${PYSITELIB}/pywt/_extensions/_dwt.so +${PYSITELIB}/pywt/_extensions/_pywt.so +${PYSITELIB}/pywt/_extensions/_swt.so +${PYSITELIB}/pywt/_functions.py +${PYSITELIB}/pywt/_functions.pyc +${PYSITELIB}/pywt/_functions.pyo +${PYSITELIB}/pywt/_multidim.py +${PYSITELIB}/pywt/_multidim.pyc +${PYSITELIB}/pywt/_multidim.pyo +${PYSITELIB}/pywt/_multilevel.py +${PYSITELIB}/pywt/_multilevel.pyc +${PYSITELIB}/pywt/_multilevel.pyo +${PYSITELIB}/pywt/_swt.py +${PYSITELIB}/pywt/_swt.pyc +${PYSITELIB}/pywt/_swt.pyo +${PYSITELIB}/pywt/_thresholding.py +${PYSITELIB}/pywt/_thresholding.pyc +${PYSITELIB}/pywt/_thresholding.pyo +${PYSITELIB}/pywt/_wavelet_packets.py +${PYSITELIB}/pywt/_wavelet_packets.pyc +${PYSITELIB}/pywt/_wavelet_packets.pyo +${PYSITELIB}/pywt/data/__init__.py +${PYSITELIB}/pywt/data/__init__.pyc +${PYSITELIB}/pywt/data/__init__.pyo +${PYSITELIB}/pywt/data/_readers.py +${PYSITELIB}/pywt/data/_readers.pyc +${PYSITELIB}/pywt/data/_readers.pyo +${PYSITELIB}/pywt/data/aero.npz +${PYSITELIB}/pywt/data/ascent.npz +${PYSITELIB}/pywt/data/camera.npz +${PYSITELIB}/pywt/data/create_dat.py +${PYSITELIB}/pywt/data/create_dat.pyc +${PYSITELIB}/pywt/data/create_dat.pyo +${PYSITELIB}/pywt/data/ecg.npy +${PYSITELIB}/pywt/data/sst_nino3.npz +${PYSITELIB}/pywt/tests/data/cwt_matlabR2015b_result.npz +${PYSITELIB}/pywt/tests/data/dwt_matlabR2012a_result.npz +${PYSITELIB}/pywt/tests/data/generate_matlab_data.py +${PYSITELIB}/pywt/tests/data/generate_matlab_data.pyc +${PYSITELIB}/pywt/tests/data/generate_matlab_data.pyo +${PYSITELIB}/pywt/tests/data/generate_matlab_data_cwt.py +${PYSITELIB}/pywt/tests/data/generate_matlab_data_cwt.pyc +${PYSITELIB}/pywt/tests/data/generate_matlab_data_cwt.pyo +${PYSITELIB}/pywt/tests/test__pywt.py +${PYSITELIB}/pywt/tests/test__pywt.pyc +${PYSITELIB}/pywt/tests/test__pywt.pyo +${PYSITELIB}/pywt/tests/test_concurrent.py +${PYSITELIB}/pywt/tests/test_concurrent.pyc +${PYSITELIB}/pywt/tests/test_concurrent.pyo +${PYSITELIB}/pywt/tests/test_cwt_wavelets.py +${PYSITELIB}/pywt/tests/test_cwt_wavelets.pyc +${PYSITELIB}/pywt/tests/test_cwt_wavelets.pyo +${PYSITELIB}/pywt/tests/test_data.py +${PYSITELIB}/pywt/tests/test_data.pyc +${PYSITELIB}/pywt/tests/test_data.pyo +${PYSITELIB}/pywt/tests/test_deprecations.py +${PYSITELIB}/pywt/tests/test_deprecations.pyc +${PYSITELIB}/pywt/tests/test_deprecations.pyo +${PYSITELIB}/pywt/tests/test_doc.py +${PYSITELIB}/pywt/tests/test_doc.pyc +${PYSITELIB}/pywt/tests/test_doc.pyo +${PYSITELIB}/pywt/tests/test_dwt_idwt.py +${PYSITELIB}/pywt/tests/test_dwt_idwt.pyc +${PYSITELIB}/pywt/tests/test_dwt_idwt.pyo +${PYSITELIB}/pywt/tests/test_functions.py +${PYSITELIB}/pywt/tests/test_functions.pyc +${PYSITELIB}/pywt/tests/test_functions.pyo +${PYSITELIB}/pywt/tests/test_matlab_compatibility.py +${PYSITELIB}/pywt/tests/test_matlab_compatibility.pyc +${PYSITELIB}/pywt/tests/test_matlab_compatibility.pyo +${PYSITELIB}/pywt/tests/test_matlab_compatibility_cwt.py +${PYSITELIB}/pywt/tests/test_matlab_compatibility_cwt.pyc +${PYSITELIB}/pywt/tests/test_matlab_compatibility_cwt.pyo +${PYSITELIB}/pywt/tests/test_modes.py +${PYSITELIB}/pywt/tests/test_modes.pyc +${PYSITELIB}/pywt/tests/test_modes.pyo +${PYSITELIB}/pywt/tests/test_multidim.py +${PYSITELIB}/pywt/tests/test_multidim.pyc +${PYSITELIB}/pywt/tests/test_multidim.pyo +${PYSITELIB}/pywt/tests/test_multilevel.py +${PYSITELIB}/pywt/tests/test_multilevel.pyc +${PYSITELIB}/pywt/tests/test_multilevel.pyo +${PYSITELIB}/pywt/tests/test_perfect_reconstruction.py +${PYSITELIB}/pywt/tests/test_perfect_reconstruction.pyc +${PYSITELIB}/pywt/tests/test_perfect_reconstruction.pyo +${PYSITELIB}/pywt/tests/test_swt.py +${PYSITELIB}/pywt/tests/test_swt.pyc +${PYSITELIB}/pywt/tests/test_swt.pyo +${PYSITELIB}/pywt/tests/test_thresholding.py +${PYSITELIB}/pywt/tests/test_thresholding.pyc +${PYSITELIB}/pywt/tests/test_thresholding.pyo +${PYSITELIB}/pywt/tests/test_wavelet.py +${PYSITELIB}/pywt/tests/test_wavelet.pyc +${PYSITELIB}/pywt/tests/test_wavelet.pyo +${PYSITELIB}/pywt/tests/test_wp.py +${PYSITELIB}/pywt/tests/test_wp.pyc +${PYSITELIB}/pywt/tests/test_wp.pyo +${PYSITELIB}/pywt/tests/test_wp2d.py +${PYSITELIB}/pywt/tests/test_wp2d.pyc +${PYSITELIB}/pywt/tests/test_wp2d.pyo +${PYSITELIB}/pywt/version.py +${PYSITELIB}/pywt/version.pyc +${PYSITELIB}/pywt/version.pyo Index: pkgsrc/math/py-pywavelets/distinfo diff -u /dev/null pkgsrc/math/py-pywavelets/distinfo:1.1 --- /dev/null Wed Nov 22 11:06:23 2017 +++ pkgsrc/math/py-pywavelets/distinfo Wed Nov 22 11:06:23 2017 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/11/22 11:06:23 markd Exp $ + +SHA1 (PyWavelets-0.5.2.tar.gz) = 1220d661d97b490149e32e41aba00448d56a58cb +RMD160 (PyWavelets-0.5.2.tar.gz) = 5a6fb1760e82dcdf1488b7d823bef8ecaa6c669c +SHA512 (PyWavelets-0.5.2.tar.gz) = 6685b348009076b39a46e5a480189c34e5bc791ac110f47a52a8dbe0cbed1f3dcb64402174480d525bcf3776d12185ac89fe36c839727a14ffbad1ed835824ad +Size (PyWavelets-0.5.2.tar.gz) = 4430706 bytes --_----------=_151134878344180--