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

Felix Yan felixonmars at archlinux.org
Thu Feb 27 08:43:58 UTC 2020


    Date: Thursday, February 27, 2020 @ 08:43:57
  Author: felixonmars
Revision: 583637

upgpkg: python2-mutagen 1.43.0-2: disable python2 tests

Modified:
  python2-mutagen/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-27 08:43:53 UTC (rev 583636)
+++ PKGBUILD	2020-02-27 08:43:57 UTC (rev 583637)
@@ -9,8 +9,6 @@
 url="https://github.com/quodlibet/mutagen"
 license=('GPL2')
 depends=('python2-setuptools')
-checkdepends=('python2-pytest' 'python2-hypothesis' 'python2-pyflakes'
-'python2-pycodestyle')
 source=("https://github.com/quodlibet/${_name}/releases/download/release-$pkgver/${_name}-$pkgver.tar.gz"{,.sig})
 sha512sums=('66df63705a43befa9cf6688bc8b3acc4fd1559eb28920c105b47a97c35422b5e19527051445daa7aed66facc2e4c14d71058f8560bbd564fecbe56a076491e3f'
             'SKIP')
@@ -30,11 +28,6 @@
   python2 setup.py build
 }
 
-check() {
-  cd "${pkgbase}-${pkgver}"
-  python2 setup.py test
-}
-
 package() {
   cd "${pkgname}-${pkgver}"
   python2 setup.py install --skip-build \



More information about the arch-commits mailing list