curseradio: needs setuptools for the entry point
This commit is contained in:
parent
82ddee3c8e
commit
ff030ebdb3
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'curseradio'
|
# Template file for 'curseradio'
|
||||||
pkgname=curseradio
|
pkgname=curseradio
|
||||||
version=0.0.20171017
|
version=0.0.20171017
|
||||||
revision=2
|
revision=3
|
||||||
|
noarch=yes
|
||||||
_commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
|
_commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
|
||||||
wrksrc="curseradio-${_commit}"
|
wrksrc="curseradio-${_commit}"
|
||||||
noarch=yes
|
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="curseradio"
|
pycompile_module="curseradio"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="mpv python3-lxml python3-requests python3-xdg"
|
depends="mpv python3-setuptools python3-lxml python3-requests python3-xdg"
|
||||||
short_desc="Command line radio player"
|
short_desc="Command line radio player"
|
||||||
maintainer="cr6git <quark6@protonmail.com>"
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Reference in New Issue