beets: update to 2.0.0.

This commit is contained in:
Joel Beckmeyer 2024-05-30 11:54:38 -04:00 committed by cinerea0
parent e2d358d1ae
commit 698fc66035

View file

@ -1,13 +1,13 @@
# Template file for 'beets' # Template file for 'beets'
pkgname=beets pkgname=beets
version=1.6.0 version=2.0.0
revision=4 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-munkres python3-musicbrainzngs python3-Unidecode python3-yaml depends="python3-munkres python3-musicbrainzngs python3-Unidecode python3-yaml
python3-jellyfish python3-mediafile python3-confuse" python3-jellyfish python3-mediafile python3-confuse"
checkdepends="$depends python3-BeautifulSoup4 python3-coverage python3-Flask checkdepends="$depends python3-BeautifulSoup4 python3-Flask python3-mock
python3-mock python3-pylast python3-pytest python3-mpd2 python3-xdg python3-pylast python3-pytest python3-pytest-cov python3-mpd2 python3-xdg
python3-responses python3-requests-oauthlib python3-reflink python3-rarfile python3-responses python3-requests-oauthlib python3-reflink python3-rarfile
python3-discogs_client python3-py7zr" python3-discogs_client python3-py7zr"
short_desc="Media library management system for obsessive-compulsive music geeks" short_desc="Media library management system for obsessive-compulsive music geeks"
@ -16,7 +16,7 @@ license="MIT"
homepage="https://beets.io" homepage="https://beets.io"
changelog="https://raw.githubusercontent.com/beetbox/beets/master/docs/changelog.rst" changelog="https://raw.githubusercontent.com/beetbox/beets/master/docs/changelog.rst"
distfiles="${PYPI_SITE}/b/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="${PYPI_SITE}/b/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=aa6fb734e44afc9b039c0abd0edd4c7706df00d4eb4aae7afa9ff4b6bb15525d checksum=3b1172b5bc3729e33a6ea4689f7d0236682bf828c67196b6a260f0389cb1f8cf
make_check=ci-skip # tests don't work as root make_check=ci-skip # tests don't work as root
post_install() { post_install() {