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

Bruno Pagani archange at archlinux.org
Mon Mar 8 13:06:29 UTC 2021


    Date: Monday, March 8, 2021 @ 13:06:29
  Author: archange
Revision: 886909

upgpkg: quodlibet 4.4.0-1

Modified:
  quodlibet/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-08 12:05:00 UTC (rev 886908)
+++ PKGBUILD	2021-03-08 13:06:29 UTC (rev 886909)
@@ -4,8 +4,8 @@
 
 pkgbase=quodlibet
 pkgname=(quodlibet exfalso)
-pkgver=4.3.0
-pkgrel=4
+pkgver=4.4.0
+pkgrel=1
 pkgdesc="Music player and music library manager"
 arch=(any)
 url="https://quodlibet.readthedocs.io/"
@@ -12,11 +12,11 @@
 license=(GPL2)
 depends=(gtk3 python-mutagen python-gobject python-cairo python-feedparser)
 makedepends=(gst-plugins-base gst-plugins-bad gst-plugins-good gst-plugins-ugly
-             python-pycodestyle python-sphinx_rtd_theme xine-lib)
+             python-sphinx_rtd_theme xine-lib)
 # python-raven python-senf are currently vendored
 checkdepends=(python-pytest python-xvfbwrapper)
 source=("https://github.com/${pkgbase}/${pkgbase}/releases/download/release-${pkgver}/${pkgbase}-${pkgver}.tar.gz"{,.sig})
-sha256sums=(a2e5c027a69f138364c57e4adf72f5c08c235bc09a4bcd8f668e2847d76427e0 SKIP)
+sha256sums=(a03318d2767e4959551763d0a87fad977387af712608fe572714176a24bbf367 SKIP)
 validpgpkeys=(0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC) # Christoph Reiter <reiter.christoph at gmail.com>
 
 prepare() {
@@ -34,9 +34,7 @@
   cd ${pkgbase}-${pkgver}
   export PYTHONPATH="build:${PYTHONPATH}"
   # not running useless linter checks
-  # skipping test_potfile_format because of a gettext 0.21 warning
-  pytest -v -k 'not TPEP8 and not TPyFlakes' \
-    --deselect tests/test_po.py::test_potfile_format
+  pytest -v -k 'not TFlake8'
 }
 
 package_quodlibet() {
@@ -60,7 +58,7 @@
 
   cd ${pkgbase}-${pkgver}
   python setup.py install --root="${pkgdir}" --skip-build --optimize=1
-  install -Dm644 {README,NEWS} -t "${pkgdir}"/usr/share/doc/${pkgbase}
+  install -Dm644 {README,NEWS}.rst -t "${pkgdir}"/usr/share/doc/${pkgbase}
 }
 
 package_exfalso() {
@@ -94,6 +92,8 @@
   # Remove plugins
   site_packages="$(find ${pkgdir} -type d -name site-packages)"
 
+  rm -r "${site_packages}"/${pkgbase}/plugins/listenbrainz
+
   for package in _shared covers events gstreamer playlist playorder query
   do
       rm -r "${site_packages}"/${pkgbase}/ext/${package}



More information about the arch-commits mailing list