mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 12:22:57 +02:00
beets: switch to setuptools/yaml.
This commit is contained in:
parent
7049a5d58c
commit
4b4ee2b185
1 changed files with 4 additions and 5 deletions
|
@ -1,17 +1,16 @@
|
||||||
# Template file for 'beets'
|
# Template file for 'beets'
|
||||||
pkgname=beets
|
pkgname=beets
|
||||||
version=1.3.6
|
version=1.3.6
|
||||||
revision=1
|
revision=2
|
||||||
|
noarch="yes"
|
||||||
distfiles="https://github.com/sampsyo/beets/archive/v${version}.tar.gz"
|
distfiles="https://github.com/sampsyo/beets/archive/v${version}.tar.gz"
|
||||||
checksum=3b042ed072de2dc3bb941cd7786d35ce98fe88f499c486b8d597be6f53c1d9c6
|
checksum=3b042ed072de2dc3bb941cd7786d35ce98fe88f499c486b8d597be6f53c1d9c6
|
||||||
build_style="python-module"
|
build_style="python-module"
|
||||||
pycompile_module="beets beetsplug"
|
pycompile_module="beets beetsplug"
|
||||||
hostmakedepends="python-devel python-distribute"
|
hostmakedepends="python-setuptools"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="${hostmakedepends}"
|
||||||
depends="python pyyaml python-Unidecode python-musicbrainzngs mutagen>=1.22 python-munkres python-distribute python-enum34"
|
depends="python-yaml python-Unidecode python-musicbrainzngs mutagen>=1.22 python-munkres python-setuptools python-enum34"
|
||||||
maintainer="Steven R <dev@styez.com>"
|
maintainer="Steven R <dev@styez.com>"
|
||||||
homepage="https://github.com/sampsyo/beets"
|
homepage="https://github.com/sampsyo/beets"
|
||||||
license="GPL"
|
license="GPL"
|
||||||
short_desc="Media library management system for obsessive-compulsive music geeks"
|
short_desc="Media library management system for obsessive-compulsive music geeks"
|
||||||
|
|
||||||
noarch="yes"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue