diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-04-30 09:59:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:52:13 +0700 |
commit | 1b9b8f27e9cc8caa5753c6ab79a5317cd240597c (patch) | |
tree | 25e4e45b15ac071ca391a6b19f9056c149d6f817 /libraries/pyacoustid | |
parent | d306321789d1766314408f00467b083095ca8d7d (diff) |
libraries/pyacoustid: Updated for version 1.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/pyacoustid')
-rw-r--r-- | libraries/pyacoustid/README | 6 | ||||
-rw-r--r-- | libraries/pyacoustid/pyacoustid.SlackBuild | 7 | ||||
-rw-r--r-- | libraries/pyacoustid/pyacoustid.info | 12 |
3 files changed, 13 insertions, 12 deletions
diff --git a/libraries/pyacoustid/README b/libraries/pyacoustid/README index 5ad024881bfb..0b904f837ed8 100644 --- a/libraries/pyacoustid/README +++ b/libraries/pyacoustid/README @@ -4,6 +4,6 @@ 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 +If you want to build this for use with Python 2.x (require python2) +pass the script PYTHON2=yes, like + PYTHON2=yes ./pyacoustid.SlackBuild diff --git a/libraries/pyacoustid/pyacoustid.SlackBuild b/libraries/pyacoustid/pyacoustid.SlackBuild index d02fd1d19ae9..5471516fc78b 100644 --- a/libraries/pyacoustid/pyacoustid.SlackBuild +++ b/libraries/pyacoustid/pyacoustid.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for pyacoustid +# Copyright 2022 fourtysixandtwo <fourtysixandtwo@sliderr.net> # Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pyacoustid -VERSION=${VERSION:-1.1.5} +VERSION=${VERSION:-1.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -64,8 +65,8 @@ else LIBDIRSUFFIX="" fi -PYTHON=python -[ "${PYTHON3:-no}" = "yes" ] && PYTHON=python3 +PYTHON=python3 +[ "${PYTHON2:-no}" = "yes" ] && PYTHON=python2 set -e diff --git a/libraries/pyacoustid/pyacoustid.info b/libraries/pyacoustid/pyacoustid.info index 6267fdd120c3..5d6963ed2dbe 100644 --- a/libraries/pyacoustid/pyacoustid.info +++ b/libraries/pyacoustid/pyacoustid.info @@ -1,10 +1,10 @@ PRGNAM="pyacoustid" -VERSION="1.1.5" +VERSION="1.2.2" HOMEPAGE="https://github.com/sampsyo/pyacoustid" -DOWNLOAD="https://pypi.python.org/packages/da/d1/bf83cce400d5513891ea52e83fde42f17299f80a380f427d50428f817a3c/pyacoustid-1.1.5.tar.gz" -MD5SUM="036a4754343d1f9c894004c82d8309bd" +DOWNLOAD="https://files.pythonhosted.org/packages/97/e6/aeada0cc05e510d655f17a4336d5a108e4bdfa95eb7d3cc0ca5415bbe568/pyacoustid-1.2.2.tar.gz" +MD5SUM="1ae706128e7cf2cdbc9628c2ac3da579" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="audioread" -MAINTAINER="Dimitris Zlatanidis" -EMAIL="d.zlatanidis@gmail.com" +REQUIRES="audioread chromaprint" +MAINTAINER="fourtysixandtwo" +EMAIL="fourtysixandtwo@sliderr.net" |