python3-guessit: update to 3.1.1.
This commit also removes python-guessit that was only used by python-subliminal, recently removed.
This commit is contained in:
parent
30a6213a3a
commit
89c3b696fc
3 changed files with 14 additions and 30 deletions
|
@ -1,29 +0,0 @@
|
|||
# Template file for 'python-guessit'
|
||||
pkgname=python-guessit
|
||||
version=3.1.0
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="guessit-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="guessit"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python python-rebulk python-babelfish python-dateutil"
|
||||
short_desc="Library for guessing information from video filenames (Python2)"
|
||||
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=2dcd3f2acaf6c1a864f903f084ddd6a6b753f3107ae864355d7c8c1e9cb205b2
|
||||
alternatives="guessit:guessit:/usr/bin/guessit2"
|
||||
|
||||
python3-guessit_package() {
|
||||
archs=noarch
|
||||
pycompile_module="guessit"
|
||||
depends="python3 python3-rebulk python3-babelfish python3-dateutil"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
alternatives="guessit:guessit:/usr/bin/guessit3"
|
||||
pkg_install() {
|
||||
vmove usr/bin/guessit3
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-guessit
|
14
srcpkgs/python3-guessit/template
Normal file
14
srcpkgs/python3-guessit/template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'python3-guessit'
|
||||
pkgname=python3-guessit
|
||||
version=3.1.1
|
||||
revision=1
|
||||
wrksrc="guessit-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-rebulk python3-babelfish python3-dateutil"
|
||||
short_desc="Library for guessing information from video filenames (Python3)"
|
||||
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=71c68c6d4e9d639eba6534a838468115ad20f4c5a688eae3079f0c08d605a3b0
|
Loading…
Reference in a new issue