Files
sthen 9712afcd4f update to py3-oldest-supported-numpy-2023.12.21
the patch can be dropped, because for python 3.13 it allows any version
2026-01-07 14:35:43 +00:00

21 lines
358 B
Makefile

COMMENT= deprecated pypi meta-package to depend on numpy
MODPY_DISTV= 2023.12.21
DISTNAME= oldest-supported-numpy-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
CATEGORIES= math
HOMEPAGE= https://github.com/scipy/oldest-supported-numpy
# BSD
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
NO_TEST= Yes
.include <bsd.port.mk>