mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python3-mpv: fix template
This commit is contained in:
parent
fe3f186bae
commit
c9756e8760
1 changed files with 4 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'python3-mpv'
|
# Template file for 'python3-mpv'
|
||||||
pkgname=python3-mpv
|
pkgname=python3-mpv
|
||||||
version=0.3.8
|
version=0.3.8
|
||||||
revision=1
|
revision=2
|
||||||
|
noarch=yes
|
||||||
wrksrc="python-mpv-${version}"
|
wrksrc="python-mpv-${version}"
|
||||||
pycompile_modules="mpv.py"
|
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
pycompile_modules="mpv.py"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="mpv-devel python-devel"
|
depends="python3 mpv"
|
||||||
short_desc="Python3 interface to the MPV media player"
|
short_desc="Python3 interface to the MPV media player"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="AGPL-3.0"
|
license="AGPL-3.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue