python-guessit: update to 3.1.0.

This commit is contained in:
Daniel Santana 2019-09-22 14:15:21 -03:00 committed by Helmut Pozimski
parent 6073e98b2c
commit 55d09e7f19

View file

@ -1,6 +1,6 @@
# Template file for 'python-guessit'
pkgname=python-guessit
version=3.0.5
version=3.1.0
revision=1
archs=noarch
wrksrc="guessit-${version}"
@ -13,13 +13,9 @@ maintainer="Daniel Santana <daniel@santana.tech>"
license="LGPL-3.0-only"
homepage="https://guessit.readthedocs.io/en/latest/"
distfiles="${PYPI_SITE}/g/guessit/guessit-${version}.tar.gz"
checksum=3559c2f37575b048c3d8723cc7a8eedb83b6c411d1be0d64e8b54f4b90138ca2
checksum=2dcd3f2acaf6c1a864f903f084ddd6a6b753f3107ae864355d7c8c1e9cb205b2
alternatives="guessit:guessit:/usr/bin/guessit2"
post_install() {
vlicense LICENSE
}
python3-guessit_package() {
archs=noarch
pycompile_module="guessit"
@ -29,6 +25,5 @@ python3-guessit_package() {
pkg_install() {
vmove usr/bin/guessit3
vmove usr/lib/python3*
vlicense LICENSE
}
}