dev-python/pymonoprice: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 22:18:32 +02:00 committed by Andreas Billmeier
parent 13112a0e10
commit 957252b684
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 4 additions and 15 deletions

View File

@ -1,3 +1,3 @@
DIST pymonoprice-0.4.tar.gz 9387 BLAKE2B 6577f4673ede6f48f5bea2bbd17ef42cc255bfd2ef752e04c51a84af2f9754aaeaba4c55b531e7b70da3a9205d847c9780acc446a0999d68d3d90a2145041aa7 SHA512 e0b71b2437804774b630407f37ab7f4bab7dfd1b55b9a0cf302826d9c67e3fd1da9125ed7279d69d8c25cba9bd27a7ababd376661bb94200811e2671567afb7c
EBUILD pymonoprice-0.4.ebuild 803 BLAKE2B f80ac1381483ba4e352e8fd3d9823693e2e0bf3b10306d9604c0db61972dd5a844967c1a12c3cc177cd833bdc2f54ec5175612dd587f96c9f93203e14f641a73 SHA512 22ba77a8d6048ef2b7e8641592a64c1fcebd55aaf9a3888f5e470c931f36b7600300b6c990fc7d1a7a8d3437cab7e7d6477a5c4e94b12e8e6d299f8421fd3f38
EBUILD pymonoprice-0.4.ebuild 614 BLAKE2B d1dcd552ad3c70ba5a9b9132a62036e6c0ee5c8a7157136dbdbeaccdad8444150da0fda846b0439aa02700be70a62ed24f3fdb7654f22e4c3224c4fb96f988a1 SHA512 616581207ee6d587b16cff2175d546c3639a1a92ff667d71e1fc82b0b96ef93d891dc123732e12539cd1410d062aa3a2a6fedd87239bb9383f5aea9439128bb3
MISC metadata.xml 513 BLAKE2B 04a09621e2c5a876700f8b16bb3e25da4875c2317eaf71eaadfc285c940463974087bb56b31f44739971d5ae9395e300bc6bbdb7da586e4b6b7063314987f798 SHA512 60f3527d8ea377dece637dca91974d67d2b8cfadb3e0261f4dd6fd7a1a31982cd2f5740c58bcbf897fefcc93b7f240bf201603f629e102cd135f29a150c1ebf0

View File

@ -1,16 +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} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Python API for talking to Monoprice 6-zone amplifier"
HOMEPAGE="https://github.com/etsinko/pymonoprice https://pypi.org/project/pymonoprice/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -22,14 +20,5 @@ RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/pyserial-3.4[${PYTHON_USEDEP}]
>=dev-python/pyserial-asyncio-0.4[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest