[arch-commits] Commit in beets/repos/community-any (PKGBUILD PKGBUILD beet beet)
Maxime Gauduin
alucryd at gemini.archlinux.org
Mon Nov 29 09:24:49 UTC 2021
Date: Monday, November 29, 2021 @ 09:24:48
Author: alucryd
Revision: 1056643
archrelease: copy trunk to community-any
Added:
beets/repos/community-any/PKGBUILD
(from rev 1056642, beets/trunk/PKGBUILD)
beets/repos/community-any/beet
(from rev 1056642, beets/trunk/beet)
Deleted:
beets/repos/community-any/PKGBUILD
beets/repos/community-any/beet
----------+
PKGBUILD | 194 ++++++++++++++++++++++++++++++-------------------------------
beet | 4 -
2 files changed, 99 insertions(+), 99 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-29 09:24:42 UTC (rev 1056642)
+++ PKGBUILD 2021-11-29 09:24:48 UTC (rev 1056643)
@@ -1,97 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Adrian Sampson <adrian at radbox.org>
-
-pkgname=beets
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='Flexible music library manager and tagger'
-arch=(any)
-url=https://beets.io/
-license=(MIT)
-depends=(
- python-confuse
- python-jellyfish
- python-mediafile
- python-munkres
- python-musicbrainzngs
- python-setuptools
- python-six
- python-unidecode
- python-yaml
-)
-makedepends=(
- git
- python-setuptools
- python-sphinx
-)
-checkdepends=(
- bash-completion
- imagemagick
- python-beautifulsoup4
- python-discogs-client
- python-flask
- python-mock
- python-mpd2
- python-nose
- python-nose-exclude
- python-pylast
- python-reflink
- python-requests-oauthlib
- python-responses
- python-xdg
-)
-optdepends=(
- 'bash-completion: Bash completion'
- 'chromaprint: Chromaprint/Acoustid plugin'
- 'ffmpeg: Convert, ReplayGain plugins'
- 'gst-plugins-bad: Chromaprint/Acoustid, BPD, ReplayGain plugins'
- 'gst-plugins-good: Chromaprint/Acoustid, BPD, ReplayGain plugins'
- 'gst-plugins-ugly: Chromaprint/Acoustid, BPD, ReplayGain plugins'
- 'gst-libav: Chromaprint/Acoustid, BPD, ReplayGain plugins'
- 'gst-python: Chromaprint/Acoustid, BPD, ReplayGain plugins'
- 'imagemagick: Thumbnails plugin'
- 'python-beautifulsoup4: Lyrics plugin'
- 'python-flask: Web plugin'
- 'python-gobject: ReplayGain plugin'
- 'python-mpd2: MPDStats plugin'
- 'python-pyacoustid: Chromaprint/Acoustid plugin'
- 'python-pylast: LastGenre plugin'
- 'python-requests: Chromaprint/Acoustid, BPD, FetchArt plugins'
- 'python-xdg: Thumbnails plugin'
-)
-_tag=92b6d7ea7ce5ba30be111d38fdbf835ca7e23317
-source=(
- git+https://github.com/beetbox/beets.git#tag=${_tag}
- beet
-)
-b2sums=('SKIP'
- '1b36ba07d85f0fbcae0a3d8253ce2e5d7ecf8a17c6f0bb946579663de546d53cd4fe5da84ee8d880d7f95f48e66ef6010232a995d86d0c52b52218cd991a7782')
-
-pkgver() {
- cd beets
- git describe --tags | sed 's/^v//'
-}
-
-build() {
- cd beets
- python setup.py build sdist
-}
-
-check() {
- cd beets
- python -m nose \
- --exclude-test=test.test_ui.CompletionTest \
- --exclude-test=test.test_zero.ZeroPluginTest
-}
-
-package() {
- cd beets
- python setup.py install --root="${pkgdir}" --optimize=1
- install -Dm 644 ../beet -t "${pkgdir}"/usr/share/bash-completion/completions/
- install -Dm 644 extra/_beet -t "${pkgdir}"/usr/share/zsh/site-functions/
- install -Dm 644 man/beet.1 -t "${pkgdir}"/usr/share/man/man1/
- install -Dm 644 man/beetsconfig.5 -t "${pkgdir}"/usr/share/man/man5/
- install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/beets/
-}
-
-# vim: ts=2 sw=2 et:
Copied: beets/repos/community-any/PKGBUILD (from rev 1056642, beets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-29 09:24:48 UTC (rev 1056643)
@@ -0,0 +1,97 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Adrian Sampson <adrian at radbox.org>
+
+pkgname=beets
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Flexible music library manager and tagger'
+arch=(any)
+url=https://beets.io/
+license=(MIT)
+depends=(
+ python-confuse
+ python-jellyfish
+ python-mediafile
+ python-munkres
+ python-musicbrainzngs
+ python-setuptools
+ python-six
+ python-unidecode
+ python-yaml
+)
+makedepends=(
+ git
+ python-setuptools
+ python-sphinx
+)
+checkdepends=(
+ bash-completion
+ imagemagick
+ python-beautifulsoup4
+ python-discogs-client
+ python-flask
+ python-mock
+ python-mpd2
+ python-nose
+ python-nose-exclude
+ python-pylast
+ python-reflink
+ python-requests-oauthlib
+ python-responses
+ python-xdg
+)
+optdepends=(
+ 'bash-completion: Bash completion'
+ 'chromaprint: Chromaprint/Acoustid plugin'
+ 'ffmpeg: Convert, ReplayGain plugins'
+ 'gst-plugins-bad: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+ 'gst-plugins-good: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+ 'gst-plugins-ugly: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+ 'gst-libav: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+ 'gst-python: Chromaprint/Acoustid, BPD, ReplayGain plugins'
+ 'imagemagick: Thumbnails plugin'
+ 'python-beautifulsoup4: Lyrics plugin'
+ 'python-flask: Web plugin'
+ 'python-gobject: ReplayGain plugin'
+ 'python-mpd2: MPDStats plugin'
+ 'python-pyacoustid: Chromaprint/Acoustid plugin'
+ 'python-pylast: LastGenre plugin'
+ 'python-requests: Chromaprint/Acoustid, BPD, FetchArt plugins'
+ 'python-xdg: Thumbnails plugin'
+)
+_tag=19371805e70c34e06ddd1ee3bd2e23a23827f845
+source=(
+ git+https://github.com/beetbox/beets.git#tag=${_tag}
+ beet
+)
+b2sums=('SKIP'
+ '1b36ba07d85f0fbcae0a3d8253ce2e5d7ecf8a17c6f0bb946579663de546d53cd4fe5da84ee8d880d7f95f48e66ef6010232a995d86d0c52b52218cd991a7782')
+
+pkgver() {
+ cd beets
+ git describe --tags | sed 's/^v//'
+}
+
+build() {
+ cd beets
+ python setup.py build sdist
+}
+
+check() {
+ cd beets
+ python -m nose \
+ --exclude-test=test.test_ui.CompletionTest \
+ --exclude-test=test.test_zero.ZeroPluginTest
+}
+
+package() {
+ cd beets
+ python setup.py install --root="${pkgdir}" --optimize=1
+ install -Dm 644 ../beet -t "${pkgdir}"/usr/share/bash-completion/completions/
+ install -Dm 644 extra/_beet -t "${pkgdir}"/usr/share/zsh/site-functions/
+ install -Dm 644 man/beet.1 -t "${pkgdir}"/usr/share/man/man1/
+ install -Dm 644 man/beetsconfig.5 -t "${pkgdir}"/usr/share/man/man5/
+ install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/beets/
+}
+
+# vim: ts=2 sw=2 et:
Deleted: beet
===================================================================
--- beet 2021-11-29 09:24:42 UTC (rev 1056642)
+++ beet 2021-11-29 09:24:48 UTC (rev 1056643)
@@ -1,2 +0,0 @@
-_load_beet_completion() { eval "$(beet completion)"; }
-complete -F _load_beet_completion beet
Copied: beets/repos/community-any/beet (from rev 1056642, beets/trunk/beet)
===================================================================
--- beet (rev 0)
+++ beet 2021-11-29 09:24:48 UTC (rev 1056643)
@@ -0,0 +1,2 @@
+_load_beet_completion() { eval "$(beet completion)"; }
+complete -F _load_beet_completion beet
More information about the arch-commits
mailing list