[arch-commits] Commit in python-mutagen/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Sat Jul 11 18:24:02 UTC 2020
Date: Saturday, July 11, 2020 @ 18:24:02
Author: dvzrv
Revision: 663274
upgpkg: python-mutagen 1.45.0-1: Upgrading to 1.45.0.
Ignoring test requiring flake8.
Modified:
python-mutagen/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-11 16:52:18 UTC (rev 663273)
+++ PKGBUILD 2020-07-11 18:24:02 UTC (rev 663274)
@@ -3,7 +3,7 @@
_name=mutagen
pkgname=python-mutagen
-pkgver=1.44.0
+pkgver=1.45.0
pkgrel=1
arch=('any')
pkgdesc="An audio metadata tag reader and writer (python library)"
@@ -13,7 +13,7 @@
checkdepends=('python-pytest' 'python-hypothesis' 'python-pyflakes'
'python-pycodestyle')
source=("https://github.com/quodlibet/${_name}/releases/download/release-$pkgver/${_name}-$pkgver.tar.gz"{,.sig})
-sha512sums=('88c8c181b1333989451533951727b7c43e4a012defd3fd1f7ddd970d083f938783d61f98970e74c677ee9725dac92c47ee37af4bd7a474e85c7a56793c6063a8'
+sha512sums=('453594bee9c5fb516d627f9a58939241f5766784c39a2c9eea179e18df1d24585d36d8558e8eb424f6393e5bd99806f470cf4e645f3632bc92cf499422af7ce5'
'SKIP')
validpgpkeys=('0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC') # Christoph Reiter <reiter.christoph at gmail.com>
@@ -28,10 +28,10 @@
check() {
cd "${pkgbase}-${pkgver}"
- pytest -v
+ pytest -v --ignore tests/quality/test_flake8.py
}
-package_python-mutagen() {
+package() {
cd "${pkgbase}-${pkgver}"
python setup.py install --skip-build \
--optimize=1 \
More information about the arch-commits
mailing list