mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
python3-musicpd: add missing pycompile_module
This commit is contained in:
parent
cb02ceec99
commit
75d1b5b033
1 changed files with 4 additions and 2 deletions
|
@ -1,12 +1,14 @@
|
||||||
# Template file for 'python3-musicpd'
|
# Template file for 'python3-musicpd'
|
||||||
pkgname=python3-musicpd
|
pkgname=python3-musicpd
|
||||||
version=0.4.2
|
version=0.4.2
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="python-musicpd-${version}"
|
wrksrc="python-musicpd-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
pycompile_module="musicpd.py"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
short_desc="An MPD (Music Player Daemon) client library for Python3"
|
depends="python3"
|
||||||
|
short_desc="Python MPD (Music Player Daemon) client library"
|
||||||
maintainer="Felix Hanley <felix@userspace.com.au>"
|
maintainer="Felix Hanley <felix@userspace.com.au>"
|
||||||
license="LGPL-3"
|
license="LGPL-3"
|
||||||
homepage="http://kaliko.me/code/python-musicpd"
|
homepage="http://kaliko.me/code/python-musicpd"
|
||||||
|
|
Loading…
Add table
Reference in a new issue