git: d2c867791923 - main - devel/py-archinfo: Update 9.2.154 => 9.2.157

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Tue, 20 May 2025 21:47:31 UTC
The branch main has been updated by vvd:

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

commit d2c867791923d7ac20e4386c44422d1aa8d4d040
Author:     Rares Aioanei <schaiba@gmail.com>
AuthorDate: 2025-05-20 21:40:43 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-05-20 21:46:54 +0000

    devel/py-archinfo: Update 9.2.154 => 9.2.157
    
    Commit log:
    https://github.com/angr/archinfo/compare/v9.2.154...v9.2.157
    
    Add substitution of DISTVERSION in files/setup.py.
    
    PR:     286927
---
 devel/py-archinfo/Makefile | 4 ++--
 devel/py-archinfo/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/py-archinfo/Makefile b/devel/py-archinfo/Makefile
index 026b28cf8d83..8c0b4fb14b1e 100644
--- a/devel/py-archinfo/Makefile
+++ b/devel/py-archinfo/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	archinfo
 DISTVERSIONPREFIX=	v
-DISTVERSION=	9.2.154
+DISTVERSION=	9.2.157
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -24,6 +24,6 @@ TESTING_UNSAFE=	nose does not yet support Python 3.11 so 'make test' will fail
 NO_ARCH=	yes
 
 post-extract:
-	${CP} ${FILESDIR}/setup.py ${WRKSRC}/
+	${SED} 's|%%DISTVERSION%%|${DISTVERSION}|' ${FILESDIR}/setup.py > ${WRKSRC}/setup.py
 
 .include <bsd.port.mk>
diff --git a/devel/py-archinfo/distinfo b/devel/py-archinfo/distinfo
index 485c88c07f27..4c1f6bf14abd 100644
--- a/devel/py-archinfo/distinfo
+++ b/devel/py-archinfo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1747115830
-SHA256 (angr-archinfo-v9.2.154_GH0.tar.gz) = cdb3235b76648e290afbae21aad3f0065a4b03625a80973ca5c5c9b9be78f7d0
-SIZE (angr-archinfo-v9.2.154_GH0.tar.gz) = 45814
+TIMESTAMP = 1747777190
+SHA256 (angr-archinfo-v9.2.157_GH0.tar.gz) = db636725cfd29bc430f501dcd76467575571795f5d62b9a2b4d570ab7fbae1b2
+SIZE (angr-archinfo-v9.2.157_GH0.tar.gz) = 45818