diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
commit | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch) | |
tree | 4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /dev-python/pyacoustid | |
parent | b284a3168fa91a038925d2ecf5e4791011ea5e7d (diff) |
gentoo resync : 15.12.2019
Diffstat (limited to 'dev-python/pyacoustid')
-rw-r--r-- | dev-python/pyacoustid/Manifest | 6 | ||||
-rw-r--r-- | dev-python/pyacoustid/pyacoustid-1.0.0-r1.ebuild | 26 | ||||
-rw-r--r-- | dev-python/pyacoustid/pyacoustid-1.1.7.ebuild (renamed from dev-python/pyacoustid/pyacoustid-1.1.5.ebuild) | 8 |
3 files changed, 7 insertions, 33 deletions
diff --git a/dev-python/pyacoustid/Manifest b/dev-python/pyacoustid/Manifest index c3408674da26..31d0029091ae 100644 --- a/dev-python/pyacoustid/Manifest +++ b/dev-python/pyacoustid/Manifest @@ -1,5 +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 -EBUILD pyacoustid-1.0.0-r1.ebuild 651 BLAKE2B d49dfd64d56756094fdabe2866f4a16fd7c7d4668164c71b91974fd55ec9cddb243442f83d73d84a581bd7e7a8939aa1240b098e75bc6d1b55d119aacc2d74f2 SHA512 105d6c8f1274e15c43f381378ef73dd2aee258b5d5b44d64c0b1977fa08dfe7533b0a35f1a81d9b3e2ae3d9de5912a853ce4c7d513f80dc92cb7e31bcea69bf7 -EBUILD pyacoustid-1.1.5.ebuild 749 BLAKE2B ee5918754cddd0a972b055187fab408ba446ede046c153acd70d263f95eaebe2fdda505ea5a19286d2e5b7ac0d8e73d9b962ff6c48eb39192d288da4abeb4cc1 SHA512 5b8c9ef28b2d1c24439f8d9f7037858c6ba235d8b65594debc67057d285a440b5aa6017686f8c0920241acf7fa58cee78adf754302ae1942c44251e5c376b02e +DIST pyacoustid-1.1.7.tar.gz 14990 BLAKE2B 866fa4a03032f15daa2b8dd06119eb6edc777dec4bc673fe2564363f85906bbe451b2ca16e6911e143e7172c728f1a700f5fc426f9a4de9786c1429e475379cc SHA512 2bd301ce51df8a352c71493dac5b5c15cdd0af0a9a0bf0c8640857a9d99c5f0c9d59c5c2bf8c2aec61689481dacc42948f847e0c11ac7d581a7338e6d1088162 +EBUILD pyacoustid-1.1.7.ebuild 744 BLAKE2B 8de7b3954d5512fa989dd3e0f3c23a76a8a2b0bc9aee693307992ba92b04fe018896650ca2326ed681a792cf16a514ad8b0ef1b5f3803bf9c4ce540a98cb9f1e SHA512 77e6cbfc2fc361ba116c98e1aa916952d4dc943060360e2b2b130c569245ece9a229bceb4496ff2b407afebeb2ab39b478ae880b06dd55a00c4985a3a39e778b MISC metadata.xml 911 BLAKE2B fc4c4a10000f8c9ebe95b4687cfa087b930b9f4ad3b2a94e8e6ef8e3d210ba618824cef6513ecedc4902172b3255b43096cd8e132b7e0a68498fc70b9b9bfb59 SHA512 fa81f319c0c6e6963e8b37570006e411374191551411005945dc64f0c75242a7585aab6830f13b527ab0efc7f2ce56e260571c372c93c8c026a775f49709cbee 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 b2a85cadc4b2..000000000000 --- 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.7.ebuild index 372951e6c9c2..f5c4e4ee7de1 100644 --- a/dev-python/pyacoustid/pyacoustid-1.1.5.ebuild +++ b/dev-python/pyacoustid/pyacoustid-1.1.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 @@ -17,9 +17,11 @@ KEYWORDS="~amd64 ~x86" IUSE="examples" BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/audioread[${PYTHON_USEDEP}] +RDEPEND=" + dev-python/audioread[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] - media-libs/chromaprint" + media-libs/chromaprint +" src_install() { distutils-r1_src_install |