|
1 | 1 | # Template file for 'beets' |
2 | 2 | pkgname=beets |
3 | | -version=2.3.1 |
4 | | -revision=3 |
| 3 | +version=2.5.1 |
| 4 | +revision=1 |
5 | 5 | build_style=python3-pep517 |
6 | 6 | # tests requires unpackaged librosa, pytest-flask |
7 | 7 | make_check_args="--ignore=test/plugins/test_autobpm.py |
8 | 8 | --ignore=test/plugins/test_aura.py" |
9 | 9 | hostmakedepends="python3-poetry-core python3-Sphinx" |
10 | 10 | depends="python3-lap python3-musicbrainzngs python3-Unidecode python3-yaml |
11 | 11 | python3-jellyfish python3-mediafile python3-confuse python3-platformdirs |
12 | | - python3-numpy" |
| 12 | + python3-numpy python3-typing_extensions" |
13 | 13 | checkdepends="$depends python3-BeautifulSoup4 python3-Flask python3-mock |
14 | 14 | python3-pylast python3-pytest python3-pytest-cov python3-mpd2 python3-xdg |
15 | 15 | python3-responses python3-requests-oauthlib python3-reflink python3-rarfile |
16 | | - python3-discogs_client python3-py7zr python3-typing_extensions |
17 | | - python3-dateutil python3-gobject gstreamer1 ffmpeg" |
| 16 | + python3-discogs_client python3-py7zr python3-dateutil python3-gobject |
| 17 | + gstreamer1 ffmpeg" |
18 | 18 | short_desc="Media library management system for obsessive-compulsive music geeks" |
19 | 19 | maintainer="Joel Beckmeyer < [email protected]>" |
20 | 20 | license="MIT" |
21 | 21 | homepage="https://beets.io" |
22 | 22 | changelog="https://raw.githubusercontent.com/beetbox/beets/master/docs/changelog.rst" |
23 | 23 | distfiles="${PYPI_SITE}/b/${pkgname}/${pkgname}-${version}.tar.gz" |
24 | | -checksum=87598721a14af89a06d5ad3d9e8138f8ac112510271a981a90b840ed784d5712 |
25 | | - |
26 | | -pre_check() { |
27 | | - # https://github.com/beetbox/beets/issues/5770 |
28 | | - touch test/rsrc/full.mp3 |
29 | | -} |
| 24 | +checksum=7feefd70804fbcf26516089f472bac34c6a77e8e20ec539252fd1bafc91de9a2 |
30 | 25 |
|
31 | 26 | post_install() { |
32 | 27 | vman man/beet.1 |
|
0 commit comments