py-guessit: updated to 3.1.1
3.1.1: Drop python 3.4 support Use SafeLoader with yaml.load() 3.1.0: Add python 3.8 support Use rebulk 2.* Remove v from subtitle_language prefix in default configuration Add Variable Frame Rate value to other property (VFR tag) Use episode words defined in configuration in a rebulk rule Avoid trigger of useless rules consequences Fix possible crash in weak episode removal Fix issue caused by streaming_service property conflicts Fix source validation when more than one pattern match Fix issue with some titles on multiple fileparts Fix issue related to website exclusion inside title
This commit is contained in:
parent
c96db25e59
commit
23980a4e2b
3 changed files with 14 additions and 11 deletions
|
@ -1,20 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.5 2019/06/15 19:04:24 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2020/05/17 21:07:03 adam Exp $
|
||||
|
||||
DISTNAME= guessit-3.0.4
|
||||
DISTNAME= guessit-3.1.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=g/guessit/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://guessit.readthedocs.io/en/latest/
|
||||
HOMEPAGE= https://guessit.readthedocs.io/
|
||||
COMMENT= Extracts as much information as possible from a video filename
|
||||
LICENSE= gnu-lgpl-v3
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-babelfish>=0.5.5:../../textproc/py-babelfish
|
||||
DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
|
||||
DEPENDS+= ${PYPKGPREFIX}-rebulk>=0.9.0:../../textproc/py-rebulk
|
||||
DEPENDS+= ${PYPKGPREFIX}-rebulk>=2.0.0:../../textproc/py-rebulk
|
||||
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.7.3:../../devel/py-test
|
||||
TEST_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
|
||||
#TEST_DEPENDS+= ${PYPKGPREFIX}-test-benchmark-[0-9]*: not yet packaged
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2019/06/15 19:04:24 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2020/05/17 21:07:03 adam Exp $
|
||||
bin/guessit-${PYVERSSUFFIX}
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
|
@ -77,6 +77,9 @@ ${PYSITELIB}/guessit/rules/markers/groups.pyo
|
|||
${PYSITELIB}/guessit/rules/markers/path.py
|
||||
${PYSITELIB}/guessit/rules/markers/path.pyc
|
||||
${PYSITELIB}/guessit/rules/markers/path.pyo
|
||||
${PYSITELIB}/guessit/rules/match_processors.py
|
||||
${PYSITELIB}/guessit/rules/match_processors.pyc
|
||||
${PYSITELIB}/guessit/rules/match_processors.pyo
|
||||
${PYSITELIB}/guessit/rules/processors.py
|
||||
${PYSITELIB}/guessit/rules/processors.pyc
|
||||
${PYSITELIB}/guessit/rules/processors.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.5 2019/06/15 19:04:24 adam Exp $
|
||||
$NetBSD: distinfo,v 1.6 2020/05/17 21:07:03 adam Exp $
|
||||
|
||||
SHA1 (guessit-3.0.4.tar.gz) = 5fd620449457b1680401c575ff51843030662584
|
||||
RMD160 (guessit-3.0.4.tar.gz) = fde7cf053cb3b23363772a0b991c04e8ada67e64
|
||||
SHA512 (guessit-3.0.4.tar.gz) = 289d559eedfb0fa165457a97b600f2e2998ae0a9db49cbf4394382524a5d81ae1c3a87509f9d5c97f25026c11f5875ff46c22b1a58483d040c92d1d3c58713d7
|
||||
Size (guessit-3.0.4.tar.gz) = 142331 bytes
|
||||
SHA1 (guessit-3.1.1.tar.gz) = 59d314e60d7aaae74b9a5faec74c802d66555702
|
||||
RMD160 (guessit-3.1.1.tar.gz) = da11c5728b3b6d16b5874efc02aaff4d60e808b9
|
||||
SHA512 (guessit-3.1.1.tar.gz) = 6a02c4024d286cf49c62e072bcb616a052cec1ce51d364b17cea1768504c4ecebba914a3bf5beda9a61dca0e7764c8642cb5b918a20fb25cdd7120ad1667825f
|
||||
Size (guessit-3.1.1.tar.gz) = 147605 bytes
|
||||
|
|
Loading…
Reference in a new issue