libraries/pyacoustid: Updated for version 1.1.2.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-05-31 22:03:41 +03:00 committed by Willy Sudiarto Raharjo
parent 47fc6bae2e
commit 9e44b46c6b
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 11 additions and 5 deletions

View file

@ -3,3 +3,8 @@ high-quality, open-source acoustic fingerprinting system.
This package provides Python bindings for both the fingerprinting
algorithm library, which is written in C but portable, and the Web
service, which provides fingerprint lookups.
If you want to build this for use with Python 3.x (require python3)
pass the script PYTHON3=yes, like
PYTHON3=yes ./pyacoustid.SlackBuild

View file

@ -2,7 +2,7 @@
# Slackware build script for pyacoustid
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pyacoustid
VERSION=${VERSION:-1.1.0}
VERSION=${VERSION:-1.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -55,6 +55,7 @@ else
fi
PYTHON=python
[ "${PYTHON3:-no}" = "yes" ] && PYTHON=python3
set -e

View file

@ -1,8 +1,8 @@
PRGNAM="pyacoustid"
VERSION="1.1.0"
VERSION="1.1.2"
HOMEPAGE="https://github.com/sampsyo/pyacoustid"
DOWNLOAD="https://pypi.python.org/packages/source/p/pyacoustid/pyacoustid-1.1.0.tar.gz"
MD5SUM="b27c714d530300b917eb869726334226"
DOWNLOAD="https://pypi.python.org/packages/5d/46/ec1efbd394fecee79e9ce55c6fcdccf1f830667723a845d2e3ab1f9540bf/pyacoustid-1.1.2.tar.gz"
MD5SUM="2ff7a3ff399b4c3a2ab1d53538ba0a4f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-requests audioread"