From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D407D138359 for ; Sat, 10 Oct 2020 07:23:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0D37E0901; Sat, 10 Oct 2020 07:23:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB723E0901 for ; Sat, 10 Oct 2020 07:23:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3CAAC340FB0 for ; Sat, 10 Oct 2020 07:23:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F9493B5 for ; Sat, 10 Oct 2020 07:22:58 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1602314556.3399658765ae0d7a09afbdac7e2ca78b45658852.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyacoustid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyacoustid/Manifest dev-python/pyacoustid/pyacoustid-1.2.0.ebuild X-VCS-Directories: dev-python/pyacoustid/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 3399658765ae0d7a09afbdac7e2ca78b45658852 X-VCS-Branch: master Date: Sat, 10 Oct 2020 07:22:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3bcf6a61-f18c-4544-aa6f-33c2def4b824 X-Archives-Hash: b02f9e28f7e2cc6b5e8945b26e781b32 commit: 3399658765ae0d7a09afbdac7e2ca78b45658852 Author: Diogo Pereira gmail com> AuthorDate: Sat Oct 3 13:51:32 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Oct 10 07:22:36 2020 +0000 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 00000000000..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 +}