summaryrefslogtreecommitdiff
path: root/audio/py-mutagen
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2013-12-04 16:47:32 +0000
committerdrochner <drochner@pkgsrc.org>2013-12-04 16:47:32 +0000
commitf643b250e8b9b6c0f59752c2cc5ee2200685324b (patch)
tree835ad1868bbc2d374b7130218021aa5739805f85 /audio/py-mutagen
parent07518455d7c9159c2d7522293cd160e6c7c15393 (diff)
downloadpkgsrc-f643b250e8b9b6c0f59752c2cc5ee2200685324b.tar.gz
update to 1.22
changes: minor fixes and improvements
Diffstat (limited to 'audio/py-mutagen')
-rw-r--r--audio/py-mutagen/Makefile4
-rw-r--r--audio/py-mutagen/PLIST11
-rw-r--r--audio/py-mutagen/distinfo10
-rw-r--r--audio/py-mutagen/patches/patch-aa10
4 files changed, 22 insertions, 13 deletions
diff --git a/audio/py-mutagen/Makefile b/audio/py-mutagen/Makefile
index 1e553afa708..5b8091385c3 100644
--- a/audio/py-mutagen/Makefile
+++ b/audio/py-mutagen/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2013/03/15 17:47:03 drochner Exp $
+# $NetBSD: Makefile,v 1.12 2013/12/04 16:47:32 drochner Exp $
#
-DISTNAME= mutagen-1.21
+DISTNAME= mutagen-1.22
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= audio
MASTER_SITES= http://mutagen.googlecode.com/files/
diff --git a/audio/py-mutagen/PLIST b/audio/py-mutagen/PLIST
index 8ea286092e5..f5cb46afd8c 100644
--- a/audio/py-mutagen/PLIST
+++ b/audio/py-mutagen/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2013/03/15 17:47:03 drochner Exp $
+@comment $NetBSD: PLIST,v 1.8 2013/12/04 16:47:32 drochner Exp $
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/mutagen/__init__.py
${PYSITELIB}/mutagen/__init__.pyc
@@ -6,6 +6,15 @@ ${PYSITELIB}/mutagen/__init__.pyo
${PYSITELIB}/mutagen/_constants.py
${PYSITELIB}/mutagen/_constants.pyc
${PYSITELIB}/mutagen/_constants.pyo
+${PYSITELIB}/mutagen/_id3frames.py
+${PYSITELIB}/mutagen/_id3frames.pyc
+${PYSITELIB}/mutagen/_id3frames.pyo
+${PYSITELIB}/mutagen/_id3specs.py
+${PYSITELIB}/mutagen/_id3specs.pyc
+${PYSITELIB}/mutagen/_id3specs.pyo
+${PYSITELIB}/mutagen/_id3util.py
+${PYSITELIB}/mutagen/_id3util.pyc
+${PYSITELIB}/mutagen/_id3util.pyo
${PYSITELIB}/mutagen/_util.py
${PYSITELIB}/mutagen/_util.pyc
${PYSITELIB}/mutagen/_util.pyo
diff --git a/audio/py-mutagen/distinfo b/audio/py-mutagen/distinfo
index f34027e2b6f..2c9b2bcd22e 100644
--- a/audio/py-mutagen/distinfo
+++ b/audio/py-mutagen/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2013/03/15 17:47:03 drochner Exp $
+$NetBSD: distinfo,v 1.7 2013/12/04 16:47:32 drochner Exp $
-SHA1 (mutagen-1.21.tar.gz) = 21807dd51f36204891597a368bfa2fab1a30a531
-RMD160 (mutagen-1.21.tar.gz) = 4d3ad4efffbabfb02679841cdbe6461ebd3fb765
-Size (mutagen-1.21.tar.gz) = 795419 bytes
-SHA1 (patch-aa) = ead410683c604d010bb197d39c902ec100a038a1
+SHA1 (mutagen-1.22.tar.gz) = 4338be32a7fcdbc9063ce58277c144a143a856be
+RMD160 (mutagen-1.22.tar.gz) = 7b537e21c4c0681374106cbde2f21e99cfb55253
+Size (mutagen-1.22.tar.gz) = 813763 bytes
+SHA1 (patch-aa) = 7467c79a7542b13478893282293f81bb9c66df4b
diff --git a/audio/py-mutagen/patches/patch-aa b/audio/py-mutagen/patches/patch-aa
index 86a1d25c604..a213520ba57 100644
--- a/audio/py-mutagen/patches/patch-aa
+++ b/audio/py-mutagen/patches/patch-aa
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.3 2010/03/05 13:57:51 obache Exp $
+$NetBSD: patch-aa,v 1.4 2013/12/04 16:47:32 drochner Exp $
---- setup.py.orig 2010-02-20 17:39:18.000000000 +0000
+--- setup.py.orig 2013-09-06 09:11:46.000000000 +0000
+++ setup.py
-@@ -211,8 +211,8 @@ if __name__ == "__main__":
- author_email="quod-libet-development@groups.google.com",
- license="GNU GPL v2",
+@@ -203,8 +203,8 @@ if __name__ == "__main__":
+ 'Topic :: Multimedia :: Sound/Audio',
+ ],
packages=["mutagen"],
- data_files=data_files,
- scripts=glob.glob("tools/m*[!~]"),