Date: Tuesday, December 6, 2022 @ 11:27:37
Author: dvzrv
Revision: 1356721
archrelease: copy trunk to community-x86_64
Added:
picard/repos/community-x86_64/PKGBUILD
(from rev 1356720, 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-12-06 11:27:26 UTC (rev 1356720)
+++ PKGBUILD 2022-12-06 11:27:37 UTC (rev 1356721)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-# Contributor: Gaetan Bisson <[email protected]>
-# Contributor: Mateusz Herych <[email protected]>
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=2.8.4
-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=('92b5aff6337500f29b08264f0f2d1865a676afc6ee0d5f356af4829c1bcb6e463a5bea06b828409aeb6b1c95177b7ba0e67ce95e3c3086572348d3f83cacf440'
- 'SKIP')
-b2sums=('93f97fcef62e3b6bcf6fc8aa11cb4c7a18c5babd6fc8a08db9d118d600a01947ef10abefc312578977bed2c27416d5117f1119afa29c59764bffcafa4f22ada6'
- 'SKIP')
-# NOTE: GPG signed tags and artifacts are being evaluated:
https://tickets.metabrainz.org/browse/PICARD-1934
-validpgpkeys=('68990DD0B1EDC129B856958167997E14D563DA7C') # MusicBrainz Picard
Developers <[email protected]>
-
-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 1356720,
picard/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-06 11:27:37 UTC (rev 1356721)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge <[email protected]>
+# Contributor: Gaetan Bisson <[email protected]>
+# Contributor: Mateusz Herych <[email protected]>
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=2.8.5
+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=('8f2502c517b2cbc776a0990453a459e0ee85af085c534f679d60db2dcaf2c81bc544e1ac6a87f574db58c62552c0602e7e2ec62ea622f357a09a3728173add85'
+ 'SKIP')
+b2sums=('a639ec64a03f0283c8c48ae29cccb851c0baca72de2f706c570b1fff373a23bafb5353229c8aa3193a40f45418cc79ac9f3d50bc237be2cfc2a0fed917c4e94a'
+ 'SKIP')
+# NOTE: GPG signed tags and artifacts are being evaluated:
https://tickets.metabrainz.org/browse/PICARD-1934
+validpgpkeys=('68990DD0B1EDC129B856958167997E14D563DA7C') # MusicBrainz Picard
Developers <[email protected]>
+
+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/"
+}