mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
24 lines
685 B
Makefile
24 lines
685 B
Makefile
PORTNAME= pymatreader
|
|
DISTVERSION= 0.0.32
|
|
CATEGORIES= misc
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Convenient reader for Matlab mat files
|
|
WWW= https://gitlab.com/obob/pymatreader
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} \
|
|
${PYNUMPY} \
|
|
${PYTHON_PKGNAMEPREFIX}scipy>=1.7.0:science/py-scipy@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}xmltodict>=0:devel/py-xmltodict@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist pytest # tests fail to run, see https://gitlab.com/obob/pymatreader/-/issues/20
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|