math/py-iohexperimenter: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
main
Po-Chuan Hsieh 2024-05-13 22:02:52 +08:00
parent 94685844e3
commit 70181e3fb7
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 11 additions and 4 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= iohexperimenter
PORTVERSION= 0.2.9.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,10 +13,12 @@ WWW= https://github.com/IOHprofiler/IOHexperimenter
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
USES= compiler:c++14-lang dos2unix python
USE_PYTHON= autoplist concurrent distutils unittest
USE_PYTHON= autoplist concurrent pep517 unittest
USE_CXXSTD= c++14
TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR}/IOHexperimenter

View File

@ -1,6 +1,11 @@
--- setup.py.orig 2021-01-29 16:13:26 UTC
--- setup.py.orig 2024-04-27 13:56:50 UTC
+++ setup.py
@@ -43,7 +43,7 @@ setup(
@@ -39,11 +39,11 @@ setup(
setup(
- name="IOHexperimenter",
+ name="iohexperimenter",
version=__version__,
author="Furong Ye, Diederick Vermetten, and Hao Wang",
author_email="f.ye@liacs.leidenuniv.nl",