From 0e42dce7fdcb9f84bde6de1dde9385abbb6e635c Mon Sep 17 00:00:00 2001 From: Daniel Santana Date: Fri, 8 May 2020 12:09:13 -0300 Subject: [PATCH] python3-guessit: update to 3.1.1. This commit also removes python-guessit that was only used by python-subliminal, recently removed. --- srcpkgs/python-guessit/template | 29 ----------------------------- srcpkgs/python3-guessit | 1 - srcpkgs/python3-guessit/template | 15 +++++++++++++++ 3 files changed, 15 insertions(+), 30 deletions(-) delete mode 100644 srcpkgs/python-guessit/template delete mode 120000 srcpkgs/python3-guessit create mode 100644 srcpkgs/python3-guessit/template diff --git a/srcpkgs/python-guessit/template b/srcpkgs/python-guessit/template deleted file mode 100644 index a962f14522f..00000000000 --- a/srcpkgs/python-guessit/template +++ /dev/null @@ -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 " -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* - } -} diff --git a/srcpkgs/python3-guessit b/srcpkgs/python3-guessit deleted file mode 120000 index ff4d6773332..00000000000 --- a/srcpkgs/python3-guessit +++ /dev/null @@ -1 +0,0 @@ -python-guessit \ No newline at end of file diff --git a/srcpkgs/python3-guessit/template b/srcpkgs/python3-guessit/template new file mode 100644 index 00000000000..6e1b70e6944 --- /dev/null +++ b/srcpkgs/python3-guessit/template @@ -0,0 +1,15 @@ +# Template file for 'python3-guessit' +pkgname=python3-guessit +version=3.1.1 +revision=1 +archs=noarch +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 " +license="LGPL-3.0-only" +homepage="https://guessit.readthedocs.io/en/latest/" +distfiles="${PYPI_SITE}/g/guessit/guessit-${version}.tar.gz" +checksum=71c68c6d4e9d639eba6534a838468115ad20f4c5a688eae3079f0c08d605a3b0