git: 99a73f2ff7d4 - main - math/py-iohexperimenter: Update to 0.2.9.2
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue May 11 21:52:52 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=99a73f2ff7d40055bd8dd9c1142d3348eceaece1
commit 99a73f2ff7d40055bd8dd9c1142d3348eceaece1
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-11 21:16:32 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-11 21:47:16 +0000
math/py-iohexperimenter: Update to 0.2.9.2
Changes: https://github.com/IOHprofiler/IOHexperimenter/releases
---
math/py-iohexperimenter/Makefile | 7 +------
math/py-iohexperimenter/distinfo | 6 +++---
math/py-iohexperimenter/files/patch-setup.py | 11 -----------
3 files changed, 4 insertions(+), 20 deletions(-)
diff --git a/math/py-iohexperimenter/Makefile b/math/py-iohexperimenter/Makefile
index 16f9841de585..17b2b5b2102c 100644
--- a/math/py-iohexperimenter/Makefile
+++ b/math/py-iohexperimenter/Makefile
@@ -1,8 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet at 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
diff --git a/math/py-iohexperimenter/distinfo b/math/py-iohexperimenter/distinfo
index 2cd70668006b..5a00fae81197 100644
--- a/math/py-iohexperimenter/distinfo
+++ b/math/py-iohexperimenter/distinfo
@@ -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
diff --git a/math/py-iohexperimenter/files/patch-setup.py b/math/py-iohexperimenter/files/patch-setup.py
deleted file mode 100644
index b9f8c5288b66..000000000000
--- a/math/py-iohexperimenter/files/patch-setup.py
+++ /dev/null
@@ -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("/")
More information about the dev-commits-ports-all
mailing list