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:           Wed Aug  5 16:33:52 UTC 2020

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

Log Message:
py-mutagen: updated to 1.43.1

1.43.1

Add pickle support for enum types
docs: fix various warnings with sphinx v3

1.43.0

Note: 1.43.x might be the last version supporting Python 2
Python 3.4 is no longer supported
Building requires ‘setuptools’ now, CLI tools depend on ‘pkg_resources’
CLI tools are setuptools entry points now
Fix collections ABCs deprecation warning
Minor typo fixes
MP3: increase max initial wrong syncs from 1000 to 1500
FLAC: support files with multiple VORBIS_COMMENT blocks like libflac
ID3: Improved TYER/TDAT/TIME upgrade to TDRC
MP4: Add support for iTunes HD Video tag (hdvd)
Add AC3 file type
AIFF: renamed sample_size to bits_per_sample (sample_size still works)
API doc fixes
Add support for Tom’s lossless Audio Kompressor (TAK)
OptimFROG: support encoder version >= 5.100
AIFF: Fix handling of padding bytes, safe chunk manipulation
Fix typos


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/audio/py-mutagen/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/audio/py-mutagen/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/audio/py-mutagen/distinfo

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.23 pkgsrc/audio/py-mutagen/Makefile:1.24
--- pkgsrc/audio/py-mutagen/Makefile:1.23       Sat May 16 09:03:23 2020
+++ pkgsrc/audio/py-mutagen/Makefile    Wed Aug  5 16:33:52 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2020/05/16 09:03:23 adam Exp $
+# $NetBSD: Makefile,v 1.24 2020/08/05 16:33:52 adam Exp $
 
-DISTNAME=      mutagen-1.40.0
+DISTNAME=      mutagen-1.43.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    audio python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mutagen/}
@@ -16,12 +16,14 @@ PYTHON_VERSIONED_DEPENDENCIES=      test:test
 
 USE_LANGUAGES= # none
 
+PYTHON_SELF_CONFLICT=  yes
+
 SUBST_CLASSES+=                manpath
 SUBST_STAGE.manpath=   pre-configure
 SUBST_MESSAGE.manpath= Fixing man paths.
 SUBST_FILES.manpath=   setup.py
 SUBST_SED.manpath=     -e 's,share/man,${PKGMANDIR},'
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/audio/py-mutagen/PLIST
diff -u pkgsrc/audio/py-mutagen/PLIST:1.13 pkgsrc/audio/py-mutagen/PLIST:1.14
--- pkgsrc/audio/py-mutagen/PLIST:1.13  Tue Jun 20 12:38:42 2017
+++ pkgsrc/audio/py-mutagen/PLIST       Wed Aug  5 16:33:52 2020
@@ -1,11 +1,15 @@
-@comment $NetBSD: PLIST,v 1.13 2017/06/20 12:38:42 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2020/08/05 16:33:52 adam Exp $
 bin/mid3cp
 bin/mid3iconv
 bin/mid3v2
 bin/moggsplit
 bin/mutagen-inspect
 bin/mutagen-pony
-${PYSITELIB}/${EGG_FILE}
+${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}/mutagen/__init__.py
 ${PYSITELIB}/mutagen/__init__.pyc
 ${PYSITELIB}/mutagen/__init__.pyo
@@ -84,6 +88,9 @@ ${PYSITELIB}/mutagen/_vorbis.pyo
 ${PYSITELIB}/mutagen/aac.py
 ${PYSITELIB}/mutagen/aac.pyc
 ${PYSITELIB}/mutagen/aac.pyo
+${PYSITELIB}/mutagen/ac3.py
+${PYSITELIB}/mutagen/ac3.pyc
+${PYSITELIB}/mutagen/ac3.pyo
 ${PYSITELIB}/mutagen/aiff.py
 ${PYSITELIB}/mutagen/aiff.pyc
 ${PYSITELIB}/mutagen/aiff.pyo
@@ -186,6 +193,9 @@ ${PYSITELIB}/mutagen/optimfrog.pyo
 ${PYSITELIB}/mutagen/smf.py
 ${PYSITELIB}/mutagen/smf.pyc
 ${PYSITELIB}/mutagen/smf.pyo
+${PYSITELIB}/mutagen/tak.py
+${PYSITELIB}/mutagen/tak.pyc
+${PYSITELIB}/mutagen/tak.pyo
 ${PYSITELIB}/mutagen/trueaudio.py
 ${PYSITELIB}/mutagen/trueaudio.pyc
 ${PYSITELIB}/mutagen/trueaudio.pyo

Index: pkgsrc/audio/py-mutagen/distinfo
diff -u pkgsrc/audio/py-mutagen/distinfo:1.15 pkgsrc/audio/py-mutagen/distinfo:1.16
--- pkgsrc/audio/py-mutagen/distinfo:1.15       Sat Jan 27 08:15:05 2018
+++ pkgsrc/audio/py-mutagen/distinfo    Wed Aug  5 16:33:52 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2018/01/27 08:15:05 wen Exp $
+$NetBSD: distinfo,v 1.16 2020/08/05 16:33:52 adam Exp $
 
-SHA1 (mutagen-1.40.0.tar.gz) = 3473555912d01026ed9c085b01d91ee0117b45f9
-RMD160 (mutagen-1.40.0.tar.gz) = a9f7d2a707e6df9303f74e7c61e27885e975f305
-SHA512 (mutagen-1.40.0.tar.gz) = ad4accccc3457d1ff7238c2941b20aeb532e9b41bf2bf1cb130e428f9af9a7dd18a0e81a4d45fbc98783d8cf90cd105de09d703c70beea7cba5eca58dab1bb69
-Size (mutagen-1.40.0.tar.gz) = 917874 bytes
+SHA1 (mutagen-1.43.1.tar.gz) = 1aa8ffc8b1f248450de17a841519e0d1cb7d6e12
+RMD160 (mutagen-1.43.1.tar.gz) = fcac1fe459ef151c402ab48745a3336713da0a50
+SHA512 (mutagen-1.43.1.tar.gz) = 6f9c8a01772a435f630b1ee465658154584f07caf82d4e0b66195236ca224e9d3b132a5ff4b3344376993a5d7f70e83c00da379c4c35b3c0110f87df21f6c0d8
+Size (mutagen-1.43.1.tar.gz) = 1151423 bytes



Home | Main Index | Thread Index | Old Index