dev-python/brunt: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 18:43:04 +02:00 committed by Andreas Billmeier
parent 11a6fb8e5e
commit 2c83a87205
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 16 deletions

View File

@ -1,3 +1,3 @@
DIST brunt-1.2.0.tar.gz 21351 BLAKE2B 2c630100164a4275888b22f38f0531bd05e36da27585ced28a9a875b9abeae070f24f89fb88d71187272c039012b23f672ee8795d64b4389c04857c0a9bece80 SHA512 9b221f43602b8d3d3a0624a089fa884d8c3e471e9daec3d22241718d6621263cd9464ac4eab5b651b1decfcee543b4a97e33b4daf6a0f3a347a0c598b0d009a5
EBUILD brunt-1.2.0.ebuild 755 BLAKE2B 902ed278d4db7d7c42f2161aa58a8f7a2be023047e4a07163d3c5c28b04f970039b941e31112847472b6fbf86e746bdeb67e28d3f2436c9d05e0855379bb6593 SHA512 1659e1f7cd881457a72259419ef8c5f737531123d75a527c467b8e570dde94b7f5d0d2cdb77fb9b2a3b5622fce84ad4ad689d05c8cf6999852676e000c712917
EBUILD brunt-1.2.0.ebuild 597 BLAKE2B 906a2732cccfc3b7b621cf387d9b0b32da0a9f5248353fc101facce5d4b066d225c51e2dda72aea162b622748bdf5d8d966d289c258a5927cbdaf4482084aa37 SHA512 232c1f23c1126777c5c8431e9666210b740af56320305b1621566426afabb4c99fdc2429042f14f5cba91bc16cdaa7b94eb2101bd586775d60cee7a89cc75ee2
MISC metadata.xml 523 BLAKE2B 535158fd617fd3e07ba16a12c06ac078ae52d90e3f7f74f135e81dfea06f0886273dd9ee9cf6bf0d22a749f6f3e1c1a708b3f165b83c99a1c791b96628e4a9d2 SHA512 e3fac58702417194571af4cd51fee00ade0e5ea428f5fca521e380ed6f4f06e20a4ba19f80d6648d6129934162a27e7429a3bbb97118add8cedad6326d94a631

View File

@ -1,15 +1,13 @@
# 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="Unofficial python SDK for Brunt, this package allows you to control your Brunt devices from code."
HOMEPAGE="https://github.com/eavanvalkenburg/brunt-api https://pypi.org/project/brunt/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -20,14 +18,5 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${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