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

Jelle van der Waa jelle at gemini.archlinux.org
Sun Jan 23 15:33:00 UTC 2022


    Date: Sunday, January 23, 2022 @ 15:33:00
  Author: jelle
Revision: 1113624

upgpkg: python2-eyed3 1:0.9.6-1

Modified:
  python2-eyed3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-23 15:32:45 UTC (rev 1113623)
+++ PKGBUILD	2022-01-23 15:33:00 UTC (rev 1113624)
@@ -4,8 +4,8 @@
 
 pkgbase=python2-eyed3
 pkgname=('python-eyed3')
-pkgver=0.9.5
-pkgrel=5
+pkgver=0.9.6
+pkgrel=1
 epoch=1
 pkgdesc="A Python module and program for processing information about mp3 files"
 arch=('any')
@@ -15,7 +15,7 @@
 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'
+sha256sums=('4b5064ec0fb3999294cca0020d4a27ffe4f29149e8292fdf7b2de9b9cabb7518'
             '8bd11c921e0e34f88b84f1a51e24290d0243f3b2660233a527902f2c13af3a67')
 options=(!emptydirs)
 
@@ -26,10 +26,11 @@
 
 check() {
   cd eyeD3-$pkgver
-  ln -s "$srcdir"/eyeD3-test-data.tgz test/
+  ls -lh
+  ln -s "$srcdir"/eyeD3-test-data.tgz tests/
   make test-data
   # Skipping display plugin tests because grako is not packaged, and abandoned upstream
-  python -m pytest --deselect test/test_display_plugin.py
+  python -m pytest --deselect tests/test_display_plugin.py
 }
 
 package_python-eyed3() {



More information about the arch-commits mailing list