From d934827bf44b7cfcf6711964418148fa60877668 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 25 Nov 2020 22:39:15 +0000 Subject: gentoo resync : 25.11.2020 --- dev-python/pyacoustid/Manifest | 4 ++-- dev-python/pyacoustid/pyacoustid-1.1.7.ebuild | 34 --------------------------- dev-python/pyacoustid/pyacoustid-1.2.0.ebuild | 33 ++++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 36 deletions(-) delete mode 100644 dev-python/pyacoustid/pyacoustid-1.1.7.ebuild create mode 100644 dev-python/pyacoustid/pyacoustid-1.2.0.ebuild (limited to 'dev-python/pyacoustid') diff --git a/dev-python/pyacoustid/Manifest b/dev-python/pyacoustid/Manifest index 31d0029091ae..3dcd7d5ef8f9 100644 --- a/dev-python/pyacoustid/Manifest +++ b/dev-python/pyacoustid/Manifest @@ -1,3 +1,3 @@ -DIST pyacoustid-1.1.7.tar.gz 14990 BLAKE2B 866fa4a03032f15daa2b8dd06119eb6edc777dec4bc673fe2564363f85906bbe451b2ca16e6911e143e7172c728f1a700f5fc426f9a4de9786c1429e475379cc SHA512 2bd301ce51df8a352c71493dac5b5c15cdd0af0a9a0bf0c8640857a9d99c5f0c9d59c5c2bf8c2aec61689481dacc42948f847e0c11ac7d581a7338e6d1088162 -EBUILD pyacoustid-1.1.7.ebuild 744 BLAKE2B 8de7b3954d5512fa989dd3e0f3c23a76a8a2b0bc9aee693307992ba92b04fe018896650ca2326ed681a792cf16a514ad8b0ef1b5f3803bf9c4ce540a98cb9f1e SHA512 77e6cbfc2fc361ba116c98e1aa916952d4dc943060360e2b2b130c569245ece9a229bceb4496ff2b407afebeb2ab39b478ae880b06dd55a00c4985a3a39e778b +DIST pyacoustid-1.2.0.tar.gz 15770 BLAKE2B 9a5d62a8b8450393aec103d3755ed9e1fa999b6d4b25d1180d12e96020bb8bcf44b32f7de2e7de2ab0902ca9e65b352bc09edca173ce738019f4ca3330489875 SHA512 45827841df97b0f3a5d090edb076456fb822dfb35f3efbe55cc2877801b6c706f22a38f216d4ce7e4217d7da650e2116cfd987ea87000c828b06221fb8b06312 +EBUILD pyacoustid-1.2.0.ebuild 694 BLAKE2B fc67b0da9028b56429cf458bf591285fcbdbc5f948e692d8620ea09a7a70328775e87c764eeac6d6722985c2bb18dd87b15b8e4c02be66d0638fd6de69ccd943 SHA512 6ffef7fca5dd07d1d4c9578b95ca8f84239cb0f8ca142a5e456edcceefd29981110e0961da4687b10dbb248898c7a19ba6b1b9e4298c2e499323dd6579a4575d MISC metadata.xml 911 BLAKE2B fc4c4a10000f8c9ebe95b4687cfa087b930b9f4ad3b2a94e8e6ef8e3d210ba618824cef6513ecedc4902172b3255b43096cd8e132b7e0a68498fc70b9b9bfb59 SHA512 fa81f319c0c6e6963e8b37570006e411374191551411005945dc64f0c75242a7585aab6830f13b527ab0efc7f2ce56e260571c372c93c8c026a775f49709cbee diff --git a/dev-python/pyacoustid/pyacoustid-1.1.7.ebuild b/dev-python/pyacoustid/pyacoustid-1.1.7.ebuild deleted file mode 100644 index f5c4e4ee7de1..000000000000 --- a/dev-python/pyacoustid/pyacoustid-1.1.7.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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 -} 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 000000000000..22f63e1faf79 --- /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 +} -- cgit v1.2.3