24 lines
539 B
Makefile
24 lines
539 B
Makefile
PORTNAME= ndindex
|
|
PORTVERSION= 1.6
|
|
CATEGORIES= math python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Python library for manipulating indices of ndarrays
|
|
WWW= https://github.com/Quansight-Labs/ndindex
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.7+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
OPTIONS_DEFINE= ARRAYS
|
|
ARRAYS_DESC= Array support
|
|
|
|
ARRAYS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|