Package Details: beets-check 0.13.0-1

Git Clone URL: https://aur.archlinux.org/beets-check.git (read-only, click to copy)
Package Base: beets-check
Description: Verify and store checksums in your beets library
Upstream URL: https://github.com/geigerzaehler/beets-check
Keywords: beets check plugin
Licenses: MIT
Submitter: FunctionalHacker
Maintainer: None
Last Packager: FunctionalHacker
Votes: 1
Popularity: 0.000000
First Submitted: 2019-02-03 14:11 (UTC)
Last Updated: 2021-03-24 17:19 (UTC)

Latest Comments

postblue commented on 2026-01-07 09:07 (UTC)

I simplified a lot the packaging using the bare python package guidelines and it seems to work:

pkgver=0.15.0 depends=('python>=3.9' 'beets>=1.61') makedepends=(python-build python-installer python-wheel python-poetry-core)

build() { cd $pkgname-$pkgver python -m build --wheel --no-isolation }

package() { cd $pkgname-$pkgver python -m installer --destdir="$pkgdir" dist/*.whl }

arllk commented on 2019-07-14 03:13 (UTC)

The dependency with the version avoid the use of beets-git, I think is safe to drop it