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@camachat.org
This commit is contained in:
32
math/py-PyWavelets/Makefile
Normal file
32
math/py-PyWavelets/Makefile
Normal file
@@ -0,0 +1,32 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= PyWavelets
|
||||
PORTVERSION= 0.5.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= math python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= pywt
|
||||
|
||||
MAINTAINER= eric@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>
|
||||
3
math/py-PyWavelets/distinfo
Normal file
3
math/py-PyWavelets/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1489108516
|
||||
SHA256 (pywt_GH0.tar.gz) = dc912325b4752b83303af31925450efb795ec81d6aed1317613f7d5a634c0b50
|
||||
SIZE (pywt_GH0.tar.gz) = 3865431
|
||||
7
math/py-PyWavelets/pkg-descr
Normal file
7
math/py-PyWavelets/pkg-descr
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user