pkgsrc/textproc/py-guessit/Makefile
adam 99fd9ecebd py-guessit: update to 2.1.4
2.1.4:
Fix broken match function when using rebulk>=0.9.0.

2.1.3:
Add nzb as new container possible value
Add EAC3 as new audio_codec possible value
Add FullHD as new other possible value
Added python 3.6 support
Dropped python 2.6 support
Make container values consistent and always lowercase
Fix –type movie being ignored for movies that starts with numbers
Fix invalid language detection due the common words audio, true and unknown
Fix episode type detection when series name contains year followed by SEE pattern
2017-09-30 14:13:08 +00:00

25 lines
856 B
Makefile

# $NetBSD: Makefile,v 1.2 2017/09/30 14:13:08 adam Exp $
DISTNAME= guessit-2.1.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/guessit/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://guessit.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
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
USE_LANGUAGES= # none
post-install:
cd ${DESTDIR}${PREFIX}/bin && ${MV} guessit guessit${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"