python-mpd2: update to 1.0.0.

Closes: #11908 [via git-merge-pr]
This commit is contained in:
maxice8 2018-02-26 03:21:11 -03:00 committed by Michael Aldridge
parent c01a05547e
commit df7051370c

View file

@ -1,23 +1,29 @@
# Template file for 'python-mpd2'
pkgname=python-mpd2
version=0.5.5
revision=3
version=1.0.0
revision=1
noarch=yes
build_style=python-module
pycompile_module="mpd.py"
pycompile_module="mpd"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
short_desc="Python2 MPD client library"
maintainer="Jens E. Becker <v2px@v2px.de>"
homepage="https://github.com/Mic92/python-mpd2"
license="GPL-3"
distfiles="${PYPI_SITE}/p/python-mpd2/python-mpd2-${version}.tar.gz"
checksum=310e738c4f7ce5b5b10394ec3f182c5240dd3ec55ec59a375924c8004fbb5e51
license="LGPL-2.1-or-later"
distfiles="https://github.com/Mic92/python-mpd2/archive/v${version}.tar.gz"
checksum=877fa1685a56815107cb0b1eb004e7fe261b620fafd4d38cdaa2b6f3edd35928
do_check() {
# Requires Twisted but fails to detect system installed one, downloads it from PYPI
# and tries to compile it
:
}
python3-mpd2_package() {
noarch=yes
depends="python3"
pycompile_module="mpd.py"
pycompile_module="mpd"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*