26 lines
544 B
Makefile
26 lines
544 B
Makefile
PORTNAME= PyWavelets
|
|
PORTVERSION= 1.4.1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= math python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= Discrete Wavelet Transforms in Python
|
|
WWW= https://github.com/PyWavelets/pywt
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
|
RUN_DEPENDS= ${PYNUMPY}
|
|
|
|
USE_GITHUB= yes
|
|
GH_PROJECT= pywt
|
|
|
|
USES= python:3.7+
|
|
USE_PYTHON= autoplist distutils cython cython_run
|
|
|
|
PYDISTUTILS_BUILD_TARGET= build build_ext
|
|
PYDISTUTILS_BUILDARGS+= saveopts
|
|
|
|
.include <bsd.port.mk>
|