math/py-Py-BOBYQA: Add NO_ARCH=yes

This commit is contained in:
Yuri Victorovich 2023-11-11 21:53:19 -08:00
parent ea3265a546
commit 4fdb2c87a5
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= Py-BOBYQA
DISTVERSION= 1.4
PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -18,4 +19,6 @@ RUN_DEPENDS= ${PYNUMPY} \
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>