python/guessit: Updated for version 2.0.4.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-09-25 05:14:57 +03:00 committed by Willy Sudiarto Raharjo
parent 730db14f71
commit 95bb516eb5
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
4 changed files with 15 additions and 15 deletions

View File

@ -1,5 +1,5 @@
GuessIt is a python library that extracts as much information
as possible from a video file. It has a very powerful filename
matcher that allows to guess a lot of metadata from a video
using its filename only. This matcher works with both movies
GuessIt is a python library that extracts as much information
as possible from a video file. It has a very powerful filename
matcher that allows to guess a lot of metadata from a video
using its filename only. This matcher works with both movies
and tv shows episodes.

View File

@ -2,7 +2,7 @@
# Slackware build script for guessit
# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=guessit
VERSION=${VERSION:-0.10.3}
VERSION=${VERSION:-2.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View File

@ -1,10 +1,10 @@
PRGNAM="guessit"
VERSION="0.10.3"
VERSION="2.0.4"
HOMEPAGE="http://guessit.readthedocs.org/"
DOWNLOAD="https://pypi.python.org/packages/source/g/guessit/guessit-0.10.3.tar.gz"
MD5SUM="11e658f9b0473d61d681579c03c196c3"
DOWNLOAD="https://pypi.python.org/packages/96/e7/18c5bb92f677a68bec85f926a15ddb690e789873ca3761e224dd7855af92/guessit-2.0.4.tar.gz"
MD5SUM="2fc60912f7a12ca9573e265de23556d6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="babelfish stevedore python-requests guess-language enzyme python-dateutil"
REQUIRES="babelfish rebulk python-dateutil"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"

View File

@ -8,9 +8,9 @@
|-----handy-ruler------------------------------------------------------|
guessit: guessit (library from video files)
guessit:
guessit: GuessIt is a python library that extracts as much information as
guessit: GuessIt is a python library that extracts as much information as
guessit: possible from a video file. It has a very powerful filename matcher
guessit: that allows to guess a lot of metadata from a video using its
guessit: that allows to guess a lot of metadata from a video using its
guessit: filename only. This matcher works with both movies and tv shows
guessit: episodes.
guessit: