[arch-commits] Commit in python2-eyed3/trunk (PKGBUILD)

2020-11-12 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 18:05:12
  Author: felixonmars
Revision: 752937

upgpkg: python2-eyed3 1:0.9.5-2: Python 3.9 rebuild

Modified:
  python2-eyed3/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 18:05:09 UTC (rev 752936)
+++ PKGBUILD2020-11-12 18:05:12 UTC (rev 752937)
@@ -5,7 +5,7 @@
 pkgbase=python2-eyed3
 pkgname=('python-eyed3')
 pkgver=0.9.5
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A Python module and program for processing information about mp3 
files"
 arch=('any')


[arch-commits] Commit in python2-eyed3/trunk (PKGBUILD)

2020-10-23 Thread Felix Yan via arch-commits
Date: Friday, October 23, 2020 @ 14:06:51
  Author: felixonmars
Revision: 730688

upgpkg: python2-eyed3 1:0.9.5-1

Modified:
  python2-eyed3/trunk/PKGBUILD

--+
 PKGBUILD |   23 ---
 1 file changed, 16 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-23 14:05:42 UTC (rev 730687)
+++ PKGBUILD2020-10-23 14:06:51 UTC (rev 730688)
@@ -4,18 +4,19 @@
 
 pkgbase=python2-eyed3
 pkgname=('python-eyed3')
-pkgver=0.8
-pkgrel=5
-# 0.8.1 breaks with python-magic in our repos requires 
https://github.com/ahupp/python-magic
+pkgver=0.9.5
+pkgrel=1
 epoch=1
 pkgdesc="A Python module and program for processing information about mp3 
files"
 arch=('any')
 url="http://eyed3.nicfit.net/;
 license=('GPL')
-depends=('python-setuptools')
-makedepends=('python-setuptools')
-source=(https://files.pythonhosted.org/packages/source/e/eyeD3/eyeD3-$pkgver.tar.gz)
-sha256sums=('10109b76508a726042b2cd6a8fd02b6d6e551dc277901d74016b70e3c0e29ab5')
+depends=('python-deprecation' 'python-filetype' 'python-setuptools')
+checkdepends=('python-factory-boy' 'python-pytest')
+source=(https://files.pythonhosted.org/packages/source/e/eyeD3/eyeD3-$pkgver.tar.gz
+http://eyed3.nicfit.net/releases/eyeD3-test-data.tgz)
+sha256sums=('faf5806197f2093e82c2830d41f2378f07b3a9da07a16fafb14fc6fbdebac50a'
+'8bd11c921e0e34f88b84f1a51e24290d0243f3b2660233a527902f2c13af3a67')
 options=(!emptydirs)
 
 build() {
@@ -23,6 +24,14 @@
   python setup.py build
 }
 
+check() {
+  cd eyeD3-$pkgver
+  ln -s "$srcdir"/eyeD3-test-data.tgz test/
+  make test-data
+  # Skipping display plugin tests because grako is not packaged, and abandoned 
upstream
+  python -m pytest --deselect test/test_display_plugin.py
+}
+
 package_python-eyed3() {
   cd eyeD3-$pkgver
   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build


[arch-commits] Commit in python2-eyed3/trunk (PKGBUILD)

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 03:55:14
  Author: felixonmars
Revision: 523083

Python 3.8 rebuild

Modified:
  python2-eyed3/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 03:55:10 UTC (rev 523082)
+++ PKGBUILD2019-11-04 03:55:14 UTC (rev 523083)
@@ -5,7 +5,7 @@
 pkgbase=python2-eyed3
 pkgname=('python-eyed3')
 pkgver=0.8
-pkgrel=4
+pkgrel=5
 # 0.8.1 breaks with python-magic in our repos requires 
https://github.com/ahupp/python-magic
 epoch=1
 pkgdesc="A Python module and program for processing information about mp3 
files"


[arch-commits] Commit in python2-eyed3/trunk (PKGBUILD)

2019-03-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, March 3, 2019 @ 12:39:26
  Author: jelle
Revision: 437453

Remove python2 variant

Modified:
  python2-eyed3/trunk/PKGBUILD

--+
 PKGBUILD |   21 +
 1 file changed, 9 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-03 12:24:07 UTC (rev 437452)
+++ PKGBUILD2019-03-03 12:39:26 UTC (rev 437453)
@@ -3,7 +3,7 @@
 # Contributor: cdhotfire 
 
 pkgbase=python2-eyed3
-pkgname=('python2-eyed3' 'python-eyed3')
+pkgname=('python-eyed3')
 pkgver=0.8
 pkgrel=4
 # 0.8.1 breaks with python-magic in our repos requires 
https://github.com/ahupp/python-magic
@@ -12,21 +12,18 @@
 arch=('any')
 url="http://eyed3.nicfit.net/;
 license=('GPL')
-makedepends=('python2-setuptools' 'python-setuptools')
+depends=('python-setuptools')
+makedepends=('python-setuptools')
 
source=(https://files.pythonhosted.org/packages/source/e/eyeD3/eyeD3-$pkgver.tar.gz)
-md5sums=('840626686e6b1bc6afca9eab99a0873a')
+sha256sums=('10109b76508a726042b2cd6a8fd02b6d6e551dc277901d74016b70e3c0e29ab5')
 options=(!emptydirs)
 
-package_python2-eyed3() {
-  depends=('python2-pathlib' 'python2-setuptools')
-  conflicts=('python-eyed3')
-
-  cd $srcdir/eyeD3-$pkgver
-  python2 setup.py install --root="${pkgdir}" --optimize=1
+build() {
+  cd eyeD3-$pkgver
+  python setup.py build
 }
 
 package_python-eyed3() {
-  depends=('python-setuptools')
-  cd $srcdir/eyeD3-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
+  cd eyeD3-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 }


[arch-commits] Commit in python2-eyed3/trunk (PKGBUILD)

2018-06-30 Thread Felix Yan via arch-commits
Date: Saturday, June 30, 2018 @ 16:38:14
  Author: felixonmars
Revision: 348460

Python 3.7 rebuild

Modified:
  python2-eyed3/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 16:38:06 UTC (rev 348459)
+++ PKGBUILD2018-06-30 16:38:14 UTC (rev 348460)
@@ -6,7 +6,7 @@
 pkgbase=python2-eyed3
 pkgname=('python2-eyed3' 'python-eyed3')
 pkgver=0.8
-pkgrel=3
+pkgrel=4
 # 0.8.1 breaks with python-magic in our repos requires 
https://github.com/ahupp/python-magic
 epoch=1
 pkgdesc="A Python module and program for processing information about mp3 
files"


[arch-commits] Commit in python2-eyed3/trunk (PKGBUILD)

2018-02-07 Thread Jelle van der Waa via arch-commits
Date: Wednesday, February 7, 2018 @ 19:25:24
  Author: jelle
Revision: 290033

upgpkg: python2-eyed3 1:0.8-3

Modified:
  python2-eyed3/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-07 19:22:13 UTC (rev 290032)
+++ PKGBUILD2018-02-07 19:25:24 UTC (rev 290033)
@@ -6,7 +6,7 @@
 pkgbase=python2-eyed3
 pkgname=('python2-eyed3' 'python-eyed3')
 pkgver=0.8
-pkgrel=2
+pkgrel=3
 # 0.8.1 breaks with python-magic in our repos requires 
https://github.com/ahupp/python-magic
 epoch=1
 pkgdesc="A Python module and program for processing information about mp3 
files"
@@ -27,7 +27,7 @@
 }
 
 package_python-eyed3() {
-  depends=('python-pathlib' 'python-setuptools')
+  depends=('python-setuptools')
   cd $srcdir/eyeD3-$pkgver
   python setup.py install --root="${pkgdir}" --optimize=1
 }


[arch-commits] Commit in python2-eyed3/trunk (PKGBUILD)

2018-02-07 Thread Eli Schwartz via arch-commits
Date: Wednesday, February 7, 2018 @ 18:50:51
  Author: eschwartz
Revision: 290029

upgpkg: python2-eyed3 1:0.8-2

FS#55749 fix missing dependencies

Modified:
  python2-eyed3/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-07 18:32:06 UTC (rev 290028)
+++ PKGBUILD2018-02-07 18:50:51 UTC (rev 290029)
@@ -6,7 +6,7 @@
 pkgbase=python2-eyed3
 pkgname=('python2-eyed3' 'python-eyed3')
 pkgver=0.8
-pkgrel=1
+pkgrel=2
 # 0.8.1 breaks with python-magic in our repos requires 
https://github.com/ahupp/python-magic
 epoch=1
 pkgdesc="A Python module and program for processing information about mp3 
files"
@@ -13,14 +13,13 @@
 arch=('any')
 url="http://eyed3.nicfit.net/;
 license=('GPL')
-makedepends=('python2' 'python')
 makedepends=('python2-setuptools' 'python-setuptools')
-source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tar.gz)
+source=(https://files.pythonhosted.org/packages/source/e/eyeD3/eyeD3-$pkgver.tar.gz)
 md5sums=('840626686e6b1bc6afca9eab99a0873a')
 options=(!emptydirs)
 
 package_python2-eyed3() {
-  depends=('python2-pathlib')
+  depends=('python2-pathlib' 'python2-setuptools')
   conflicts=('python-eyed3')
 
   cd $srcdir/eyeD3-$pkgver
@@ -28,6 +27,7 @@
 }
 
 package_python-eyed3() {
+  depends=('python-pathlib' 'python-setuptools')
   cd $srcdir/eyeD3-$pkgver
   python setup.py install --root="${pkgdir}" --optimize=1
 }


[arch-commits] Commit in python2-eyed3/trunk (PKGBUILD)

2017-09-03 Thread Jelle van der Waa
Date: Sunday, September 3, 2017 @ 15:20:13
  Author: jelle
Revision: 255607

upgpkg: python2-eyed3 1:0.8-1

Downgrade since FS#55332 isn't trivial to fix.

Modified:
  python2-eyed3/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-03 15:15:36 UTC (rev 255606)
+++ PKGBUILD2017-09-03 15:20:13 UTC (rev 255607)
@@ -5,15 +5,18 @@
 
 pkgbase=python2-eyed3
 pkgname=('python2-eyed3' 'python-eyed3')
-pkgver=0.8.1
+pkgver=0.8
 pkgrel=1
+# 0.8.1 breaks with python-magic in our repos requires 
https://github.com/ahupp/python-magic
+epoch=1
 pkgdesc="A Python module and program for processing information about mp3 
files"
-arch=(any)
+arch=('any')
 url="http://eyed3.nicfit.net/;
 license=('GPL')
 makedepends=('python2' 'python')
 makedepends=('python2-setuptools' 'python-setuptools')
 source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tar.gz)
+md5sums=('840626686e6b1bc6afca9eab99a0873a')
 options=(!emptydirs)
 
 package_python2-eyed3() {
@@ -28,4 +31,3 @@
   cd $srcdir/eyeD3-$pkgver
   python setup.py install --root="${pkgdir}" --optimize=1
 }
-md5sums=('041c38ec8f364280c0a548dc33a55c0b')


[arch-commits] Commit in python2-eyed3/trunk (PKGBUILD)

2017-08-28 Thread Jelle van der Waa
Date: Monday, August 28, 2017 @ 18:37:28
  Author: jelle
Revision: 254666

upgpkg: python2-eyed3 0.8.1-1

Modified:
  python2-eyed3/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-28 18:24:19 UTC (rev 254665)
+++ PKGBUILD2017-08-28 18:37:28 UTC (rev 254666)
@@ -5,7 +5,7 @@
 
 pkgbase=python2-eyed3
 pkgname=('python2-eyed3' 'python-eyed3')
-pkgver=0.8
+pkgver=0.8.1
 pkgrel=1
 pkgdesc="A Python module and program for processing information about mp3 
files"
 arch=(any)
@@ -28,4 +28,4 @@
   cd $srcdir/eyeD3-$pkgver
   python setup.py install --root="${pkgdir}" --optimize=1
 }
-md5sums=('840626686e6b1bc6afca9eab99a0873a')
+md5sums=('041c38ec8f364280c0a548dc33a55c0b')


[arch-commits] Commit in python2-eyed3/trunk (PKGBUILD)

2017-05-25 Thread Jelle van der Waa
Date: Thursday, May 25, 2017 @ 15:32:50
  Author: jelle
Revision: 230104

upgpkg: python2-eyed3 0.8-1

Modified:
  python2-eyed3/trunk/PKGBUILD

--+
 PKGBUILD |   25 ++---
 1 file changed, 14 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 15:19:33 UTC (rev 230103)
+++ PKGBUILD2017-05-25 15:32:50 UTC (rev 230104)
@@ -3,26 +3,29 @@
 # Contributor: Federico Quagliata (quaqo) 
 # Contributor: cdhotfire 
 
-pkgname=python2-eyed3
-pkgver=0.7.11
-pkgrel=2
+pkgbase=python2-eyed3
+pkgname=('python2-eyed3' 'python-eyed3')
+pkgver=0.8
+pkgrel=1
 pkgdesc="A Python module and program for processing information about mp3 
files"
 arch=(any)
 url="http://eyed3.nicfit.net/;
 license=('GPL')
-depends=('python2')
-makedepends=('python2-setuptools')
+makedepends=('python2' 'python')
+makedepends=('python2-setuptools' 'python-setuptools')
 source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tar.gz)
 options=(!emptydirs)
-md5sums=('2b6a4299e3be340adfd4333d2b28dd28')
 
-build() {
+package_python2-eyed3() {
+  depends=('python2-pathlib')
+  conflicts=('python-eyed3')
+
   cd $srcdir/eyeD3-$pkgver
-  python2 setup.py build
+  python2 setup.py install --root="${pkgdir}" --optimize=1
 }
 
-package() {
+package_python-eyed3() {
   cd $srcdir/eyeD3-$pkgver
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  sed -i 's/python/python2/' $pkgdir/usr/bin/eyeD3
+  python setup.py install --root="${pkgdir}" --optimize=1
 }
+md5sums=('840626686e6b1bc6afca9eab99a0873a')


[arch-commits] Commit in python2-eyed3/trunk (PKGBUILD)

2017-04-09 Thread Jelle van der Waa
Date: Sunday, April 9, 2017 @ 18:37:20
  Author: jelle
Revision: 221645

upgpkg: python2-eyed3 0.7.11-2

FS#53614 fix python2 shebang

Modified:
  python2-eyed3/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-09 18:31:13 UTC (rev 221644)
+++ PKGBUILD2017-04-09 18:37:20 UTC (rev 221645)
@@ -5,7 +5,7 @@
 
 pkgname=python2-eyed3
 pkgver=0.7.11
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python module and program for processing information about mp3 
files"
 arch=(any)
 url="http://eyed3.nicfit.net/;
@@ -24,4 +24,5 @@
 package() {
   cd $srcdir/eyeD3-$pkgver
   python2 setup.py install --root="${pkgdir}" --optimize=1
+  sed -i 's/python/python2/' $pkgdir/usr/bin/eyeD3
 }


[arch-commits] Commit in python2-eyed3/trunk (PKGBUILD fix_setting_tcmp_frame.patch)

2017-04-05 Thread Jelle van der Waa
Date: Wednesday, April 5, 2017 @ 19:04:01
  Author: jelle
Revision: 220738

upgpkg: python2-eyed3 0.7.11-1

Modified:
  python2-eyed3/trunk/PKGBUILD
Deleted:
  python2-eyed3/trunk/fix_setting_tcmp_frame.patch

--+
 PKGBUILD |5 ++---
 fix_setting_tcmp_frame.patch |   21 -
 2 files changed, 2 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-05 18:55:59 UTC (rev 220737)
+++ PKGBUILD2017-04-05 19:04:01 UTC (rev 220738)
@@ -4,7 +4,7 @@
 # Contributor: cdhotfire 
 
 pkgname=python2-eyed3
-pkgver=0.7.9
+pkgver=0.7.11
 pkgrel=1
 pkgdesc="A Python module and program for processing information about mp3 
files"
 arch=(any)
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools')
 source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tar.gz)
 options=(!emptydirs)
-md5sums=('7fdf97f971033207355b5d550414ea75')
+md5sums=('2b6a4299e3be340adfd4333d2b28dd28')
 
 build() {
   cd $srcdir/eyeD3-$pkgver
@@ -24,5 +24,4 @@
 package() {
   cd $srcdir/eyeD3-$pkgver
   python2 setup.py install --root="${pkgdir}" --optimize=1
-  sed -i 's/python/python2/' $pkgdir/usr/bin/eyeD3
 }

Deleted: fix_setting_tcmp_frame.patch
===
--- fix_setting_tcmp_frame.patch2017-04-05 18:55:59 UTC (rev 220737)
+++ fix_setting_tcmp_frame.patch2017-04-05 19:04:01 UTC (rev 220738)
@@ -1,21 +0,0 @@
-# HG changeset patch
-# User Travis Shirk 
-# Date 1366683753 21600
-# Branch stable
-# Node ID bfbfc2c5709c4084ecaeed3410600d94d2a21a0d
-# Parent  e2ebd8a246ecca8340bbc4ac858c7a946524571f
-Fix for setting of non standard text frames. Fixes #26
-
-diff -r e2ebd8a246ecca8340bbc4ac858c7a946524571f -r 
bfbfc2c5709c4084ecaeed3410600d94d2a21a0d src/eyed3/id3/frames.py
 a/src/eyed3/id3/frames.py  Wed Mar 13 21:28:01 2013 -0600
-+++ b/src/eyed3/id3/frames.py  Mon Apr 22 20:22:33 2013 -0600
-@@ -1364,7 +1364,8 @@
- the same Id is already in the list it's value is changed, otherwise
- the frame is added.
- '''
--assert(fid[0] == "T" and fid in list(ID3_FRAMES.keys()))
-+assert(fid[0] == "T" and (fid in ID3_FRAMES or
-+  fid in NONSTANDARD_ID3_FRAMES))
- 
- if fid in self:
- self[fid][0].text = text


[arch-commits] Commit in python2-eyed3/trunk (PKGBUILD)

2016-03-06 Thread Jelle van der Waa
Date: Sunday, March 6, 2016 @ 15:45:02
  Author: jelle
Revision: 165380

upgpkg: python2-eyed3 0.7.9-1

Modified:
  python2-eyed3/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-06 14:43:52 UTC (rev 165379)
+++ PKGBUILD2016-03-06 14:45:02 UTC (rev 165380)
@@ -4,7 +4,7 @@
 # Contributor: cdhotfire 
 
 pkgname=python2-eyed3
-pkgver=0.7.8
+pkgver=0.7.9
 pkgrel=1
 pkgdesc="A Python module and program for processing information about mp3 
files"
 arch=(any)
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools')
 source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tar.gz)
 options=(!emptydirs)
-md5sums=('2783538edb56d7f583b7c8a5801b51dc')
+md5sums=('7fdf97f971033207355b5d550414ea75')
 
 build() {
   cd $srcdir/eyeD3-$pkgver


[arch-commits] Commit in python2-eyed3/trunk (PKGBUILD)

2015-06-14 Thread Jelle van der Waa
Date: Sunday, June 14, 2015 @ 20:32:55
  Author: jelle
Revision: 135306

upgpkg: python2-eyed3 0.7.8-1

Modified:
  python2-eyed3/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-14 18:09:40 UTC (rev 135305)
+++ PKGBUILD2015-06-14 18:32:55 UTC (rev 135306)
@@ -4,7 +4,7 @@
 # Contributor: cdhotfire cdhotf...@gmail.com
 
 pkgname=python2-eyed3
-pkgver=0.7.5
+pkgver=0.7.8
 pkgrel=1
 pkgdesc=A Python module and program for processing information about mp3 
files
 arch=(any)
@@ -12,9 +12,9 @@
 license=('GPL')
 depends=('python2')
 makedepends=('python2-setuptools')
-source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tgz)
+source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tar.gz)
 options=(!emptydirs)
-md5sums=('b8fe9582ffce1dd10bbe1babe47f8cc4')
+md5sums=('2783538edb56d7f583b7c8a5801b51dc')
 
 build() {
   cd $srcdir/eyeD3-$pkgver


[arch-commits] Commit in python2-eyed3/trunk (PKGBUILD)

2014-11-02 Thread Jelle van der Waa
Date: Sunday, November 2, 2014 @ 16:42:48
  Author: jelle
Revision: 121711

upgpkg: python2-eyed3 0.7.5-1

Modified:
  python2-eyed3/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-02 13:30:01 UTC (rev 121710)
+++ PKGBUILD2014-11-02 15:42:48 UTC (rev 121711)
@@ -4,7 +4,7 @@
 # Contributor: cdhotfire cdhotf...@gmail.com
 
 pkgname=python2-eyed3
-pkgver=0.7.4
+pkgver=0.7.5
 pkgrel=1
 pkgdesc=A Python module and program for processing information about mp3 
files
 arch=(any)
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools')
 source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tgz)
 options=(!emptydirs)
-md5sums=('80d71338f53243cba1a2e2a86cde5635')
+md5sums=('b8fe9582ffce1dd10bbe1babe47f8cc4')
 
 build() {
   cd $srcdir/eyeD3-$pkgver


[arch-commits] Commit in python2-eyed3/trunk (PKGBUILD)

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 16:14:36
  Author: bpiotrowski
Revision: 106215

upgpkg: python2-eyed3 0.7.4-1

new upstream release

Modified:
  python2-eyed3/trunk/PKGBUILD

--+
 PKGBUILD |   20 +++-
 1 file changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 15:12:42 UTC (rev 106214)
+++ PKGBUILD2014-02-25 15:14:36 UTC (rev 106215)
@@ -1,11 +1,11 @@
-#$Id$
-#Maintainer: Aaron Griffin aa...@archlinux.org
-#Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-#Contributor: cdhotfire cdhotf...@gmail.com
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+# Contributor: cdhotfire cdhotf...@gmail.com
 
 pkgname=python2-eyed3
-pkgver=0.7.3
-pkgrel=2
+pkgver=0.7.4
+pkgrel=1
 pkgdesc=A Python module and program for processing information about mp3 
files
 arch=(any)
 url=http://eyed3.nicfit.net/;
@@ -14,13 +14,15 @@
 makedepends=('python2-setuptools')
 source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tgz)
 options=(!emptydirs)
-md5sums=('584431de2a8439039890e02b69a377d5')
+md5sums=('80d71338f53243cba1a2e2a86cde5635')
+
 build() {
   cd $srcdir/eyeD3-$pkgver
   python2 setup.py build
 }
+
 package() {
   cd $srcdir/eyeD3-$pkgver
-  python2 setup.py install --root=${pkgdir} --optimize=1 
+  python2 setup.py install --root=${pkgdir} --optimize=1
   sed -i 's/python/python2/' $pkgdir/usr/bin/eyeD3
-} 
+}



[arch-commits] Commit in python2-eyed3/trunk (PKGBUILD)

2013-08-17 Thread Jelle van der Waa
Date: Saturday, August 17, 2013 @ 13:03:59
  Author: jelle
Revision: 95820

upgpkg: python2-eyed3 0.7.3-2

Replacement of distribute dependency in favour of setuptools

Modified:
  python2-eyed3/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-17 10:12:54 UTC (rev 95819)
+++ PKGBUILD2013-08-17 11:03:59 UTC (rev 95820)
@@ -5,13 +5,13 @@
 
 pkgname=python2-eyed3
 pkgver=0.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A Python module and program for processing information about mp3 
files
 arch=(any)
 url=http://eyed3.nicfit.net/;
 license=('GPL')
 depends=('python2')
-makedepends=('python2-distribute')
+makedepends=('python2-setuptools')
 source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tgz)
 options=(!emptydirs)
 md5sums=('584431de2a8439039890e02b69a377d5')



[arch-commits] Commit in python2-eyed3/trunk (PKGBUILD)

2013-08-08 Thread Jelle van der Waa
Date: Thursday, August 8, 2013 @ 18:08:51
  Author: jelle
Revision: 95271

upgpkg: python2-eyed3 0.7.3-1

Modified:
  python2-eyed3/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 12:57:07 UTC (rev 95270)
+++ PKGBUILD2013-08-08 16:08:51 UTC (rev 95271)
@@ -4,7 +4,7 @@
 #Contributor: cdhotfire cdhotf...@gmail.com
 
 pkgname=python2-eyed3
-pkgver=0.7.2
+pkgver=0.7.3
 pkgrel=1
 pkgdesc=A Python module and program for processing information about mp3 
files
 arch=(any)
@@ -12,22 +12,15 @@
 license=('GPL')
 depends=('python2')
 makedepends=('python2-distribute')
-source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tgz 
http://pkgbuild.com/~jelle/paver-minilib.zip)
+source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tgz)
 options=(!emptydirs)
-replaces=('python-eyed3')
-provides=('python-eyed3')
-md5sums=('e659838e5c4656c440637548353eb7ba'
- '0e1e58f4a2b7183b3eba825fbcc5d2df')
-
-
+md5sums=('584431de2a8439039890e02b69a377d5')
 build() {
   cd $srcdir/eyeD3-$pkgver
-  cp $srcdir/paver-minilib.zip .
   python2 setup.py build
 }
 package() {
   cd $srcdir/eyeD3-$pkgver
-  cp $srcdir/paver-minilib.zip .
   python2 setup.py install --root=${pkgdir} --optimize=1 
   sed -i 's/python/python2/' $pkgdir/usr/bin/eyeD3
 } 



[arch-commits] Commit in python2-eyed3/trunk (PKGBUILD)

2013-07-18 Thread Jelle van der Waa
Date: Thursday, July 18, 2013 @ 21:46:41
  Author: jelle
Revision: 94282

upgpkg: python2-eyed3 0.7.2-1

Modified:
  python2-eyed3/trunk/PKGBUILD

--+
 PKGBUILD |   14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-18 19:38:43 UTC (rev 94281)
+++ PKGBUILD2013-07-18 19:46:41 UTC (rev 94282)
@@ -4,28 +4,30 @@
 #Contributor: cdhotfire cdhotf...@gmail.com
 
 pkgname=python2-eyed3
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.7.2
+pkgrel=1
 pkgdesc=A Python module and program for processing information about mp3 
files
 arch=(any)
 url=http://eyed3.nicfit.net/;
 license=('GPL')
 depends=('python2')
 makedepends=('python2-distribute')
-source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tgz 
fix_setting_tcmp_frame.patch)
+source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tgz 
http://pkgbuild.com/~jelle/paver-minilib.zip)
 options=(!emptydirs)
 replaces=('python-eyed3')
 provides=('python-eyed3')
-md5sums=('05fc6031fef62146c1aca188d13a62a6'
- '3b207f52fda00cb178e7b351fc80bdfb')
+md5sums=('e659838e5c4656c440637548353eb7ba'
+ '0e1e58f4a2b7183b3eba825fbcc5d2df')
 
+
 build() {
   cd $srcdir/eyeD3-$pkgver
-  patch -Np1 -i $srcdir/fix_setting_tcmp_frame.patch 
+  cp $srcdir/paver-minilib.zip .
   python2 setup.py build
 }
 package() {
   cd $srcdir/eyeD3-$pkgver
+  cp $srcdir/paver-minilib.zip .
   python2 setup.py install --root=${pkgdir} --optimize=1 
   sed -i 's/python/python2/' $pkgdir/usr/bin/eyeD3
 } 



[arch-commits] Commit in python2-eyed3/trunk (PKGBUILD fix_setting_tcmp_frame.patch)

2013-05-01 Thread Jelle van der Waa
Date: Wednesday, May 1, 2013 @ 22:20:00
  Author: jelle
Revision: 89658

upgpkg: python2-eyed3 0.7.1-2

fs#34281

Added:
  python2-eyed3/trunk/fix_setting_tcmp_frame.patch
Modified:
  python2-eyed3/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 fix_setting_tcmp_frame.patch |   21 +
 2 files changed, 26 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-01 19:30:09 UTC (rev 89657)
+++ PKGBUILD2013-05-01 20:20:00 UTC (rev 89658)
@@ -5,21 +5,23 @@
 
 pkgname=python2-eyed3
 pkgver=0.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A Python module and program for processing information about mp3 
files
 arch=(any)
 url=http://eyed3.nicfit.net/;
 license=('GPL')
 depends=('python2')
 makedepends=('python2-distribute')
-source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tgz)
+source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tgz 
fix_setting_tcmp_frame.patch)
 options=(!emptydirs)
 replaces=('python-eyed3')
 provides=('python-eyed3')
-md5sums=('05fc6031fef62146c1aca188d13a62a6')
+md5sums=('05fc6031fef62146c1aca188d13a62a6'
+ '3b207f52fda00cb178e7b351fc80bdfb')
 
 build() {
   cd $srcdir/eyeD3-$pkgver
+  patch -Np1 -i $srcdir/fix_setting_tcmp_frame.patch 
   python2 setup.py build
 }
 package() {

Added: fix_setting_tcmp_frame.patch
===
--- fix_setting_tcmp_frame.patch(rev 0)
+++ fix_setting_tcmp_frame.patch2013-05-01 20:20:00 UTC (rev 89658)
@@ -0,0 +1,21 @@
+# HG changeset patch
+# User Travis Shirk tra...@pobox.com
+# Date 1366683753 21600
+# Branch stable
+# Node ID bfbfc2c5709c4084ecaeed3410600d94d2a21a0d
+# Parent  e2ebd8a246ecca8340bbc4ac858c7a946524571f
+Fix for setting of non standard text frames. Fixes #26
+
+diff -r e2ebd8a246ecca8340bbc4ac858c7a946524571f -r 
bfbfc2c5709c4084ecaeed3410600d94d2a21a0d src/eyed3/id3/frames.py
+--- a/src/eyed3/id3/frames.py  Wed Mar 13 21:28:01 2013 -0600
 b/src/eyed3/id3/frames.py  Mon Apr 22 20:22:33 2013 -0600
+@@ -1364,7 +1364,8 @@
+ the same Id is already in the list it's value is changed, otherwise
+ the frame is added.
+ '''
+-assert(fid[0] == T and fid in list(ID3_FRAMES.keys()))
++assert(fid[0] == T and (fid in ID3_FRAMES or
++  fid in NONSTANDARD_ID3_FRAMES))
+ 
+ if fid in self:
+ self[fid][0].text = text



[arch-commits] Commit in python2-eyed3/trunk (PKGBUILD)

2013-01-28 Thread Jelle van der Waa
Date: Monday, January 28, 2013 @ 22:01:41
  Author: jelle
Revision: 83288

upgpkg: python2-eyed3 0.7.1-1

update to 0.7.1

Modified:
  python2-eyed3/trunk/PKGBUILD

--+
 PKGBUILD |   18 --
 1 file changed, 8 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-28 20:30:28 UTC (rev 83287)
+++ PKGBUILD2013-01-28 21:01:41 UTC (rev 83288)
@@ -4,28 +4,26 @@
 #Contributor: cdhotfire cdhotf...@gmail.com
 
 pkgname=python2-eyed3
-pkgver=0.6.18
-pkgrel=4
+pkgver=0.7.1
+pkgrel=1
 pkgdesc=A Python module and program for processing information about mp3 
files
 arch=(any)
 url=http://eyed3.nicfit.net/;
 license=('GPL')
 depends=('python2')
-source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tar.gz)
+makedepends=('python2-distribute')
+source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tgz)
 options=(!emptydirs)
-md5sums=('ad545c55bb8bdd579e8d14c5bdaacee5')
 replaces=('python-eyed3')
 provides=('python-eyed3')
+md5sums=('05fc6031fef62146c1aca188d13a62a6')
 
 build() {
   cd $srcdir/eyeD3-$pkgver
-  sed -i 's#env python#env python2#' bin/eyeD3
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make 
-  echo $pkgdir
+  python2 setup.py build
 }
 package() {
   cd $srcdir/eyeD3-$pkgver
-  # Redefine docdir
-  make  docdir=$pkgdir/usr/share/doc/$pkgname DESTDIR=$pkgdir install
+  python2 setup.py install --root=${pkgdir} --optimize=1 
+  sed -i 's/python/python2/' $pkgdir/usr/bin/eyeD3
 }