ports/devel/py-tinyarray/Makefile
Ruslan Makhmatkhanov d90d87d549 devel/py-tinyarray: relax python version requirement
Tested in Python 3.11 virtualenv with samples from official docs - worked,
so no reason to limit to 3.9

PR:		275494
Approved by:	portmgr (blanket)
2023-12-03 15:42:05 +03:00

18 lines
437 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
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>