pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/eyeD3 0.7.11 - 03.12.2017 (Evergreen)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bd80dcffdf2
branches:  trunk
changeset: 359639:4bd80dcffdf2
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Mar 14 19:17:21 2017 +0000

description:
0.7.11 - 03.12.2017 (Evergreen)
New Features:
* Repo and issue tracker moved to GitHub: https://github.com/nicfit/eyeD3
Bug Fixes:
[issue 78] - ?NoneType? object has no attribute ?year?
[issue 108] - Multiple date related fixes.
[issue 110] - Allow superfluous ?no-tagging-ttme-frame option for backward compatibility.
[issue 111] - The ?version option now prints a short, version-only, message.
[issue 116] - Allow ?year option for backward compatibility. Converts to ?release-year.
[issue 117] - Fixes for ?user-text-frame with multiple colons and similar fixes.
[issue 125] - ID3 v1.1 encoding fixes.

diffstat:

 audio/eyeD3/Makefile |  12 ++++++------
 audio/eyeD3/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 11 deletions(-)

diffs (47 lines):

diff -r 0d56b887a6a3 -r 4bd80dcffdf2 audio/eyeD3/Makefile
--- a/audio/eyeD3/Makefile      Tue Mar 14 15:38:46 2017 +0000
+++ b/audio/eyeD3/Makefile      Tue Mar 14 19:17:21 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2017/02/08 14:21:26 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/03/14 19:17:21 adam Exp $
 
-DISTNAME=      eyeD3-0.7.10
+DISTNAME=      eyeD3-0.7.11
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eyeD3/}
 
@@ -9,15 +9,15 @@
 COMMENT=       Python tool for working with audio files (in particular, mp3)
 LICENSE=       gnu-gpl-v2
 
-USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 0.7.5
+USE_LANGUAGES=         # none
+PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 0.7.11
 REPLACE_SH+=           bin/eyeD3
 
 SUBST_CLASSES+=                python
-SUBST_SED.python+=     -e "s,python,${PYTHONBIN},"
+SUBST_STAGE.python=    post-configure
 SUBST_MESSAGE.python=  Fixing path to python executable.
 SUBST_FILES.python+=   bin/eyeD3
-SUBST_STAGE.python=    post-configure
+SUBST_SED.python+=     -e "s,python,${PYTHONBIN},"
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 0d56b887a6a3 -r 4bd80dcffdf2 audio/eyeD3/distinfo
--- a/audio/eyeD3/distinfo      Tue Mar 14 15:38:46 2017 +0000
+++ b/audio/eyeD3/distinfo      Tue Mar 14 19:17:21 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/02/08 14:21:26 wiz Exp $
+$NetBSD: distinfo,v 1.4 2017/03/14 19:17:21 adam Exp $
 
-SHA1 (eyeD3-0.7.10.tar.gz) = 94ade014ee289fad34bcb04f55e033ba9d1628dc
-RMD160 (eyeD3-0.7.10.tar.gz) = 89c76e1ae105c5d9ef06c08247726dfa400fcdfe
-SHA512 (eyeD3-0.7.10.tar.gz) = 91a1b4f46dd799a4e58741d1f502a457b202dc7ef97ac5db211c706604979250e04fee91b967616b094b7af9aef2249e02b4133b9a1b3ae1b761159b69d8e1c2
-Size (eyeD3-0.7.10.tar.gz) = 232523 bytes
+SHA1 (eyeD3-0.7.11.tar.gz) = e497d01366497b2112598043eb715710d3a826c4
+RMD160 (eyeD3-0.7.11.tar.gz) = 852b7fd18cb4dead92275f345e2d177e7738f9ef
+SHA512 (eyeD3-0.7.11.tar.gz) = 39452dc4ae01f71da976e41d38027f67b4389ebd14294327b058fb0156a46e1da517081c7e9e716b1cbede5743e03c43fd43860dc98118c04a850b1a33d99f45
+Size (eyeD3-0.7.11.tar.gz) = 234235 bytes



Home | Main Index | Thread Index | Old Index