mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 01:23:12 -04:00
27 lines
697 B
Makefile
27 lines
697 B
Makefile
PORTNAME= pywavelets
|
|
PORTVERSION= 1.7.0
|
|
CATEGORIES= math python
|
|
MASTER_SITES= PYPI
|
|
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} \
|
|
${PYTHON_PKGNAMEPREFIX}meson-python>=0.16:devel/meson-python@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}cython3>=3.0.4:lang/cython3@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYNUMPY}
|
|
|
|
USES= python:3.10+ shebangfix
|
|
USE_PYTHON= autoplist pep517
|
|
|
|
SHEBANG_FILES= pywt/data/create_dat.py
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pywt/_extensions/*.so
|
|
|
|
.include <bsd.port.mk>
|