forked from Lainports/freebsd-ports
- Update to 1.1.1. This release supports Python 3.7 and greater - Drop needless dependency - Take maintainership PR: 249565 Approved by: Eric Camachat (former maintainer)
27 lines
520 B
Makefile
27 lines
520 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= PyWavelets
|
|
PORTVERSION= 1.1.1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= math python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= Discrete Wavelet Transforms in Python
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
|
RUN_DEPENDS= ${PYNUMPY}
|
|
|
|
USE_GITHUB= yes
|
|
GH_PROJECT= pywt
|
|
|
|
USES= cpe python:3.7+
|
|
USE_PYTHON= autoplist distutils cython cython_run
|
|
|
|
PYDISTUTILS_BUILD_TARGET= build build_ext
|
|
PYDISTUTILS_BUILDARGS+= saveopts
|
|
|
|
.include <bsd.port.mk>
|