View | Details | Raw Unified | Return to bug 217426
Collapse All | Expand All

(-)math/py-PyWavelets/Makefile (+32 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	PyWavelets
4
PORTVERSION=	0.5.1
5
DISTNAME=	pywt
6
DISTVERSIONPREFIX=	v
7
CATEGORIES=	math python
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	Discrete Wavelet Transforms in Python
12
13
BUILD_DEPENDS=  ${PYNUMPY} \
14
	${LOCALBASE}/bin/cython:lang/cython \
15
	${PYTHON_PKGNAMEPREFIX}pillow>=1.7:graphics/py-pillow
16
RUN_DEPENDS=  ${BUILD_DEPENDS}
17
18
LICENSE=	MIT
19
LICENSE_FILE=	${WRKSRC}/COPYING
20
21
USES?=		cpe python
22
USE_GITHUB=	yes
23
USE_PYTHON=	autoplist distutils
24
25
GH_PROJECT=	${DISTNAME}
26
27
.include <bsd.port.pre.mk>
28
29
PYDISTUTILS_BUILD_TARGET=	build build_ext
30
PYDISTUTILS_BUILDARGS+=		saveopts
31
32
.include <bsd.port.post.mk>
(-)math/py-PyWavelets/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1485917600
2
SHA256 (pywt_GH0.tar.gz) = dc912325b4752b83303af31925450efb795ec81d6aed1317613f7d5a634c0b50
3
SIZE (pywt_GH0.tar.gz) = 3865431
(-)math/py-PyWavelets/pkg-descr (+5 lines)
Line 0 Link Here
1
PyWavelets is a free Open Source library for wavelet transforms in Python.
2
Wavelets are mathematical basis functions that are localized in both time and
3
frequency. Wavelet transforms are time-frequency transforms employing wavelets.
4
They are similar to Fourier transforms, the difference being that Fourier
5
transforms are localized only in frequency instead of in time and frequency.

Return to bug 217426