dev-python/python-mpd2: update SRC_URI

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

View File

@ -1,3 +1,3 @@
DIST python-mpd2-3.0.5.tar.gz 57963 BLAKE2B 956caa2adf7f0b9fc90891487a3c67a03a7ebbceb06aea96475390a78a89573c5c6383a829b44c89e07f686020794116f01da519180d30818da948031360f743 SHA512 f5715fbca5d607f89ba34ca4d34628f3d22d8df107ee5384c824f734c7da5429e87cfaef5a0eed56d6b47bc13b051cf0bade0de8fc2b1db7793b52ab35fbe1f3
EBUILD python-mpd2-3.0.5.ebuild 676 BLAKE2B d4e6779c8270f0f613cb1ff60647cf0c7984c80af7345dd1c81cbcc30429a204e06a7128021d999dbae4ef323defcf87cdc870af54ac30117502cd6c914c824d SHA512 c22f6a4954e09e6afa829137deef5c223a75fd769c3e734f1e36d7d8034145800487d0ef3112d984ce350082165d498e476c2c142f5814c9a0dca56fcb835e37
EBUILD python-mpd2-3.0.5.ebuild 641 BLAKE2B c04e3a24753f35b72ac246fe5a0306dc1d8646b45ff664c30f955fd0aa26c7fd9011f74e3abe4356f8295286b21f6ada063262fe65f120c5eced05bba89083bf SHA512 8aff30fa23b40702f9afa480a55a7fa94beea5e4fa7691f7cd4a295d259722c1d3d530ebc56c548b3b29e6e9ea13142126800d34b22c4bce8d2e53eec884e6ed
MISC metadata.xml 514 BLAKE2B 249449a89effc0644ec08d81ac65bdfe82a503028ed97d1b65b1ddce11577c62280ddf95c63a34e58b909d4da04005f4d27ede0a4056b060000e24c4e129656d SHA512 381385a7716f5810914bc41502b077cd70eb08a556c9218c0181955d1a2d471c0668013d8d325d32a0c035f4f786884173cfe54165ca7349e5469211015d929f

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="A Python MPD client library"
HOMEPAGE="https://github.com/Mic92/python-mpd2 https://pypi.org/project/python-mpd2/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
@ -20,7 +20,6 @@ RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]