pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-guessit
Module Name: pkgsrc
Committed By: adam
Date: Sat Sep 30 14:13:08 UTC 2017
Modified Files:
pkgsrc/textproc/py-guessit: ALTERNATIVES Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-guessit/ALTERNATIVES \
pkgsrc/textproc/py-guessit/Makefile pkgsrc/textproc/py-guessit/PLIST \
pkgsrc/textproc/py-guessit/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-guessit/ALTERNATIVES
diff -u pkgsrc/textproc/py-guessit/ALTERNATIVES:1.1 pkgsrc/textproc/py-guessit/ALTERNATIVES:1.2
--- pkgsrc/textproc/py-guessit/ALTERNATIVES:1.1 Fri Apr 14 14:13:18 2017
+++ pkgsrc/textproc/py-guessit/ALTERNATIVES Sat Sep 30 14:13:08 2017
@@ -1 +1 @@
-bin/guessit @PREFIX@/bin/guessit-@PYVERSSUFFIX@
+bin/guessit @PREFIX@/bin/guessit@PYVERSSUFFIX@
Index: pkgsrc/textproc/py-guessit/Makefile
diff -u pkgsrc/textproc/py-guessit/Makefile:1.1 pkgsrc/textproc/py-guessit/Makefile:1.2
--- pkgsrc/textproc/py-guessit/Makefile:1.1 Fri Apr 14 14:13:18 2017
+++ pkgsrc/textproc/py-guessit/Makefile Sat Sep 30 14:13:08 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2017/04/14 14:13:18 leot Exp $
+# $NetBSD: Makefile,v 1.2 2017/09/30 14:13:08 adam Exp $
-DISTNAME= guessit-2.1.2
+DISTNAME= guessit-2.1.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= textproc
+CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/guessit/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -10,16 +10,15 @@ HOMEPAGE= http://guessit.io/
COMMENT= Extracts as much information as possible from a video filename
LICENSE= gnu-lgpl-v3
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
-
DEPENDS+= ${PYPKGPREFIX}-babelfish>=0.5.5:../../textproc/py-babelfish
DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
-DEPENDS+= ${PYPKGPREFIX}-rebulk>=0.8.2:../../textproc/py-rebulk
+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:
- ${MV} ${DESTDIR}${PREFIX}/bin/guessit ${DESTDIR}${PREFIX}/bin/guessit-${PYVERSSUFFIX} || ${TRUE}
+ cd ${DESTDIR}${PREFIX}/bin && ${MV} guessit guessit${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
Index: pkgsrc/textproc/py-guessit/PLIST
diff -u pkgsrc/textproc/py-guessit/PLIST:1.1 pkgsrc/textproc/py-guessit/PLIST:1.2
--- pkgsrc/textproc/py-guessit/PLIST:1.1 Fri Apr 14 14:13:18 2017
+++ pkgsrc/textproc/py-guessit/PLIST Sat Sep 30 14:13:08 2017
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2017/04/14 14:13:18 leot Exp $
-bin/guessit-${PYVERSSUFFIX}
+@comment $NetBSD: PLIST,v 1.2 2017/09/30 14:13:08 adam Exp $
+bin/guessit${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
Index: pkgsrc/textproc/py-guessit/distinfo
diff -u pkgsrc/textproc/py-guessit/distinfo:1.1 pkgsrc/textproc/py-guessit/distinfo:1.2
--- pkgsrc/textproc/py-guessit/distinfo:1.1 Fri Apr 14 14:13:18 2017
+++ pkgsrc/textproc/py-guessit/distinfo Sat Sep 30 14:13:08 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/04/14 14:13:18 leot Exp $
+$NetBSD: distinfo,v 1.2 2017/09/30 14:13:08 adam Exp $
-SHA1 (guessit-2.1.2.tar.gz) = 330e0ea28392c175c6245d6f6f0346173b73deb1
-RMD160 (guessit-2.1.2.tar.gz) = 45befdf6f31ea1924d65a0255106af66c242cb79
-SHA512 (guessit-2.1.2.tar.gz) = 394098cb61cdd1d140e47a969dd86422d6856d2cda42dc7072ab9e482a0001d62f6ffe91d74a7bad04f274197e36e731ce203fe92930558969a94889d47c8e14
-Size (guessit-2.1.2.tar.gz) = 100478 bytes
+SHA1 (guessit-2.1.4.tar.gz) = 418c5c4bff203b30c1b4a81abf21cc3a626b71a9
+RMD160 (guessit-2.1.4.tar.gz) = e4a1a5d17b28ff915193bd9e92642871a4b18d5b
+SHA512 (guessit-2.1.4.tar.gz) = c6465c32a68d40698b75addb343d765e47b867dd7f9b8c912f70532a9e9ca54d0e40f70a393880347eea64535a65df5f79d83ea99dc996cd126ba91ca130a879
+Size (guessit-2.1.4.tar.gz) = 102907 bytes
Home |
Main Index |
Thread Index |
Old Index