dev-python/python-clementine-remote: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 21:35:33 +01:00 committed by Andreas Billmeier
parent c5690a048f
commit bb0178a007
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST python-clementine-remote-1.0.1.tar.gz 31115 BLAKE2B c23d6a86e23d325c86c2b74c7a09d6281c916d1a6e0825a5b643c852c240058f5878cb8a1bb614aaaa1ce3266950a745e2dc6c1f4a7190f7b321461ccf6e264f SHA512 5496e877bd1f699ff401dc3adc2ca1c7051288d1d6aa731e1daa86109cc0e54fc2cf8ad19207878e2bc25dfd570a93274b3ef96f147d9d063d75a30f85956c45
EBUILD python-clementine-remote-1.0.1.ebuild 773 BLAKE2B b9acd88ff59e3ecb832e8df666629b9df6be5d56618709ae640115a41bf670de258dda5d8ffc1f9c6054e9b22609f9d6c1e6dafa730b6a98ae5394811d34792e SHA512 3491ca44eabd88b5c70f358bdc27368da54bcbc28c69d5c1a01cf755fcf4c4111d3e10cb7d148c9c57e37c7bb0e03e545c997aa2767ce3b66e66c71b7439c333
EBUILD python-clementine-remote-1.0.1.ebuild 738 BLAKE2B 0026e2e91c999ec5e3f20c8307107d65b0762169f79b34c209b966b33a7f22e30a4fd5f77c3ba75c6eb6ee0b38a3140fe82a6daa01dbe5610d39f732f03830c9 SHA512 5a8fcdc93c317e55ce071b5ad47080ddb74b9109ccc52a7c2ddefd444459f17618ee0c3e97dce925b479177d51b32558ccea036bc891c087edb903a2b5e49e94
MISC metadata.xml 547 BLAKE2B 1efb8e65b3f4b29ea42f8088eddf4ebca7201f50eb7d11b15e4535b383cd51e6e90b6fc0663783d41d4399d53a5da5bc9875b5a3a5109d611bbdc54b89483ee4 SHA512 fdb97fe53704135fc24ffccc7dd4c947bc386c161670b73beab41efd8f7fde6c171fb30c2e1a980edc6e2934df067ae0abc60ff228cffa65cc9f3615d550b0d2

View File

@ -1,15 +1,15 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Python library and CLI for the Clementine Music Player remote protocol."
HOMEPAGE="https://github.com/jjmontesl/python-clementine-remote https://pypi.org/project/python-clementine-remote/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -21,7 +21,6 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-python/protobuf-python[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"