Import of pkgsrc-2014Q1

This commit is contained in:
2014-11-05 12:41:07 +01:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions
+3 -3
View File
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.11 2013/03/15 17:47:03 drochner Exp $
#
# $NetBSD: Makefile,v 1.13 2014/01/25 10:29:57 wiz Exp $
DISTNAME= mutagen-1.21
DISTNAME= mutagen-1.22
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= audio
MASTER_SITES= http://mutagen.googlecode.com/files/
@@ -12,6 +11,7 @@ COMMENT= Audio metadata handling for Python
LICENSE= gnu-gpl-v2
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.22
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
+10 -1
View File
@@ -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
+5 -5
View File
@@ -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
+5 -5
View File
@@ -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*[!~]"),