mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
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)
18 lines
437 B
Makefile
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>
|