svn commit: r435813 - in head/math: . py-PyWavelets
Wen Heping
wen at FreeBSD.org
Fri Mar 10 01:28:27 UTC 2017
Author: wen
Date: Fri Mar 10 01:28:25 2017
New Revision: 435813
URL: https://svnweb.freebsd.org/changeset/ports/435813
Log:
PyWavelets is a free Open Source library for wavelet transforms in Python.
Wavelets are mathematical basis functions that are localized in both time and
frequency. Wavelet transforms are time-frequency transforms employing wavelets.
They are similar to Fourier transforms, the difference being that Fourier
transforms are localized only in frequency instead of in time and frequency.
WWW: https://github.com/PyWavelets/pywt
PR: 217426
Submitted by: eric at camachat.org
Added:
head/math/py-PyWavelets/
head/math/py-PyWavelets/Makefile (contents, props changed)
head/math/py-PyWavelets/distinfo (contents, props changed)
head/math/py-PyWavelets/pkg-descr (contents, props changed)
Modified:
head/math/Makefile
Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile Fri Mar 10 00:48:35 2017 (r435812)
+++ head/math/Makefile Fri Mar 10 01:28:25 2017 (r435813)
@@ -582,6 +582,7 @@
SUBDIR += pspp
SUBDIR += pure-mpfr
SUBDIR += pure-rational
+ SUBDIR += py-PyWavelets
SUBDIR += py-altgraph
SUBDIR += py-apgl
SUBDIR += py-basemap
Added: head/math/py-PyWavelets/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/py-PyWavelets/Makefile Fri Mar 10 01:28:25 2017 (r435813)
@@ -0,0 +1,32 @@
+# $FreeBSD$
+
+PORTNAME= PyWavelets
+PORTVERSION= 0.5.1
+DISTVERSIONPREFIX= v
+CATEGORIES= math python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= pywt
+
+MAINTAINER= eric at camachat.org
+COMMENT= Discrete Wavelet Transforms in Python
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+BUILD_DEPENDS= ${PYNUMPY} \
+ cython:lang/cython \
+ ${PYTHON_PKGNAMEPREFIX}pillow>=1.7:graphics/py-pillow
+RUN_DEPENDS= ${PYNUMPY} \
+ cython:lang/cython \
+ ${PYTHON_PKGNAMEPREFIX}pillow>=1.7:graphics/py-pillow
+
+USE_GITHUB= yes
+GH_PROJECT= ${DISTNAME}
+
+USES= cpe python
+USE_PYTHON= autoplist distutils
+
+PYDISTUTILS_BUILD_TARGET= build build_ext
+PYDISTUTILS_BUILDARGS+= saveopts
+
+.include <bsd.port.mk>
Added: head/math/py-PyWavelets/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/py-PyWavelets/distinfo Fri Mar 10 01:28:25 2017 (r435813)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1489108516
+SHA256 (pywt_GH0.tar.gz) = dc912325b4752b83303af31925450efb795ec81d6aed1317613f7d5a634c0b50
+SIZE (pywt_GH0.tar.gz) = 3865431
Added: head/math/py-PyWavelets/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/py-PyWavelets/pkg-descr Fri Mar 10 01:28:25 2017 (r435813)
@@ -0,0 +1,7 @@
+PyWavelets is a free Open Source library for wavelet transforms in Python.
+Wavelets are mathematical basis functions that are localized in both time and
+frequency. Wavelet transforms are time-frequency transforms employing wavelets.
+They are similar to Fourier transforms, the difference being that Fourier
+transforms are localized only in frequency instead of in time and frequency.
+
+WWW: https://github.com/PyWavelets/pywt
More information about the svn-ports-all
mailing list