Search Criteria
Package Details: beetcamp 0.24.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/beetcamp.git (read-only, click to copy) |
|---|---|
| Package Base: | beetcamp |
| Description: | Plugin for beets to use Bandcamp as an autotagger source |
| Upstream URL: | https://github.com/snejus/beetcamp |
| Licenses: | GPL2 |
| Submitter: | aperez |
| Maintainer: | aperez |
| Last Packager: | aperez |
| Votes: | 4 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-04-02 10:06 (UTC) |
| Last Updated: | 2026-04-02 16:32 (UTC) |
Dependencies (8)
- beets (beets-gitAUR)
- python-httpx (python-httpx-gitAUR)
- python-packaging
- python-pycountry
- python-build (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (check)
- python-poetry (python-poetry-gitAUR) (check)
Latest Comments
MagicAndWires commented on 2026-03-09 23:47 (UTC)
Build failed at prepare() for me with version 0.24.0; Removing the
returnin prepare() and check() fixed the issue, successfully ran checks, and built the package so I think the issues @TheEgg and @ZachCallear experienced are fixed now.TheEgg commented on 2026-01-13 13:50 (UTC)
I'm also having problems since the python update but they seem to be different to @ZachCallear.
ZachCallear commented on 2026-01-13 13:05 (UTC) (edited on 2026-01-13 13:10 (UTC) by ZachCallear)
I haven't investigated if it's just my machine, but I get this updating this package this morning:
Edit: It also happens in a clean chroot. Full error portion of output: https://justpaste.it/dp7o2
rsp4jack commented on 2025-08-05 01:04 (UTC)
In prepare()
-c "commit.gpgsign=false"should be added to git commitmkhl commented on 2025-02-22 13:42 (UTC)
The current version of beetcamp uses python-httpx instead of python-requests
BrainDamage commented on 2025-02-17 17:26 (UTC)
This package runs the command poetry in prepare(), yet it declares python-poetry as a check() only dep, which is wrong and will fail to build with makepkg --nocheck option. You should move python-poetry to the makedepends array or consider calling poetry setup only in check() function if it's needed only there.
baodrate commented on 2023-05-23 17:02 (UTC)
python-ordered-setshould be in the dependencies