pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/py-mutagen



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Oct 20 08:17:52 UTC 2024

Modified Files:
        pkgsrc/audio/py-mutagen: Makefile PLIST

Log Message:
py-mutagen: convert to wheel.mk; bump revision


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/audio/py-mutagen/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/py-mutagen/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/py-mutagen/Makefile
diff -u pkgsrc/audio/py-mutagen/Makefile:1.32 pkgsrc/audio/py-mutagen/Makefile:1.33
--- pkgsrc/audio/py-mutagen/Makefile:1.32       Tue Sep  5 18:51:12 2023
+++ pkgsrc/audio/py-mutagen/Makefile    Sun Oct 20 08:17:52 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2023/09/05 18:51:12 adam Exp $
+# $NetBSD: Makefile,v 1.33 2024/10/20 08:17:52 adam Exp $
 
 DISTNAME=      mutagen-1.47.0
+PKGREVISION=   1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    audio python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mutagen/}
@@ -10,16 +11,14 @@ HOMEPAGE=   https://github.com/quodlibet/m
 COMMENT=       Audio metadata handling for Python
 LICENSE=       gnu-gpl-v2
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-flake8>=5.0.4:../../devel/py-flake8
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=6.50.1:../../devel/py-hypothesis
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.1.2:../../devel/py-test
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 
 PYTHON_SELF_CONFLICT=  yes
-USE_PKG_RESOURCES=     yes
 
 SUBST_CLASSES+=                manpath
 SUBST_STAGE.manpath=   pre-configure
@@ -27,8 +26,5 @@ SUBST_MESSAGE.manpath=        Fixing man paths.
 SUBST_FILES.manpath=   setup.py
 SUBST_SED.manpath=     -e 's,share/man,${PKGMANDIR},'
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/audio/py-mutagen/PLIST
diff -u pkgsrc/audio/py-mutagen/PLIST:1.16 pkgsrc/audio/py-mutagen/PLIST:1.17
--- pkgsrc/audio/py-mutagen/PLIST:1.16  Thu Oct 13 09:10:13 2022
+++ pkgsrc/audio/py-mutagen/PLIST       Sun Oct 20 08:17:52 2024
@@ -1,15 +1,16 @@
-@comment $NetBSD: PLIST,v 1.16 2022/10/13 09:10:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2024/10/20 08:17:52 adam Exp $
 bin/mid3cp
 bin/mid3iconv
 bin/mid3v2
 bin/moggsplit
 bin/mutagen-inspect
 bin/mutagen-pony
-${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
+${PYSITELIB}/${WHEEL_INFODIR}/COPYING
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/mutagen/__init__.py
 ${PYSITELIB}/mutagen/__init__.pyc
 ${PYSITELIB}/mutagen/__init__.pyo



Home | Main Index | Thread Index | Old Index