diff options
| author | Generic Rikka <rikka.goering@outlook.de> | 2026-06-11 09:36:57 +0000 |
|---|---|---|
| committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2026-06-11 09:36:57 +0000 |
| commit | f31ba9807029bb98e38736f51383f97e7df31f0a (patch) | |
| tree | 1ea29cbf90484103b5b0253d73b1da55c8fd7965 | |
| parent | 4f0f4672fc0c78652102ee5886c89a60fc32b75f (diff) | |
benchmarks/py-reframe-hpc: Update 4.9.3 => 4.10.0
Changelog:
https://github.com/reframe-hpc/reframe/releases/tag/v4.10.0
PR: 295968
Sponsored by: UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
| -rw-r--r-- | benchmarks/py-reframe-hpc/Makefile | 12 | ||||
| -rw-r--r-- | benchmarks/py-reframe-hpc/distinfo | 6 |
2 files changed, 10 insertions, 8 deletions
diff --git a/benchmarks/py-reframe-hpc/Makefile b/benchmarks/py-reframe-hpc/Makefile index bb6fd62e0064..0f4dc01641f9 100644 --- a/benchmarks/py-reframe-hpc/Makefile +++ b/benchmarks/py-reframe-hpc/Makefile @@ -1,9 +1,8 @@ -PORTNAME= ReFrame_HPC -DISTVERSION= 4.9.3 +PORTNAME= reframe_hpc +DISTVERSION= 4.10.0 CATEGORIES= benchmarks python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME:tl}-${DISTVERSION} MAINTAINER= rikka.goering@outlook.de COMMENT= HPC regression/benchmark testing framework @@ -13,6 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}archspec>=0.2.4:devel/py-archspec@${PY_FLAVOR} \ @@ -27,10 +27,12 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}archspec>=0.2.4:devel/py-archspec@${PY_FLAVO ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}semver>=0:devel/py-semver@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tabulate>=0:devel/py-tabulate@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}tabulate>=0:devel/py-tabulate@${PY_FLAVOR} \ + bash:shells/bash -USES= python +USES= python shebangfix USE_PYTHON= autoplist pep517 +SHEBANG_GLOB= *.sh NO_ARCH= yes diff --git a/benchmarks/py-reframe-hpc/distinfo b/benchmarks/py-reframe-hpc/distinfo index 0d1c312b4394..53adb6659935 100644 --- a/benchmarks/py-reframe-hpc/distinfo +++ b/benchmarks/py-reframe-hpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1778423240 -SHA256 (reframe_hpc-4.9.3.tar.gz) = c0e86ae81d5466efcad11e60504009d4c344daabfc7954071f329c2fc850a6ea -SIZE (reframe_hpc-4.9.3.tar.gz) = 270874 +TIMESTAMP = 1781052986 +SHA256 (reframe_hpc-4.10.0.tar.gz) = fe0b9dbe3969cbf178ad5cd51bdb1998c8a619b9266c91c0daef72f628009096 +SIZE (reframe_hpc-4.10.0.tar.gz) = 6018475 |
