mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
math/py-iohexperimenter: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
This commit is contained in:
parent
94685844e3
commit
70181e3fb7
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user