[gentoo-commits] repo/gentoo:master commit in: dev-python/pyacoustid/

2024-05-22 Thread Matt Jolly
commit: 3fe85978f1a1217c594f060831119050d4976d1b
Author: Matt Jolly  gentoo  org>
AuthorDate: Mon May 13 09:09:18 2024 +
Commit: Matt Jolly  gentoo  org>
CommitDate: Wed May 22 13:17:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fe85978

dev-python/pyacoustid: enable py3.12

Signed-off-by: Matt Jolly  gentoo.org>

 dev-python/pyacoustid/pyacoustid-1.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyacoustid/pyacoustid-1.3.0.ebuild 
b/dev-python/pyacoustid/pyacoustid-1.3.0.ebuild
index 331d7b4c5248..aad519dc1f39 100644
--- a/dev-python/pyacoustid/pyacoustid-1.3.0.ebuild
+++ b/dev-python/pyacoustid/pyacoustid-1.3.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyacoustid/

2023-10-15 Thread Michał Górny
commit: b84d23c9d7399c16f1f71fdbb9c1797633f9e32e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 15 14:28:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 15 15:27:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b84d23c9

dev-python/pyacoustid: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pyacoustid/Manifest   |  1 -
 dev-python/pyacoustid/pyacoustid-1.2.2-r1.ebuild | 47 
 2 files changed, 48 deletions(-)

diff --git a/dev-python/pyacoustid/Manifest b/dev-python/pyacoustid/Manifest
index 0d4fc802c0c2..47dc05cff509 100644
--- a/dev-python/pyacoustid/Manifest
+++ b/dev-python/pyacoustid/Manifest
@@ -1,3 +1,2 @@
-DIST pyacoustid-1.2.2.tar.gz 15869 BLAKE2B 
01f327dd640819dd799f48b32e859fe39dccda3fd62714bf324c8219cf7053b36f1399793523634e9d4f3c6405bed5050abb34bdf53c72ff0ee22708fb57225a
 SHA512 
5bcb3f017c3013eb8fc9e335540a1f5e6a52fc2fefa53d5ef246ba16e4ff615dd1d1cf08b5c80b1a38b149e0fa7dc0b15e4890dcc3f5478ef874b4ec22cf0813
 DIST pyacoustid-1.3.0.tar.gz 17369 BLAKE2B 
93f949943d792b4c1f4b2b99ae37821c1ffa5c7a2bbeda7aed276e6ad4f9ad35e5fc4c6e590667bee552710eec483cf2a16f58a7f34a1f02c94b4cb84ec45cf4
 SHA512 
3b38e580b2deda30df683fe749b338929be0ca23fb3ff462a5df9b98f140db4bde682d74254e7f3a157e394e824ecb6929171392b5e6c9bd92ca05fb6f71ed0a
 DIST pyacoustid-test.mp3 4507187 BLAKE2B 
54494d9f23481f9d1ee77b136ac3e1790e9fb78c782159ad1793dbebf18f694e13f6413a8259bae84c789f73ea8241e590dbd7e30ccb7377b2afa946335da19b
 SHA512 
faa582640e759322d4bd58d85f4aa7d3ef88fd90aa3c67c1390ba6d4c3213278c11fb60c8d6c87a25e82dffcc54986caa4f0e463acfbcd90993166577e5226d8

diff --git a/dev-python/pyacoustid/pyacoustid-1.2.2-r1.ebuild 
b/dev-python/pyacoustid/pyacoustid-1.2.2-r1.ebuild
deleted file mode 100644
index 9717fc34dac7..
--- a/dev-python/pyacoustid/pyacoustid-1.2.2-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python bindings for Chromaprint and the AcoustID web service"
-HOMEPAGE="https://pypi.org/project/pyacoustid/";
-SRC_URI+="
-   test? (
-   
https://s3.wasabisys.com/blocsonic/releases/maxblocs/bsmx0198/01-Follow_192kb.mp3
-   -> ${PN}-test.mp3
-   )
-"
-
-LICENSE="MIT test? ( CC-BY-SA-4.0 )"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="examples test"
-
-# Tests fail with network-sandbox, since they need to connect to acoustid.org
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND="
-   dev-python/audioread[${PYTHON_USEDEP},ffmpeg]
-   dev-python/requests[${PYTHON_USEDEP}]
-   media-libs/chromaprint
-"
-
-python_test() {
-   # Working test will print the top metadata match from Acoustid's 
database.
-   "${EPYTHON}" aidmatch.py "${DISTDIR}/${PN}-test.mp3" || die "Test 
failed with ${EPYTHON}"
-}
-
-src_install() {
-   distutils-r1_src_install
-
-   if use examples ; then
-   docinto examples
-   dodoc aidmatch.py fpcalc.py
-   docompress -x /usr/share/doc/${PF}/examples/
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyacoustid/

2023-10-15 Thread Sam James
commit: 39824f2c4c46446635ee07f37da6a9c28d7f59e7
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 15 07:59:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 15 07:59:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39824f2c

dev-python/pyacoustid: Stabilize 1.3.0 amd64, #915750

Signed-off-by: Sam James  gentoo.org>

 dev-python/pyacoustid/pyacoustid-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyacoustid/pyacoustid-1.3.0.ebuild 
b/dev-python/pyacoustid/pyacoustid-1.3.0.ebuild
index 168c291cc74a..331d7b4c5248 100644
--- a/dev-python/pyacoustid/pyacoustid-1.3.0.ebuild
+++ b/dev-python/pyacoustid/pyacoustid-1.3.0.ebuild
@@ -22,7 +22,7 @@ SRC_URI+="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="examples test"
 # Tests fail with network-sandbox, since they need to connect to acoustid.org
 PROPERTIES="test_network"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyacoustid/

2023-09-12 Thread Michał Górny
commit: c6f65982792bf30e419e3a2749212589855ca42b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 13 02:32:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 13 02:32:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f65982

dev-python/pyacoustid: Bump to 1.3.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pyacoustid/Manifest|  1 +
 dev-python/pyacoustid/pyacoustid-1.3.0.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/pyacoustid/Manifest b/dev-python/pyacoustid/Manifest
index 0be135d373c9..0d4fc802c0c2 100644
--- a/dev-python/pyacoustid/Manifest
+++ b/dev-python/pyacoustid/Manifest
@@ -1,2 +1,3 @@
 DIST pyacoustid-1.2.2.tar.gz 15869 BLAKE2B 
01f327dd640819dd799f48b32e859fe39dccda3fd62714bf324c8219cf7053b36f1399793523634e9d4f3c6405bed5050abb34bdf53c72ff0ee22708fb57225a
 SHA512 
5bcb3f017c3013eb8fc9e335540a1f5e6a52fc2fefa53d5ef246ba16e4ff615dd1d1cf08b5c80b1a38b149e0fa7dc0b15e4890dcc3f5478ef874b4ec22cf0813
+DIST pyacoustid-1.3.0.tar.gz 17369 BLAKE2B 
93f949943d792b4c1f4b2b99ae37821c1ffa5c7a2bbeda7aed276e6ad4f9ad35e5fc4c6e590667bee552710eec483cf2a16f58a7f34a1f02c94b4cb84ec45cf4
 SHA512 
3b38e580b2deda30df683fe749b338929be0ca23fb3ff462a5df9b98f140db4bde682d74254e7f3a157e394e824ecb6929171392b5e6c9bd92ca05fb6f71ed0a
 DIST pyacoustid-test.mp3 4507187 BLAKE2B 
54494d9f23481f9d1ee77b136ac3e1790e9fb78c782159ad1793dbebf18f694e13f6413a8259bae84c789f73ea8241e590dbd7e30ccb7377b2afa946335da19b
 SHA512 
faa582640e759322d4bd58d85f4aa7d3ef88fd90aa3c67c1390ba6d4c3213278c11fb60c8d6c87a25e82dffcc54986caa4f0e463acfbcd90993166577e5226d8

diff --git a/dev-python/pyacoustid/pyacoustid-1.3.0.ebuild 
b/dev-python/pyacoustid/pyacoustid-1.3.0.ebuild
new file mode 100644
index ..168c291cc74a
--- /dev/null
+++ b/dev-python/pyacoustid/pyacoustid-1.3.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python bindings for Chromaprint and the AcoustID web service"
+HOMEPAGE="
+   https://github.com/beetbox/pyacoustid/
+   https://pypi.org/project/pyacoustid/
+"
+SRC_URI+="
+   test? (
+   
https://s3.wasabisys.com/blocsonic/releases/maxblocs/bsmx0198/01-Follow_192kb.mp3
+   -> ${PN}-test.mp3
+   )
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples test"
+# Tests fail with network-sandbox, since they need to connect to acoustid.org
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND="
+   dev-python/audioread[${PYTHON_USEDEP},ffmpeg]
+   dev-python/requests[${PYTHON_USEDEP}]
+   media-libs/chromaprint
+"
+
+python_test() {
+   # Working test will print the top metadata match from Acoustid's 
database.
+   "${EPYTHON}" aidmatch.py "${DISTDIR}/${PN}-test.mp3" ||
+   die "Test failed with ${EPYTHON}"
+}
+
+src_install() {
+   distutils-r1_src_install
+
+   if use examples ; then
+   docinto examples
+   dodoc aidmatch.py fpcalc.py
+   docompress -x /usr/share/doc/${PF}/examples/
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyacoustid/

2023-04-19 Thread Michał Górny
commit: da4d3ea7d3b7daaa9ef4a2ccade92b3b458d8f32
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 19 10:23:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 19 10:23:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da4d3ea7

dev-python/pyacoustid: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pyacoustid/pyacoustid-1.2.2.ebuild | 33 ---
 1 file changed, 33 deletions(-)

diff --git a/dev-python/pyacoustid/pyacoustid-1.2.2.ebuild 
b/dev-python/pyacoustid/pyacoustid-1.2.2.ebuild
deleted file mode 100644
index 61b5d16abefb..
--- a/dev-python/pyacoustid/pyacoustid-1.2.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for Chromaprint and the AcoustID web service"
-HOMEPAGE="https://pypi.org/project/pyacoustid/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="examples"
-
-RDEPEND="
-   dev-python/audioread[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   media-libs/chromaprint
-"
-
-src_install() {
-   distutils-r1_src_install
-
-   if use examples ; then
-   docinto examples
-   dodoc aidmatch.py fpcalc.py
-   docompress -x /usr/share/doc/${PF}/examples/
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyacoustid/

2023-04-19 Thread Sam James
commit: 29bf51b2b143b65897c44c10ae0454a69dc862e0
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 19 09:41:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 19 09:42:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29bf51b2

dev-python/pyacoustid: Stabilize 1.2.2-r1 amd64, #904591

Signed-off-by: Sam James  gentoo.org>

 dev-python/pyacoustid/pyacoustid-1.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyacoustid/pyacoustid-1.2.2-r1.ebuild 
b/dev-python/pyacoustid/pyacoustid-1.2.2-r1.ebuild
index b77542b9ba82..9717fc34dac7 100644
--- a/dev-python/pyacoustid/pyacoustid-1.2.2-r1.ebuild
+++ b/dev-python/pyacoustid/pyacoustid-1.2.2-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI+="
 
 LICENSE="MIT test? ( CC-BY-SA-4.0 )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="examples test"
 
 # Tests fail with network-sandbox, since they need to connect to acoustid.org



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyacoustid/

2023-03-16 Thread Michał Górny
commit: a6172ed53eb13fa919f91e4f4b0662e5fcd54f6a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 18:57:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 05:31:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6172ed5

dev-python/pyacoustid: Use pypi.eclass

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pyacoustid/pyacoustid-1.2.2-r1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/pyacoustid/pyacoustid-1.2.2-r1.ebuild 
b/dev-python/pyacoustid/pyacoustid-1.2.2-r1.ebuild
index 0b0c3a8fd45f..b77542b9ba82 100644
--- a/dev-python/pyacoustid/pyacoustid-1.2.2-r1.ebuild
+++ b/dev-python/pyacoustid/pyacoustid-1.2.2-r1.ebuild
@@ -5,12 +5,11 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Python bindings for Chromaprint and the AcoustID web service"
 HOMEPAGE="https://pypi.org/project/pyacoustid/";
-SRC_URI="
-   mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+SRC_URI+="
test? (

https://s3.wasabisys.com/blocsonic/releases/maxblocs/bsmx0198/01-Follow_192kb.mp3
-> ${PN}-test.mp3



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyacoustid/

2023-02-22 Thread Sam James
commit: f707f65b608446281aa1d7201709530828f98ded
Author: Petr Vaněk  atlas  cz>
AuthorDate: Tue Feb 21 16:07:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 22 12:31:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f707f65b

dev-python/pyacoustid: enable py3.11

- python 3.11 enabled
- add network restricted test with a random song under CC-BB-SA license
- dev-python/audioread needs to enable ffmpeg use in order to make the
  test work properly

Signed-off-by: Petr Vaněk  atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/29718
Signed-off-by: Sam James  gentoo.org>

 dev-python/pyacoustid/Manifest   |  1 +
 dev-python/pyacoustid/pyacoustid-1.2.2-r1.ebuild | 48 
 2 files changed, 49 insertions(+)

diff --git a/dev-python/pyacoustid/Manifest b/dev-python/pyacoustid/Manifest
index 6fb5e78771ed..0be135d373c9 100644
--- a/dev-python/pyacoustid/Manifest
+++ b/dev-python/pyacoustid/Manifest
@@ -1 +1,2 @@
 DIST pyacoustid-1.2.2.tar.gz 15869 BLAKE2B 
01f327dd640819dd799f48b32e859fe39dccda3fd62714bf324c8219cf7053b36f1399793523634e9d4f3c6405bed5050abb34bdf53c72ff0ee22708fb57225a
 SHA512 
5bcb3f017c3013eb8fc9e335540a1f5e6a52fc2fefa53d5ef246ba16e4ff615dd1d1cf08b5c80b1a38b149e0fa7dc0b15e4890dcc3f5478ef874b4ec22cf0813
+DIST pyacoustid-test.mp3 4507187 BLAKE2B 
54494d9f23481f9d1ee77b136ac3e1790e9fb78c782159ad1793dbebf18f694e13f6413a8259bae84c789f73ea8241e590dbd7e30ccb7377b2afa946335da19b
 SHA512 
faa582640e759322d4bd58d85f4aa7d3ef88fd90aa3c67c1390ba6d4c3213278c11fb60c8d6c87a25e82dffcc54986caa4f0e463acfbcd90993166577e5226d8

diff --git a/dev-python/pyacoustid/pyacoustid-1.2.2-r1.ebuild 
b/dev-python/pyacoustid/pyacoustid-1.2.2-r1.ebuild
new file mode 100644
index ..0b0c3a8fd45f
--- /dev/null
+++ b/dev-python/pyacoustid/pyacoustid-1.2.2-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for Chromaprint and the AcoustID web service"
+HOMEPAGE="https://pypi.org/project/pyacoustid/";
+SRC_URI="
+   mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+   test? (
+   
https://s3.wasabisys.com/blocsonic/releases/maxblocs/bsmx0198/01-Follow_192kb.mp3
+   -> ${PN}-test.mp3
+   )
+"
+
+LICENSE="MIT test? ( CC-BY-SA-4.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples test"
+
+# Tests fail with network-sandbox, since they need to connect to acoustid.org
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND="
+   dev-python/audioread[${PYTHON_USEDEP},ffmpeg]
+   dev-python/requests[${PYTHON_USEDEP}]
+   media-libs/chromaprint
+"
+
+python_test() {
+   # Working test will print the top metadata match from Acoustid's 
database.
+   "${EPYTHON}" aidmatch.py "${DISTDIR}/${PN}-test.mp3" || die "Test 
failed with ${EPYTHON}"
+}
+
+src_install() {
+   distutils-r1_src_install
+
+   if use examples ; then
+   docinto examples
+   dodoc aidmatch.py fpcalc.py
+   docompress -x /usr/share/doc/${PF}/examples/
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyacoustid/

2022-06-22 Thread Agostino Sarubbo
commit: e6b8c4ca1c1c6acae31a9e10c3a86abbf41907ba
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun 22 13:21:39 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun 22 13:22:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b8c4ca

dev-python/pyacoustid: amd64 stable wrt bug #826694

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pyacoustid/pyacoustid-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyacoustid/pyacoustid-1.2.2.ebuild 
b/dev-python/pyacoustid/pyacoustid-1.2.2.ebuild
index 5428e169fb59..878994af7c33 100644
--- a/dev-python/pyacoustid/pyacoustid-1.2.2.ebuild
+++ b/dev-python/pyacoustid/pyacoustid-1.2.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="examples"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyacoustid/

2022-06-16 Thread Michał Górny
commit: bd247946c1bbf05c7f818a10eb0957d83393828d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 16 08:07:06 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 16 08:07:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd247946

dev-python/pyacoustid: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pyacoustid/Manifest|  1 -
 dev-python/pyacoustid/pyacoustid-1.2.0.ebuild | 33 ---
 2 files changed, 34 deletions(-)

diff --git a/dev-python/pyacoustid/Manifest b/dev-python/pyacoustid/Manifest
index f17b3b2636b3..6fb5e78771ed 100644
--- a/dev-python/pyacoustid/Manifest
+++ b/dev-python/pyacoustid/Manifest
@@ -1,2 +1 @@
-DIST pyacoustid-1.2.0.tar.gz 15770 BLAKE2B 
9a5d62a8b8450393aec103d3755ed9e1fa999b6d4b25d1180d12e96020bb8bcf44b32f7de2e7de2ab0902ca9e65b352bc09edca173ce738019f4ca3330489875
 SHA512 
45827841df97b0f3a5d090edb076456fb822dfb35f3efbe55cc2877801b6c706f22a38f216d4ce7e4217d7da650e2116cfd987ea87000c828b06221fb8b06312
 DIST pyacoustid-1.2.2.tar.gz 15869 BLAKE2B 
01f327dd640819dd799f48b32e859fe39dccda3fd62714bf324c8219cf7053b36f1399793523634e9d4f3c6405bed5050abb34bdf53c72ff0ee22708fb57225a
 SHA512 
5bcb3f017c3013eb8fc9e335540a1f5e6a52fc2fefa53d5ef246ba16e4ff615dd1d1cf08b5c80b1a38b149e0fa7dc0b15e4890dcc3f5478ef874b4ec22cf0813

diff --git a/dev-python/pyacoustid/pyacoustid-1.2.0.ebuild 
b/dev-python/pyacoustid/pyacoustid-1.2.0.ebuild
deleted file mode 100644
index 7b23ee07bc58..
--- a/dev-python/pyacoustid/pyacoustid-1.2.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for Chromaprint and the AcoustID web service"
-HOMEPAGE="https://pypi.org/project/pyacoustid/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-RDEPEND="
-   dev-python/audioread[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   media-libs/chromaprint
-"
-
-src_install() {
-   distutils-r1_src_install
-
-   if use examples ; then
-   docinto examples
-   dodoc aidmatch.py fpcalc.py
-   docompress -x /usr/share/doc/${PF}/examples/
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyacoustid/

2022-05-30 Thread Sam James
commit: d086e3bda928fd1298ecf16b75a54c7480acef53
Author: Sam James  gentoo  org>
AuthorDate: Tue May 31 01:54:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 31 01:56:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d086e3bd

dev-python/pyacoustid: add 1.2.2

Signed-off-by: Sam James  gentoo.org>

 dev-python/pyacoustid/Manifest|  1 +
 dev-python/pyacoustid/pyacoustid-1.2.2.ebuild | 33 +++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/pyacoustid/Manifest b/dev-python/pyacoustid/Manifest
index b68f519a9475..f17b3b2636b3 100644
--- a/dev-python/pyacoustid/Manifest
+++ b/dev-python/pyacoustid/Manifest
@@ -1 +1,2 @@
 DIST pyacoustid-1.2.0.tar.gz 15770 BLAKE2B 
9a5d62a8b8450393aec103d3755ed9e1fa999b6d4b25d1180d12e96020bb8bcf44b32f7de2e7de2ab0902ca9e65b352bc09edca173ce738019f4ca3330489875
 SHA512 
45827841df97b0f3a5d090edb076456fb822dfb35f3efbe55cc2877801b6c706f22a38f216d4ce7e4217d7da650e2116cfd987ea87000c828b06221fb8b06312
+DIST pyacoustid-1.2.2.tar.gz 15869 BLAKE2B 
01f327dd640819dd799f48b32e859fe39dccda3fd62714bf324c8219cf7053b36f1399793523634e9d4f3c6405bed5050abb34bdf53c72ff0ee22708fb57225a
 SHA512 
5bcb3f017c3013eb8fc9e335540a1f5e6a52fc2fefa53d5ef246ba16e4ff615dd1d1cf08b5c80b1a38b149e0fa7dc0b15e4890dcc3f5478ef874b4ec22cf0813

diff --git a/dev-python/pyacoustid/pyacoustid-1.2.2.ebuild 
b/dev-python/pyacoustid/pyacoustid-1.2.2.ebuild
new file mode 100644
index ..5428e169fb59
--- /dev/null
+++ b/dev-python/pyacoustid/pyacoustid-1.2.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for Chromaprint and the AcoustID web service"
+HOMEPAGE="https://pypi.org/project/pyacoustid/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+RDEPEND="
+   dev-python/audioread[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   media-libs/chromaprint
+"
+
+src_install() {
+   distutils-r1_src_install
+
+   if use examples ; then
+   docinto examples
+   dodoc aidmatch.py fpcalc.py
+   docompress -x /usr/share/doc/${PF}/examples/
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyacoustid/

2022-02-06 Thread Jonas Stein
commit: 7138ae1b0e3132812c6ff970a46e81d9b331d972
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Feb  6 11:14:42 2022 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sun Feb  6 11:18:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7138ae1b

dev-python/pyacoustid: Maintainer retired

Proxied maintainer retired due to inactivity.
Bug: https://bugs.gentoo.org/633102
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein  gentoo.org>

 dev-python/pyacoustid/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/dev-python/pyacoustid/metadata.xml 
b/dev-python/pyacoustid/metadata.xml
index bf5d02476656..773173d307b0 100644
--- a/dev-python/pyacoustid/metadata.xml
+++ b/dev-python/pyacoustid/metadata.xml
@@ -1,14 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   sir.su...@gmail.com
-   Diogo Pereira
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+   

Chromaprint and its associated Acoustid Web service make up a 
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.




[gentoo-commits] repo/gentoo:master commit in: dev-python/pyacoustid/

2021-05-14 Thread Sam James
commit: 9258384a0edef06a6bb7d9c742d28e00405175db
Author: Guillaume Seren  gmail  com>
AuthorDate: Mon May 10 21:05:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 14 11:21:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9258384a

dev-python/pyacoustid: enable Python3.9

Closes: https://bugs.gentoo.org/789141
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Guillaume Seren  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-python/pyacoustid/pyacoustid-1.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyacoustid/pyacoustid-1.2.0.ebuild 
b/dev-python/pyacoustid/pyacoustid-1.2.0.ebuild
index 720eb05f8b6..7b23ee07bc5 100644
--- a/dev-python/pyacoustid/pyacoustid-1.2.0.ebuild
+++ b/dev-python/pyacoustid/pyacoustid-1.2.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyacoustid/

2020-10-10 Thread Joonas Niilola
commit: 3399658765ae0d7a09afbdac7e2ca78b45658852
Author: Diogo Pereira  gmail  com>
AuthorDate: Sat Oct  3 13:51:32 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Oct 10 07:22:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33996587

dev-python/pyacoustid: version bump to 1.2.0

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Diogo Pereira  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17760
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/pyacoustid/Manifest|  1 +
 dev-python/pyacoustid/pyacoustid-1.2.0.ebuild | 33 +++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/pyacoustid/Manifest b/dev-python/pyacoustid/Manifest
index 4ad37cc0f19..54807430a2c 100644
--- a/dev-python/pyacoustid/Manifest
+++ b/dev-python/pyacoustid/Manifest
@@ -1 +1,2 @@
 DIST pyacoustid-1.1.7.tar.gz 14990 BLAKE2B 
866fa4a03032f15daa2b8dd06119eb6edc777dec4bc673fe2564363f85906bbe451b2ca16e6911e143e7172c728f1a700f5fc426f9a4de9786c1429e475379cc
 SHA512 
2bd301ce51df8a352c71493dac5b5c15cdd0af0a9a0bf0c8640857a9d99c5f0c9d59c5c2bf8c2aec61689481dacc42948f847e0c11ac7d581a7338e6d1088162
+DIST pyacoustid-1.2.0.tar.gz 15770 BLAKE2B 
9a5d62a8b8450393aec103d3755ed9e1fa999b6d4b25d1180d12e96020bb8bcf44b32f7de2e7de2ab0902ca9e65b352bc09edca173ce738019f4ca3330489875
 SHA512 
45827841df97b0f3a5d090edb076456fb822dfb35f3efbe55cc2877801b6c706f22a38f216d4ce7e4217d7da650e2116cfd987ea87000c828b06221fb8b06312

diff --git a/dev-python/pyacoustid/pyacoustid-1.2.0.ebuild 
b/dev-python/pyacoustid/pyacoustid-1.2.0.ebuild
new file mode 100644
index 000..22f63e1faf7
--- /dev/null
+++ b/dev-python/pyacoustid/pyacoustid-1.2.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for Chromaprint and the AcoustID web service"
+HOMEPAGE="https://pypi.org/project/pyacoustid/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+RDEPEND="
+   dev-python/audioread[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   media-libs/chromaprint
+"
+
+src_install() {
+   distutils-r1_src_install
+
+   if use examples ; then
+   docinto examples
+   dodoc aidmatch.py fpcalc.py
+   docompress -x /usr/share/doc/${PF}/examples/
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyacoustid/

2019-12-07 Thread Andreas Sturmlechner
commit: 7d8959409f6b35a02199588a8777ca5cdb714472
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec  7 17:37:23 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec  7 22:51:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d895940

dev-python/pyacoustid: 1.1.7 version bump

Non-maintainer commit.

Closes: https://bugs.gentoo.org/696668
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pyacoustid/Manifest|  1 +
 dev-python/pyacoustid/pyacoustid-1.1.7.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/pyacoustid/Manifest b/dev-python/pyacoustid/Manifest
index b2cab13fe92..270a271aa09 100644
--- a/dev-python/pyacoustid/Manifest
+++ b/dev-python/pyacoustid/Manifest
@@ -1,2 +1,3 @@
 DIST pyacoustid-1.0.0.tar.gz 10476 BLAKE2B 
363bf1bee4c124fc57126febf50c34a395ded074df8d3b9661b015b6b653f473ef79837f2078b7b21375d3b3624f75b1070d3c28ab3fa4d619e1ae088129898c
 SHA512 
4eabf32e7d958bf7330e852184f5ddf3105007179ca2c45b75c1a5b0f0898649e703aa333cffccac85eb7b18b54255f2e5d588897adfb9f0ef2596e9c0b2fe5a
 DIST pyacoustid-1.1.5.tar.gz 11846 BLAKE2B 
920894d914f5eac15bd62fab7a018937691e8eb7774fe65821bd6a8088e81dba19d178866bfd01b991750c6298714a1b51f948da987207a6adad1e0c1689afa4
 SHA512 
5b71446b9adbc73335b5962081e880365580b8e0aac746e8137e8819ba91d73ec41814eba13fd1b04c5bad5f2b5a3aaad57db118981ab4eac9dea12f709afe91
+DIST pyacoustid-1.1.7.tar.gz 14990 BLAKE2B 
866fa4a03032f15daa2b8dd06119eb6edc777dec4bc673fe2564363f85906bbe451b2ca16e6911e143e7172c728f1a700f5fc426f9a4de9786c1429e475379cc
 SHA512 
2bd301ce51df8a352c71493dac5b5c15cdd0af0a9a0bf0c8640857a9d99c5f0c9d59c5c2bf8c2aec61689481dacc42948f847e0c11ac7d581a7338e6d1088162

diff --git a/dev-python/pyacoustid/pyacoustid-1.1.7.ebuild 
b/dev-python/pyacoustid/pyacoustid-1.1.7.ebuild
new file mode 100644
index 000..f5c4e4ee7de
--- /dev/null
+++ b/dev-python/pyacoustid/pyacoustid-1.1.7.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for Chromaprint and the AcoustID web service"
+HOMEPAGE="https://pypi.org/project/pyacoustid/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/audioread[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   media-libs/chromaprint
+"
+
+src_install() {
+   distutils-r1_src_install
+
+   if use examples ; then
+   docinto examples
+   dodoc aidmatch.py fpcalc.py
+   docompress -x /usr/share/doc/${PF}/examples/
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyacoustid/, profiles/

2019-12-07 Thread Andreas Sturmlechner
commit: 3ceae2319bdcaf4ec2e9d8283cc7b9f0510869c2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec  7 17:40:06 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec  7 22:51:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ceae231

dev-python/pyacoustid: Drop 1.0.0-r1 and 1.1.5

Non-maintainer commit.

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pyacoustid/Manifest   |  2 --
 dev-python/pyacoustid/pyacoustid-1.0.0-r1.ebuild | 26 ---
 dev-python/pyacoustid/pyacoustid-1.1.5.ebuild| 32 
 profiles/package.mask|  1 -
 4 files changed, 61 deletions(-)

diff --git a/dev-python/pyacoustid/Manifest b/dev-python/pyacoustid/Manifest
index 270a271aa09..4ad37cc0f19 100644
--- a/dev-python/pyacoustid/Manifest
+++ b/dev-python/pyacoustid/Manifest
@@ -1,3 +1 @@
-DIST pyacoustid-1.0.0.tar.gz 10476 BLAKE2B 
363bf1bee4c124fc57126febf50c34a395ded074df8d3b9661b015b6b653f473ef79837f2078b7b21375d3b3624f75b1070d3c28ab3fa4d619e1ae088129898c
 SHA512 
4eabf32e7d958bf7330e852184f5ddf3105007179ca2c45b75c1a5b0f0898649e703aa333cffccac85eb7b18b54255f2e5d588897adfb9f0ef2596e9c0b2fe5a
-DIST pyacoustid-1.1.5.tar.gz 11846 BLAKE2B 
920894d914f5eac15bd62fab7a018937691e8eb7774fe65821bd6a8088e81dba19d178866bfd01b991750c6298714a1b51f948da987207a6adad1e0c1689afa4
 SHA512 
5b71446b9adbc73335b5962081e880365580b8e0aac746e8137e8819ba91d73ec41814eba13fd1b04c5bad5f2b5a3aaad57db118981ab4eac9dea12f709afe91
 DIST pyacoustid-1.1.7.tar.gz 14990 BLAKE2B 
866fa4a03032f15daa2b8dd06119eb6edc777dec4bc673fe2564363f85906bbe451b2ca16e6911e143e7172c728f1a700f5fc426f9a4de9786c1429e475379cc
 SHA512 
2bd301ce51df8a352c71493dac5b5c15cdd0af0a9a0bf0c8640857a9d99c5f0c9d59c5c2bf8c2aec61689481dacc42948f847e0c11ac7d581a7338e6d1088162

diff --git a/dev-python/pyacoustid/pyacoustid-1.0.0-r1.ebuild 
b/dev-python/pyacoustid/pyacoustid-1.0.0-r1.ebuild
deleted file mode 100644
index b2a85cadc4b..000
--- a/dev-python/pyacoustid/pyacoustid-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python module for Chromaprint acoustic fingerprinting and the 
Acoustid API"
-HOMEPAGE="https://pypi.org/project/pyacoustid/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="media-libs/chromaprint
-   dev-python/audioread[${PYTHON_USEDEP}]"
-
-python_install_all() {
-   use examples && local EXAMPLES=( ./aidmatch.py)
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/pyacoustid/pyacoustid-1.1.5.ebuild 
b/dev-python/pyacoustid/pyacoustid-1.1.5.ebuild
deleted file mode 100644
index 372951e6c9c..000
--- a/dev-python/pyacoustid/pyacoustid-1.1.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for Chromaprint and the AcoustID web service"
-HOMEPAGE="https://pypi.org/project/pyacoustid/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/audioread[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   media-libs/chromaprint"
-
-src_install() {
-   distutils-r1_src_install
-
-   if use examples ; then
-   docinto examples
-   dodoc aidmatch.py fpcalc.py
-   docompress -x /usr/share/doc/${PF}/examples/
-   fi
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index a7595ce6b05..e4d73961d69 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -108,7 +108,6 @@ media-sound/whipper
 dev-python/hachoir-regex
 app-misc/hachoir-subfile
 dev-python/pymad
-dev-python/pyacoustid
 media-sound/beets
 dev-python/numdisplay
 dev-python/python-fastcgi



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyacoustid/

2018-07-06 Thread Andreas Sturmlechner
commit: aefa18a4b002a96c1a560d2bcabb1f692dd21256
Author: Diogo Pereira  gmail  com>
AuthorDate: Fri Jul  6 22:34:29 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jul  6 22:54:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aefa18a4

dev-python/pyacoustid: version bump to 1.1.5

Closes: https://bugs.gentoo.org/653966
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/pyacoustid/Manifest|  1 +
 dev-python/pyacoustid/pyacoustid-1.1.5.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/pyacoustid/Manifest b/dev-python/pyacoustid/Manifest
index 16fbea4bc06..b2cab13fe92 100644
--- a/dev-python/pyacoustid/Manifest
+++ b/dev-python/pyacoustid/Manifest
@@ -1 +1,2 @@
 DIST pyacoustid-1.0.0.tar.gz 10476 BLAKE2B 
363bf1bee4c124fc57126febf50c34a395ded074df8d3b9661b015b6b653f473ef79837f2078b7b21375d3b3624f75b1070d3c28ab3fa4d619e1ae088129898c
 SHA512 
4eabf32e7d958bf7330e852184f5ddf3105007179ca2c45b75c1a5b0f0898649e703aa333cffccac85eb7b18b54255f2e5d588897adfb9f0ef2596e9c0b2fe5a
+DIST pyacoustid-1.1.5.tar.gz 11846 BLAKE2B 
920894d914f5eac15bd62fab7a018937691e8eb7774fe65821bd6a8088e81dba19d178866bfd01b991750c6298714a1b51f948da987207a6adad1e0c1689afa4
 SHA512 
5b71446b9adbc73335b5962081e880365580b8e0aac746e8137e8819ba91d73ec41814eba13fd1b04c5bad5f2b5a3aaad57db118981ab4eac9dea12f709afe91

diff --git a/dev-python/pyacoustid/pyacoustid-1.1.5.ebuild 
b/dev-python/pyacoustid/pyacoustid-1.1.5.ebuild
new file mode 100644
index 000..413c07cfff8
--- /dev/null
+++ b/dev-python/pyacoustid/pyacoustid-1.1.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for Chromaprint and the AcoustID web service"
+HOMEPAGE="https://pypi.org/project/pyacoustid/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/audioread[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   media-libs/chromaprint"
+
+src_install() {
+   distutils-r1_src_install
+
+   if use examples ; then
+   docinto examples
+   dodoc aidmatch.py fpcalc.py
+   docompress -x /usr/share/doc/${PF}/examples/
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyacoustid/

2018-07-06 Thread Andreas Sturmlechner
commit: 26917dcd3c594be01693b710ddc772476a917021
Author: Diogo Pereira  gmail  com>
AuthorDate: Wed Jun 27 21:37:26 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jul  6 22:54:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26917dcd

dev-python/pyacoustid: update metadata

- Add myself as proxied maintainer
- Add upstream GitHub repository information

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9063

 dev-python/pyacoustid/metadata.xml | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/dev-python/pyacoustid/metadata.xml 
b/dev-python/pyacoustid/metadata.xml
index cc75a3ff517..2bc25277529 100644
--- a/dev-python/pyacoustid/metadata.xml
+++ b/dev-python/pyacoustid/metadata.xml
@@ -1,11 +1,20 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   sir.su...@gmail.com
+   Diogo Pereira
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

Chromaprint and its associated Acoustid Web service make up a 
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.


pyacoustid
+   beetbox/pyacoustid
+   https://github.com/beetbox/pyacoustid/issues