pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/playitslowly



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 30 11:09:17 UTC 2024

Modified Files:
        pkgsrc/audio/playitslowly: Makefile PLIST

Log Message:
playitslowly: convert to wheel.mk

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/audio/playitslowly/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/audio/playitslowly/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/playitslowly/Makefile
diff -u pkgsrc/audio/playitslowly/Makefile:1.17 pkgsrc/audio/playitslowly/Makefile:1.18
--- pkgsrc/audio/playitslowly/Makefile:1.17     Mon Aug 14 05:23:48 2023
+++ pkgsrc/audio/playitslowly/Makefile  Tue Apr 30 11:09:17 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2023/08/14 05:23:48 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2024/04/30 11:09:17 wiz Exp $
 
 DISTNAME=      playitslowly-1.5.1
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES=    audio
 MASTER_SITES=  https://29a.ch/playitslowly/
 
@@ -10,10 +10,13 @@ HOMEPAGE=   https://29a.ch/playitslowly/
 COMMENT=       Play back audio files at a different speed or pitch
 LICENSE=       gnu-gpl-v3
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-cairo-[0-9]*:../../graphics/py-cairo
 DEPENDS+=      ${PYPKGPREFIX}-gstreamer1-[0-9]*:../../multimedia/py-gstreamer1
 DEPENDS+=      gst-plugins1-soundtouch-[0-9]*:../../audio/gst-plugins1-soundtouch
 
-PYTHON_VERSIONED_DEPENDENCIES+=        cairo
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 REPLACE_PYTHON+=       playitslowly/app.py
 
@@ -28,6 +31,5 @@ USE_LANGUAGES=        # none
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../lang/python/application.mk"
-.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/audio/playitslowly/PLIST
diff -u pkgsrc/audio/playitslowly/PLIST:1.6 pkgsrc/audio/playitslowly/PLIST:1.7
--- pkgsrc/audio/playitslowly/PLIST:1.6 Fri Jan  7 15:05:31 2022
+++ pkgsrc/audio/playitslowly/PLIST     Tue Apr 30 11:09:17 2024
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.6 2022/01/07 15:05:31 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2024/04/30 11:09:17 wiz Exp $
 bin/playitslowly
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/COPYING
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_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