mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
9712afcd4f
the patch can be dropped, because for python 3.13 it allows any version
21 lines
358 B
Makefile
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>
|