From 9e44b46c6bd6b534ee65ee4089c474e8407ccc58 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 31 May 2016 22:03:41 +0300 Subject: libraries/pyacoustid: Updated for version 1.1.2. Signed-off-by: Dimitris Zlatanidis --- libraries/pyacoustid/README | 5 +++++ libraries/pyacoustid/pyacoustid.SlackBuild | 5 +++-- libraries/pyacoustid/pyacoustid.info | 6 +++--- 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" -- cgit v1.2.3