pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-pywavelets py-pywavelets: Add version 0.5.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/945b66b42fec
branches:  trunk
changeset: 371777:945b66b42fec
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Nov 22 11:06:23 2017 +0000

description:
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)

diffstat:

 math/py-pywavelets/DESCR    |   11 +++
 math/py-pywavelets/Makefile |   19 ++++++
 math/py-pywavelets/PLIST    |  122 ++++++++++++++++++++++++++++++++++++++++++++
 math/py-pywavelets/distinfo |    6 ++
 4 files changed, 158 insertions(+), 0 deletions(-)

diffs (174 lines):

diff -r fdb51602414f -r 945b66b42fec math/py-pywavelets/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-pywavelets/DESCR  Wed Nov 22 11:06:23 2017 +0000
@@ -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)
diff -r fdb51602414f -r 945b66b42fec math/py-pywavelets/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-pywavelets/Makefile       Wed Nov 22 11:06:23 2017 +0000
@@ -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@localhost
+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"
diff -r fdb51602414f -r 945b66b42fec math/py-pywavelets/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-pywavelets/PLIST  Wed Nov 22 11:06:23 2017 +0000
@@ -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
diff -r fdb51602414f -r 945b66b42fec math/py-pywavelets/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-pywavelets/distinfo       Wed Nov 22 11:06:23 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index