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:           Mon Jan 10 22:20:27 UTC 2022

Modified Files:
        pkgsrc/net/speedtest-cli: Makefile PLIST

Log Message:
speedtest-cli: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/speedtest-cli/Makefile
cvs rdiff -u -r1.2 -r1.3 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.10 pkgsrc/net/speedtest-cli/Makefile:1.11
--- pkgsrc/net/speedtest-cli/Makefile:1.10      Thu Apr  8 16:53:01 2021
+++ pkgsrc/net/speedtest-cli/Makefile   Mon Jan 10 22:20:26 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2021/04/08 16:53:01 gdt Exp $
+# $NetBSD: Makefile,v 1.11 2022/01/10 22:20:26 wiz Exp $
 
 DISTNAME=      speedtest-cli-2.1.3
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=sivel/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -22,7 +23,7 @@ post-install:
        ${INSTALL_MAN} ${WRKSRC}/speedtest-cli.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
        ${INSTALL_MAN} ${WRKSRC}/speedtest-cli.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/speedtest.1
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/speedtest-cli/PLIST
diff -u pkgsrc/net/speedtest-cli/PLIST:1.2 pkgsrc/net/speedtest-cli/PLIST:1.3
--- pkgsrc/net/speedtest-cli/PLIST:1.2  Tue Jul 30 08:30:06 2019
+++ pkgsrc/net/speedtest-cli/PLIST      Mon Jan 10 22:20:26 2022
@@ -1,13 +1,13 @@
-@comment $NetBSD: PLIST,v 1.2 2019/07/30 08:30:06 nia Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/01/10 22:20:26 wiz Exp $
 bin/speedtest
 bin/speedtest-cli
 ${PYSITELIB}/speedtest.pyo
 ${PYSITELIB}/speedtest.pyc
 ${PYSITELIB}/speedtest.py
-${PYSITELIB}/${EGG_FILE}/PKG-INFO
-${PYSITELIB}/${EGG_FILE}/SOURCES.txt
-${PYSITELIB}/${EGG_FILE}/dependency_links.txt
-${PYSITELIB}/${EGG_FILE}/entry_points.txt
-${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 man/man1/speedtest-cli.1
 man/man1/speedtest.1



Home | Main Index | Thread Index | Old Index