From 2c83a872055c9f8bfb903a79f82d990eb51c02a7 Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Sat, 10 Jun 2023 18:43:04 +0200 Subject: [PATCH] dev-python/brunt: update SRC_URI Signed-off-by: Andreas Billmeier --- dev-python/brunt/Manifest | 2 +- dev-python/brunt/brunt-1.2.0.ebuild | 19 ++++--------------- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/dev-python/brunt/Manifest b/dev-python/brunt/Manifest index 513e0df9d..062b59100 100644 --- a/dev-python/brunt/Manifest +++ b/dev-python/brunt/Manifest @@ -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 diff --git a/dev-python/brunt/brunt-1.2.0.ebuild b/dev-python/brunt/brunt-1.2.0.ebuild index e24499227..fcb6ed4a6 100644 --- a/dev-python/brunt/brunt-1.2.0.ebuild +++ b/dev-python/brunt/brunt-1.2.0.ebuild @@ -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