Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2026 09:41:22 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Generic Rikka <rikka.goering@outlook.de>
Subject:   git: f31ba9807029 - main - benchmarks/py-reframe-hpc: Update 4.9.3 => 4.10.0
Message-ID:  <6a2a82c2.35da5.1c369bd0@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f31ba9807029bb98e38736f51383f97e7df31f0a

commit f31ba9807029bb98e38736f51383f97e7df31f0a
Author:     Generic Rikka <rikka.goering@outlook.de>
AuthorDate: 2026-06-11 09:36:57 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-06-11 09:36:57 +0000

    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>
---
 benchmarks/py-reframe-hpc/Makefile | 12 +++++++-----
 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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2a82c2.35da5.1c369bd0>