beets: switch to setuptools/yaml.
This commit is contained in:
parent
7049a5d58c
commit
4b4ee2b185
@ -1,17 +1,16 @@
|
||||
# Template file for 'beets'
|
||||
pkgname=beets
|
||||
version=1.3.6
|
||||
revision=1
|
||||
revision=2
|
||||
noarch="yes"
|
||||
distfiles="https://github.com/sampsyo/beets/archive/v${version}.tar.gz"
|
||||
checksum=3b042ed072de2dc3bb941cd7786d35ce98fe88f499c486b8d597be6f53c1d9c6
|
||||
build_style="python-module"
|
||||
pycompile_module="beets beetsplug"
|
||||
hostmakedepends="python-devel python-distribute"
|
||||
hostmakedepends="python-setuptools"
|
||||
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>"
|
||||
homepage="https://github.com/sampsyo/beets"
|
||||
license="GPL"
|
||||
short_desc="Media library management system for obsessive-compulsive music geeks"
|
||||
|
||||
noarch="yes"
|
||||
|
Loading…
x
Reference in New Issue
Block a user