aboutsummaryrefslogtreecommitdiff
path: root/math/py-iohexperimenter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-iohexperimenter/Makefile')
-rw-r--r--math/py-iohexperimenter/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/math/py-iohexperimenter/Makefile b/math/py-iohexperimenter/Makefile
index b919729ac6f1..cae66a4d73df 100644
--- a/math/py-iohexperimenter/Makefile
+++ b/math/py-iohexperimenter/Makefile
@@ -1,25 +1,25 @@
-# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-
PORTNAME= iohexperimenter
PORTVERSION= 0.2.9.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math python
-MASTER_SITES= CHEESESHOP
+MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= IOHexperimenter-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Experimenter for Iterative Optimization Heuristic
+WWW= https://github.com/IOHprofiler/IOHexperimenter
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
-USES= compiler:c++14-lang dos2unix python:3.7+
-USE_PYTHON= autoplist concurrent distutils
+USES= compiler:c++14-lang dos2unix python
+USE_PYTHON= autoplist concurrent distutils unittest
USE_CXXSTD= c++14
+TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR}/IOHexperimenter
post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +