ports/devel/py-tinyarray/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

18 lines
445 B
Makefile

PORTNAME= tinyarray
PORTVERSION= 1.2.4
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Arrays of numbers for Python, optimized for small sizes
WWW= https://gitlab.kwant-project.org/kwant/tinyarray
LICENSE= BSD2CLAUSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR}
USES= python:3.6-3.9
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>