summaryrefslogtreecommitdiffstats
path: root/libraries/pyacoustid
diff options
context:
space:
mode:
author Dimitris Zlatanidis2016-05-31 21:03:41 +0200
committer Willy Sudiarto Raharjo2016-06-01 18:54:42 +0200
commit9e44b46c6bd6b534ee65ee4089c474e8407ccc58 (patch)
tree60ff557e30b18175c5b129fa9209fe145179394f /libraries/pyacoustid
parent47fc6bae2e61ddee50b4cf75fa32e850de9bf2fb (diff)
downloadslackbuilds-9e44b46c6bd6b534ee65ee4089c474e8407ccc58.tar.gz
libraries/pyacoustid: Updated for version 1.1.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'libraries/pyacoustid')
-rw-r--r--libraries/pyacoustid/README5
-rw-r--r--libraries/pyacoustid/pyacoustid.SlackBuild5
-rw-r--r--libraries/pyacoustid/pyacoustid.info6
3 files changed, 11 insertions, 5 deletions
diff --git a/libraries/pyacoustid/README b/libraries/pyacoustid/README
index 97d4973372..6b1fdeab08 100644
--- a/libraries/pyacoustid/README
+++ b/libraries/pyacoustid/README
@@ -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
diff --git a/libraries/pyacoustid/pyacoustid.SlackBuild b/libraries/pyacoustid/pyacoustid.SlackBuild
index f8375b1ebc..aa06c08974 100644
--- a/libraries/pyacoustid/pyacoustid.SlackBuild
+++ b/libraries/pyacoustid/pyacoustid.SlackBuild
@@ -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
diff --git a/libraries/pyacoustid/pyacoustid.info b/libraries/pyacoustid/pyacoustid.info
index e2ecef1994..7e44fd5a21 100644
--- a/libraries/pyacoustid/pyacoustid.info
+++ b/libraries/pyacoustid/pyacoustid.info
@@ -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"