mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
parent
68467dd275
commit
0655b20247
1 changed files with 12 additions and 10 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'beets'
|
# Template file for 'beets'
|
||||||
pkgname=beets
|
pkgname=beets
|
||||||
version=2.2.0
|
version=2.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
# tests requires unpackaged librosa, pytest-flask
|
# tests requires unpackaged librosa, pytest-flask
|
||||||
make_check_args="--ignore=test/plugins/test_autobpm.py
|
make_check_args="--ignore=test/plugins/test_autobpm.py
|
||||||
--ignore=test/plugins/test_aura.py"
|
--ignore=test/plugins/test_aura.py"
|
||||||
hostmakedepends="python3-poetry-core python3-Sphinx"
|
hostmakedepends="python3-poetry-core python3-Sphinx"
|
||||||
depends="python3-munkres python3-musicbrainzngs python3-Unidecode python3-yaml
|
depends="python3-lap python3-musicbrainzngs python3-Unidecode python3-yaml
|
||||||
python3-jellyfish python3-mediafile python3-confuse python3-platformdirs"
|
python3-jellyfish python3-mediafile python3-confuse python3-platformdirs
|
||||||
|
python3-numpy"
|
||||||
checkdepends="$depends python3-BeautifulSoup4 python3-Flask python3-mock
|
checkdepends="$depends python3-BeautifulSoup4 python3-Flask python3-mock
|
||||||
python3-pylast python3-pytest python3-pytest-cov 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
|
||||||
|
@ -19,16 +20,17 @@ maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
license="MIT"
|
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"
|
||||||
https://raw.githubusercontent.com/beetbox/beets/refs/tags/v${version}/extra/_beet"
|
checksum="b24fc7949af502601774f907ebed1998f9adf411ec8df1123a1fc3f334b63102"
|
||||||
checksum="cc0a277f530844575e3374021f316da16bf78ed514963c1ab1597168a8d4c715
|
|
||||||
74675a1171809b4190bc1d734931a1ba12cba13083521b50a008cdaaa738736e"
|
pre_check() {
|
||||||
skip_extraction="_beet"
|
# https://github.com/beetbox/beets/issues/5770
|
||||||
|
touch test/rsrc/full.mp3
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman man/beet.1
|
vman man/beet.1
|
||||||
vman man/beetsconfig.5
|
vman man/beetsconfig.5
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
# https://github.com/beetbox/beets/issues/5531
|
vcompletion extra/_beet zsh beet
|
||||||
vcompletion $XBPS_SRCDISTDIR/$pkgname-$version/_beet zsh beet
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue