Package Details: beets-git 2.2.0.r25.g9110a1110-1

Git Clone URL: https://aur.archlinux.org/beets-git.git (read-only, click to copy)
Package Base: beets-git
Description: Flexible music library manager and tagger - git version
Upstream URL: https://beets.io/
Licenses: MIT
Conflicts: beets
Provides: beets
Submitter: demize
Maintainer: alex19EP (schan)
Last Packager: alex19EP
Votes: 23
Popularity: 0.011428
First Submitted: 2013-06-14 20:07 (UTC)
Last Updated: 2024-12-16 22:32 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

MarsSeed commented on 2023-08-01 11:35 (UTC) (edited on 2024-04-24 18:20 (UTC) by MarsSeed)

Please kindly modernize the build procedure to follow PEP 517 standard, otherwise Python complains during setup that the direct execution of setup.py will be blocked in an upcoming release.

asampson commented on 2021-01-13 19:14 (UTC)

Cool; I think it's fixed?

vincent.ducamps commented on 2021-01-13 17:26 (UTC)

hi, sorry but I forgot to had python-sphinx to makedepends to build man page

asampson commented on 2021-01-12 20:10 (UTC)

LGTM, @vincent.ducamps! Updated.

vincent.ducamps commented on 2021-01-12 18:00 (UTC)

could we add support for zsh completion in this package see here https://git.ducamps.win/vincent/beets-git/src/branch/master/PKGBUILD

asampson commented on 2020-10-10 11:38 (UTC)

Looks good; made that change!

smilerish commented on 2020-10-10 06:46 (UTC)

I got stuck trying to install beets-alternatives (from AUR) because this package doesn't declare its beets version appropriately.

Applying this change fixes the dependency problem for other beets packages:

diff --git a/PKGBUILD b/PKGBUILD
index 1bca261..a527f43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,7 +41,7 @@ optdepends=('python- requests: absubmit, fetchart, embyupdate, kodiupdate, lyrics
             'aacgain: replaygain plugin'
             'audiotools: replaygain plugin'
             'go-ipfs: ipfs plugin')
-provides=('beets')
+provides=("beets=$pkgver")
 conflicts=('beets')
 source=('git+https://github.com/beetbox/beets.git')
 md5sums=('SKIP')

danoldlib commented on 2020-07-31 01:37 (UTC)

This keeps trying to build python2-mutagen and failing because of old GPG keys. Though I'm pretty sure the current version of beets uses python3 so python-mutagen in the community repo should work?