Lines 1-26
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= PyWavelets |
3 |
PORTNAME= PyWavelets |
4 |
PORTVERSION= 0.5.2 |
4 |
PORTVERSION= 1.1.1 |
5 |
PORTREVISION= 4 |
|
|
6 |
DISTVERSIONPREFIX= v |
5 |
DISTVERSIONPREFIX= v |
7 |
CATEGORIES= math python |
6 |
CATEGORIES= math python |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
|
8 |
|
10 |
MAINTAINER= eric@camachat.org |
9 |
MAINTAINER= makc@FreeBSD.org |
11 |
COMMENT= Discrete Wavelet Transforms in Python |
10 |
COMMENT= Discrete Wavelet Transforms in Python |
12 |
|
11 |
|
13 |
LICENSE= MIT |
12 |
LICENSE= MIT |
14 |
LICENSE_FILE= ${WRKSRC}/COPYING |
13 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
15 |
|
14 |
|
16 |
BUILD_DEPENDS= ${PYNUMPY} |
15 |
BUILD_DEPENDS= ${PYNUMPY} |
17 |
RUN_DEPENDS= ${PYNUMPY} \ |
16 |
RUN_DEPENDS= ${PYNUMPY} |
18 |
${PY_PILLOW} |
|
|
19 |
|
17 |
|
20 |
USE_GITHUB= yes |
18 |
USE_GITHUB= yes |
21 |
GH_PROJECT= pywt |
19 |
GH_PROJECT= pywt |
22 |
|
20 |
|
23 |
USES= cpe python |
21 |
USES= cpe python:3.7+ |
24 |
USE_PYTHON= autoplist distutils cython cython_run |
22 |
USE_PYTHON= autoplist distutils cython cython_run |
25 |
|
23 |
|
26 |
PYDISTUTILS_BUILD_TARGET= build build_ext |
24 |
PYDISTUTILS_BUILD_TARGET= build build_ext |