pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/speedtest-cli
Module Name: pkgsrc
Committed By: wiz
Date: Fri Apr 18 04:39:49 UTC 2025
Modified Files:
pkgsrc/net/speedtest-cli: Makefile PLIST
Log Message:
speedtest-cli: fix for setuptools>=78
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/speedtest-cli/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/speedtest-cli/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/speedtest-cli/Makefile
diff -u pkgsrc/net/speedtest-cli/Makefile:1.17 pkgsrc/net/speedtest-cli/Makefile:1.18
--- pkgsrc/net/speedtest-cli/Makefile:1.17 Mon Nov 11 07:28:52 2024
+++ pkgsrc/net/speedtest-cli/Makefile Fri Apr 18 04:39:49 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2024/11/11 07:28:52 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2025/04/18 04:39:49 wiz Exp $
DISTNAME= speedtest-cli-2.1.3
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=sivel/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -11,12 +11,10 @@ HOMEPAGE= https://github.com/sivel/speed
COMMENT= Command line client for use with speedtest.net
LICENSE= apache-2.0
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
REPLACE_PYTHON= *.py
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
post-install:
Index: pkgsrc/net/speedtest-cli/PLIST
diff -u pkgsrc/net/speedtest-cli/PLIST:1.4 pkgsrc/net/speedtest-cli/PLIST:1.5
--- pkgsrc/net/speedtest-cli/PLIST:1.4 Tue Apr 30 13:47:26 2024
+++ pkgsrc/net/speedtest-cli/PLIST Fri Apr 18 04:39:49 2025
@@ -1,14 +1,14 @@
-@comment $NetBSD: PLIST,v 1.4 2024/04/30 13:47:26 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/04/18 04:39:49 wiz Exp $
bin/speedtest
bin/speedtest-cli
${PYSITELIB}/speedtest.py
${PYSITELIB}/speedtest.pyc
${PYSITELIB}/speedtest.pyo
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
man/man1/speedtest-cli.1
man/man1/speedtest.1
Home |
Main Index |
Thread Index |
Old Index