mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
parent
1c81ee3da4
commit
8353cf8934
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435813
4 changed files with 43 additions and 0 deletions
|
@ -582,6 +582,7 @@
|
||||||
SUBDIR += pspp
|
SUBDIR += pspp
|
||||||
SUBDIR += pure-mpfr
|
SUBDIR += pure-mpfr
|
||||||
SUBDIR += pure-rational
|
SUBDIR += pure-rational
|
||||||
|
SUBDIR += py-PyWavelets
|
||||||
SUBDIR += py-altgraph
|
SUBDIR += py-altgraph
|
||||||
SUBDIR += py-apgl
|
SUBDIR += py-apgl
|
||||||
SUBDIR += py-basemap
|
SUBDIR += py-basemap
|
||||||
|
|
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
|
Loading…
Add table
Reference in a new issue