diff options
Diffstat (limited to 'ports-mgmt/fastest_pkg')
-rw-r--r-- | ports-mgmt/fastest_pkg/Makefile | 7 | ||||
-rw-r--r-- | ports-mgmt/fastest_pkg/distinfo | 6 | ||||
-rw-r--r-- | ports-mgmt/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, - ) |