1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

math/py-iohexperimenter: Update to 0.2.9.2

Changes:	https://github.com/IOHprofiler/IOHexperimenter/releases
This commit is contained in:
Po-Chuan Hsieh 2021-05-12 05:16:32 +08:00
parent 183650f6df
commit 99a73f2ff7
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 4 additions and 20 deletions

View File

@ -1,8 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= iohexperimenter
PORTVERSION= 0.2.9
PORTREVISION= 1
PORTVERSION= 0.2.9.2
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -20,10 +19,6 @@ USES= compiler:c++14-lang dos2unix python:3.6+
USE_PYTHON= autoplist concurrent distutils
USE_CXXSTD= c++14
WRKSRC= ${WRKDIR}/IOHexperimenter-${PORTVERSION}
post-patch:
@${REINPLACE_CMD} -e 's|%%PORTVERSION%%|${PORTVERSION}|' ${WRKSRC}/setup.py
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/IOHexperimenter/_IOHprofiler*.so

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1611856576
SHA256 (IOHexperimenter-0.2.9.tar.gz) = 81e0dcdc6b966ebdb53f990d73b8cd024fe13f75c871189b6f7364f93345b6b5
SIZE (IOHexperimenter-0.2.9.tar.gz) = 245074
TIMESTAMP = 1620405441
SHA256 (IOHexperimenter-0.2.9.2.tar.gz) = 51315f4beae84361e332ed1bbb1adf9004162e208efd95e192a87d6d1465e847
SIZE (IOHexperimenter-0.2.9.2.tar.gz) = 245070

View File

@ -1,11 +0,0 @@
--- setup.py.orig 2021-01-26 09:46:22 UTC
+++ setup.py
@@ -30,7 +30,7 @@ iohprofiler = Extension('IOHexperimenter._IOHprofiler'
extra_compile_args=extra_compile_args
)
-__version__ = "auto"
+__version__ = "%%PORTVERSION%%"
gh_ref = os.environ.get("GITHUB_REF")
if gh_ref:
*_, tag = gh_ref.split("/")