devel/py-archinfo: Update to 9.2.148

Add setup.py and copy to WRKSRC.
Add TESTING_UNSAFE.

PR:		286131
Approved by:	submitter is maintainer
This commit is contained in:
Rares Aioanei
2025-04-18 11:17:01 +02:00
committed by Zsolt Udvari
parent e051160d50
commit 92eadbb0ce
3 changed files with 16 additions and 4 deletions
+5 -1
View File
@@ -1,6 +1,6 @@
PORTNAME= archinfo
DISTVERSIONPREFIX= v
DISTVERSION= ${ANGR_VERSION}
DISTVERSION= 9.2.148
PORTREVISION= 1
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -20,6 +20,10 @@ USE_GITHUB= yes
GH_ACCOUNT= angr
USE_PYTHON= autoplist distutils
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}/
.include <bsd.port.mk>
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1610804750
SHA256 (angr-archinfo-v9.0.5405_GH0.tar.gz) = 4de7bfca3d2e7ef4f80eaec13b7910c44f16ac184fa128971b8f6c7d6ca6a6ec
SIZE (angr-archinfo-v9.0.5405_GH0.tar.gz) = 50412
TIMESTAMP = 1744789037
SHA256 (angr-archinfo-v9.2.148_GH0.tar.gz) = 65f71d4e5227d6b2e82ee446d31e412ae2f4bc18765cdbe49c848dd1573e8fa8
SIZE (angr-archinfo-v9.2.148_GH0.tar.gz) = 45807
+8
View File
@@ -0,0 +1,8 @@
from distutils.core import setup
setup(
name = 'archinfo',
version = "%%DISTVERSION%%",
packages = ['archinfo'],
)