037983cf97
3.0.4: - screen_size property 540p was added. - Fix audio_channel detection for 6.0 - Fix common words being detected as language - streaming_service is now configurable in advanced options - Add DC Universe to streaming_service - Improve detection when release name in between brackets - Improve language detection - Fix wrong 3D detection - Fix to keep separators for single characters. E.g.: S.W.A.T. - Fix Show Name/Season SS/Ep. EE - Title - Added This is Us to default expected titles - Added suggested_expected to the api to support apps that uses guessit as a library - Added Extras detection as other property - Add more streaming sites
28 lines
1 KiB
Makefile
28 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.5 2019/06/15 19:04:24 adam Exp $
|
|
|
|
DISTNAME= guessit-3.0.4
|
|
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/
|
|
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
|
|
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
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
post-install:
|
|
cd ${DESTDIR}${PREFIX}/bin && \
|
|
${MV} guessit guessit-${PYVERSSUFFIX} || ${TRUE}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|