dev-python/pdunehd: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 19:31:47 +02:00 committed by Andreas Billmeier
parent ef5ef074de
commit 14cda23f4b
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST pdunehd-1.3.2.tar.gz 2121 BLAKE2B c2411096e70da242b8393e7bf0abbd8bba0f13fe9b4cea2bb9838f5f9a6d7902261bf432596067b30e0a94721b33b41a2d0d3b2d644786fe2f0cdb5e0a8ad766 SHA512 1a1a08565742f80d01dbb0b506c5d39add5a3106e6af6f5f851d9bedef2a5390ea0d5fb657a3ae112071689c4940d6f566480b668e4daec2b73ddb5253c14c7c
EBUILD pdunehd-1.3.2.ebuild 711 BLAKE2B 1902504d2cc8637ff7db7b76990638a2e0573e4e7c24cb3e85824b9e6b8f6de1bc980bf798c16ca4afbb7b2698442602ce06ae1ef1b2206c8a8ee99e80dd272d SHA512 e7ec43c81afc6ca23c02e6742984fea529d86db8ee0fd5dcbf21c3cc2516c4f3f057c87c13c80b85ed08d6456c6d558f793e03c36824086fc1a1eb63727551e6
EBUILD pdunehd-1.3.2.ebuild 656 BLAKE2B 13b7770f08397b3cbf957af1617c73a987ed7522b45db79f69f9a5024146de0a042d9447fc5b7d4874d06e70453fcbd212bb41994c9beb23ac39b61112b8317e SHA512 237885a7310c9caf1c228c72ac97ec846f70defc764193f7868ae70dc79f80032c28dfb17812a643a77e59cb3ee43f0a17d5035124972e6af1bb5149953fe67e
MISC metadata.xml 528 BLAKE2B 47272f9a9ff69ec1a6ef2b97b81245abce5dc6bf9ab1568475803ed578228e38668cce6c508d64897fa725fc36bd4c1c6ef81d6798aa079a67ae4f1a9f01af24 SHA512 1f4dac175f4eb9873ac457254298fd2e55fc4d756b4407fc0ea3f63a045075da7be3a4e73d875e7f683ad349de7a1b71dbf3c27e8e572c010056463c09143f95

View File

@ -1,15 +1,14 @@
# 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
inherit distutils-r1 pypi
DESCRIPTION="A Python wrapper for Dune HD media player API"
HOMEPAGE="https://github.com/valentinalexeev/pdunehd https://pypi.org/project/pdunehd/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -21,7 +20,6 @@ DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"