Date: Sun, 21 Apr 2024 16:34:42 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 59b19469930e - main - devel/py-archspec: update 0.2.2 =?utf-8?Q?=E2=86=92?= 0.2.3 Message-ID: <202404211634.43LGYgfI072088@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=59b19469930e96d76de4b07702be91a7f4a7a0d6 commit 59b19469930e96d76de4b07702be91a7f4a7a0d6 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-21 16:16:17 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-21 16:16:17 +0000 devel/py-archspec: update 0.2.2 → 0.2.3 Reported by: portscout --- devel/py-archspec/Makefile | 9 +++++---- devel/py-archspec/distinfo | 12 +++++++----- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/devel/py-archspec/Makefile b/devel/py-archspec/Makefile index 49a7b94212f7..14eba1dcb488 100644 --- a/devel/py-archspec/Makefile +++ b/devel/py-archspec/Makefile @@ -1,13 +1,13 @@ PORTNAME= archspec DISTVERSIONPREFIX= v -DISTVERSION= 0.2.2 +DISTVERSION= 0.2.3 CATEGORIES= devel python #MASTER_SITES= PYPI # no tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Library to query system architecture -WWW= https://github.com/archspec/archspec +WWW= https://archspec.readthedocs.io/en/latest/ LICENSE= APACHE20 MIT LICENSE_COMB= dual @@ -17,10 +17,11 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} USES= python -USE_PYTHON= pep517 autoplist pytest +USE_PYTHON= pep517 autoplist pytest # 1 test fails, see https://github.com/archspec/archspec-json/issues/98 USE_GITHUB= yes -GH_TUPLE= archspec:archspec-json:d844bb3:json/archspec/json +GH_TUPLE= archspec:archspec-json:edd3de7:json/archspec/json \ + archspec:cpuid:5b381ed:cpuid/archspec/vendor/cpuid NO_ARCH= yes diff --git a/devel/py-archspec/distinfo b/devel/py-archspec/distinfo index 15bf81f3fcb5..0160bc2ec11b 100644 --- a/devel/py-archspec/distinfo +++ b/devel/py-archspec/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1699372786 -SHA256 (archspec-archspec-v0.2.2_GH0.tar.gz) = 47fd277895cf539d92ed653176a7633650ea51a1d7dbbcdebed2304bfff6c5a9 -SIZE (archspec-archspec-v0.2.2_GH0.tar.gz) = 28310 -SHA256 (archspec-archspec-json-d844bb3_GH0.tar.gz) = 266228375aac75830a322998ca676c1f99a8d3022fd610cd082964f639ad93e4 -SIZE (archspec-archspec-json-d844bb3_GH0.tar.gz) = 20180 +TIMESTAMP = 1713713368 +SHA256 (archspec-archspec-v0.2.3_GH0.tar.gz) = 03838384f77f47260083d8257d7c3cc252fbd8f2974eadcd5087b56ff2e7f0cb +SIZE (archspec-archspec-v0.2.3_GH0.tar.gz) = 31141 +SHA256 (archspec-archspec-json-edd3de7_GH0.tar.gz) = c04aab971b50fcd6b3faa1fb7098f498a578860f51a17720103b2b91250f5e72 +SIZE (archspec-archspec-json-edd3de7_GH0.tar.gz) = 23032 +SHA256 (archspec-cpuid-5b381ed_GH0.tar.gz) = 37fddf9fb3cf9587ff96522b6d4a49b77ee6efdd1e716f5adeb25919f09de6b3 +SIZE (archspec-cpuid-5b381ed_GH0.tar.gz) = 4270
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404211634.43LGYgfI072088>