Date: Sat, 21 Jun 2025 08:09:06 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 64a2da74e3a9 - main - ports-mgmt/fastest_pkg: Update to 0.2.3 Message-ID: <202506210809.55L896J3010121@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=64a2da74e3a905ec5ffe1ae8f9379163e9372d08 commit 64a2da74e3a905ec5ffe1ae8f9379163e9372d08 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2025-06-21 08:08:52 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2025-06-21 08:09:02 +0000 ports-mgmt/fastest_pkg: Update to 0.2.3 --- ports-mgmt/fastest_pkg/Makefile | 7 ++++--- ports-mgmt/fastest_pkg/distinfo | 6 +++--- .../fastest_pkg/files/patch-fastest__pkg_fastest__pkg.py | 11 ----------- 3 files changed, 7 insertions(+), 17 deletions(-) diff --git a/ports-mgmt/fastest_pkg/Makefile b/ports-mgmt/fastest_pkg/Makefile index dd715cab0f03..6dcc14722246 100644 --- a/ports-mgmt/fastest_pkg/Makefile +++ b/ports-mgmt/fastest_pkg/Makefile @@ -1,7 +1,6 @@ PORTNAME= fastest_pkg -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.3 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= ports-mgmt python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +10,15 @@ WWW= https://github.com/ehaupt/fastest_pkg LICENSE= BSD3CLAUSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=0:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycurl>0:ftp/py-pycurl@${PY_FLAVOR} USES= python USE_GITHUB= yes GH_ACCOUNT= ehaupt -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/ports-mgmt/fastest_pkg/distinfo b/ports-mgmt/fastest_pkg/distinfo index 1f273c7c8392..8ac8736f4c05 100644 --- a/ports-mgmt/fastest_pkg/distinfo +++ b/ports-mgmt/fastest_pkg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1668171898 -SHA256 (ehaupt-fastest_pkg-v0.2.1_GH0.tar.gz) = a147d1e9df34ad7fd41235584cc3cdc191c97eceb1f89f478ae1e5d2f1e8fdbc -SIZE (ehaupt-fastest_pkg-v0.2.1_GH0.tar.gz) = 5859 +TIMESTAMP = 1750491493 +SHA256 (ehaupt-fastest_pkg-v0.2.3_GH0.tar.gz) = 8c4d1652fc28d176d61b19bef0c5ee7cc100d5b0f8413e063ac13bb816c96c9f +SIZE (ehaupt-fastest_pkg-v0.2.3_GH0.tar.gz) = 6487 diff --git a/ports-mgmt/fastest_pkg/files/patch-fastest__pkg_fastest__pkg.py b/ports-mgmt/fastest_pkg/files/patch-fastest__pkg_fastest__pkg.py deleted file mode 100644 index e6d6fc705910..000000000000 --- a/ports-mgmt/fastest_pkg/files/patch-fastest__pkg_fastest__pkg.py +++ /dev/null @@ -1,11 +0,0 @@ ---- fastest_pkg/fastest_pkg.py.orig 2022-11-11 12:59:37 UTC -+++ fastest_pkg/fastest_pkg.py -@@ -146,7 +146,7 @@ def main(): - print(json.dumps(stats_sorted)) - else: - pkg = PkgMirror(stats_sorted[0]["mirror_name"]) -- pkg_cfg = 'FreeBSD: { url: "http://%s/${ABI}/%s" }' % ( -+ pkg_cfg = 'FreeBSD: { url: "http://%s/${ABI}/%s", mirror_type: "NONE" }' % ( - stats_sorted[0]["mirror_name"], - pkg.release, - )home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506210809.55L896J3010121>
