opnsense-ports/math/py-PyWavelets/Makefile
Franco Fichtner a80b58ec68 */*: sync with upstream
Taken from: HardenedBSD
2018-12-12 07:35:20 +01:00

30 lines
674 B
Makefile

# $FreeBSD$
PORTNAME= PyWavelets
PORTVERSION= 0.5.2
PORTREVISION= 2
DISTVERSIONPREFIX= v
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= eric@camachat.org
COMMENT= Discrete Wavelet Transforms in Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}pillow>=1.7:graphics/py-pillow@${PY_FLAVOR}
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}pillow>=1.7:graphics/py-pillow@${PY_FLAVOR}
USE_GITHUB= yes
GH_PROJECT= pywt
USES= cpe python
USE_PYTHON= autoplist distutils cython cython_run
PYDISTUTILS_BUILD_TARGET= build build_ext
PYDISTUTILS_BUILDARGS+= saveopts
.include <bsd.port.mk>