pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/playitslowly playitslowly: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e69e5326f3c5
branches:  trunk
changeset: 371228:e69e5326f3c5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 07 15:05:31 2022 +0000

description:
playitslowly: convert to egg.mk

Bump PKGREVISION.

diffstat:

 audio/playitslowly/Makefile |   7 ++++---
 audio/playitslowly/PLIST    |  10 +++++-----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (40 lines):

diff -r 4858a7989615 -r e69e5326f3c5 audio/playitslowly/Makefile
--- a/audio/playitslowly/Makefile       Fri Jan 07 14:33:43 2022 +0000
+++ b/audio/playitslowly/Makefile       Fri Jan 07 15:05:31 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2021/12/31 08:10:03 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2022/01/07 15:05:31 wiz Exp $
 
 DISTNAME=      playitslowly-1.5.1
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    audio
 MASTER_SITES=  https://29a.ch/playitslowly/
 
@@ -28,6 +28,7 @@
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
+_PYSETUPTOOLSINSTALLARGS:=     ${_PYSETUPTOOLSINSTALLARGS:N--single-version-externally-managed}
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 4858a7989615 -r e69e5326f3c5 audio/playitslowly/PLIST
--- a/audio/playitslowly/PLIST  Fri Jan 07 14:33:43 2022 +0000
+++ b/audio/playitslowly/PLIST  Fri Jan 07 15:05:31 2022 +0000
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.5 2021/12/31 08:10:03 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/01/07 15:05:31 wiz Exp $
 bin/playitslowly
-${PYSITELIB}/${EGG_FILE}/PKG-INFO
-${PYSITELIB}/${EGG_FILE}/SOURCES.txt
-${PYSITELIB}/${EGG_FILE}/dependency_links.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}/top_level.txt
 ${PYSITELIB}/playitslowly-py${PYVERSSUFFIX}.install-info
 ${PYSITELIB}/playitslowly/__init__.py
 ${PYSITELIB}/playitslowly/__init__.pyc



Home | Main Index | Thread Index | Old Index