25 lines
405 B
Makefile
25 lines
405 B
Makefile
|
COMMENT= pypi meta-package to depend on numpy
|
||
|
|
||
|
MODPY_EGG_VERSION= 2022.8.16
|
||
|
DISTNAME= oldest-supported-numpy-${MODPY_EGG_VERSION}
|
||
|
PKGNAME= py-${DISTNAME}
|
||
|
REVISION= 0
|
||
|
|
||
|
CATEGORIES= math
|
||
|
|
||
|
HOMEPAGE= https://github.com/scipy/oldest-supported-numpy
|
||
|
|
||
|
# BSD
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MODULES= lang/python
|
||
|
|
||
|
FLAVORS= python3
|
||
|
FLAVOR= python3
|
||
|
|
||
|
MODPY_PI= Yes
|
||
|
MODPY_PYBUILD= setuptools
|
||
|
NO_TEST= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|