[arch-commits] Commit in picard/repos/community-x86_64 (PKGBUILD PKGBUILD keys keys)

David Runge dvzrv at gemini.archlinux.org
Tue Aug 23 14:00:17 UTC 2022


    Date: Tuesday, August 23, 2022 @ 14:00:17
  Author: dvzrv
Revision: 1275435

archrelease: copy trunk to community-x86_64

Added:
  picard/repos/community-x86_64/PKGBUILD
    (from rev 1275434, picard/trunk/PKGBUILD)
  picard/repos/community-x86_64/keys/
Deleted:
  picard/repos/community-x86_64/PKGBUILD
  picard/repos/community-x86_64/keys/

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-23 14:00:03 UTC (rev 1275434)
+++ PKGBUILD	2022-08-23 14:00:17 UTC (rev 1275435)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=2.8.2
-pkgrel=1
-pkgdesc="Official MusicBrainz tagger"
-arch=(x86_64)
-url="https://github.com/metabrainz/picard"
-license=(GPL2)
-depends=(glibc hicolor-icon-theme python-dateutil python-discid
-python-fasteners python-markdown python-mutagen python-pyjwt python-pyqt5
-python-yaml)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-pytest)
-optdepends=(
-  'chromaprint: fingerprinting'
-  'qt5-multimedia: media player toolbar'
-  'qt5-translations: full UI translation'
-)
-source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
-sha512sums=('59c1c8cf3f936221d45ef447cc5f1ed6a8ffea881ddf187a40d1975ea24d6ce332a4d19e382ef343786519a10bf8b64993d3a6794d69d3b5f268c6e799b9de0d'
-            'SKIP')
-b2sums=('6b6ef3e5d470018ed56bad7e3c4fc89a740bcd4d8dc7b6ded5e0a4114ff42a867326eda710826aadee4c05c604e4f55f75de87f62573c8ede1395192f7131933'
-        'SKIP')
-# NOTE: GPG signed tags and artifacts are being evaluated: https://tickets.metabrainz.org/browse/PICARD-1934
-validpgpkeys=('68990DD0B1EDC129B856958167997E14D563DA7C') # MusicBrainz Picard Developers <picard at metabrainz.org>
-
-build() {
-  cd $pkgname-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd $pkgname-$pkgver
-  pytest -vv
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 {AUTHORS.txt,{CONTRIBUTING,NEWS,README}.md} -t "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: picard/repos/community-x86_64/PKGBUILD (from rev 1275434, picard/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-23 14:00:17 UTC (rev 1275435)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=2.8.3
+pkgrel=1
+pkgdesc="Official MusicBrainz tagger"
+arch=(x86_64)
+url="https://github.com/metabrainz/picard"
+license=(GPL2)
+depends=(glibc hicolor-icon-theme python-dateutil python-discid
+python-fasteners python-markdown python-mutagen python-pyjwt python-pyqt5
+python-yaml)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-pytest)
+optdepends=(
+  'chromaprint: fingerprinting'
+  'qt5-multimedia: media player toolbar'
+  'qt5-translations: full UI translation'
+)
+source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+sha512sums=('33c5f815ff762b57c2a26a3f19bd3791de6d3c01e6c4eedc12dac9c8c596a9a6680460db06b1bee97078895d17c476914fc4cbb24f05bd678f98de5b73245212'
+            'SKIP')
+b2sums=('c5922f99b56d4ea73bc25422c67b1ca0e0ee4f101639318e6aaa02a18f1455ae07c6df740e58d4dfead2b13386e87f19b49c8ea9a8450c5257178ad8adfe0570'
+        'SKIP')
+# NOTE: GPG signed tags and artifacts are being evaluated: https://tickets.metabrainz.org/browse/PICARD-1934
+validpgpkeys=('68990DD0B1EDC129B856958167997E14D563DA7C') # MusicBrainz Picard Developers <picard at metabrainz.org>
+
+build() {
+  cd $pkgname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd $pkgname-$pkgver
+  pytest -vv
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 {AUTHORS.txt,{CONTRIBUTING,NEWS,README}.md} -t "$pkgdir/usr/share/doc/$pkgname/"
+}



More information about the arch-commits mailing list