From 179e133c262ad6bd5cfec91667ce930f37641cd7 Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Thu, 2 Nov 2023 22:21:23 +0100 Subject: [PATCH] dev-python/rpi-bad-power: update SRC_URI Signed-off-by: Andreas Billmeier --- README.md | 4 ++-- dev-python/rpi-bad-power/Manifest | 2 +- dev-python/rpi-bad-power/rpi-bad-power-0.1.0.ebuild | 12 +++++------- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a5766ac2f..1e248e187 100644 --- a/README.md +++ b/README.md @@ -612,11 +612,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E ## Licenses This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted. -There are 1909 Ebuilds in total, 1898 of them have in total 1917 (40 different) licenses assigned. +There are 1908 Ebuilds in total, 1897 of them have in total 1916 (40 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1097| +|MIT|1096| |Apache-2.0|416| |GPL-3|123| |BSD|105| diff --git a/dev-python/rpi-bad-power/Manifest b/dev-python/rpi-bad-power/Manifest index 87218d647..575d47fee 100644 --- a/dev-python/rpi-bad-power/Manifest +++ b/dev-python/rpi-bad-power/Manifest @@ -1,3 +1,3 @@ DIST rpi-bad-power-0.1.0.tar.gz 4498 BLAKE2B de20c97df704e2c3a7932172263d670e02b90a38f5ed097df6f612775c830b19c558b300e484d60c2c67ab43e8d2d51649f84f38c143f4ea0ff9294528e303ce SHA512 911f4bccbc9ffe5c6725ac30eb67271bdebbe4f5327128b85255fb2daf43e03c9d3568fae0456cf1a09fb17b63dfec097bfd10c956e4aaa63ab7b519b4b9c4fb -EBUILD rpi-bad-power-0.1.0.ebuild 673 BLAKE2B 9b479c22964809cf978bb91747d11185d4ad93f5ab2adb2a44270d94809434273e61ec198bde90f1d7c75b7062b92d31b8b2981f857af37524d07b724fa8492d SHA512 cc0bd2c374259aa41859f4156f2338c5ffa5e773776d7bf8f663e90f5b6e109ef42758135ca2826c5a14a3b175bb7187675fd25feee239c5f7e6b8131ce50407 +EBUILD rpi-bad-power-0.1.0.ebuild 637 BLAKE2B 37035ab7eecfd41aa5e2902c9fd1dcafed93eda66115b3edd0672046945bd792e55d49298e17bdb8bead0dd303c2f4c69d20c2c1352e6ecf53be2df36de29d2e SHA512 d663f01507cff552e41c3cdf7318235b35bde48f83d8bd891e3e785a619b20440f4a29eb7e2bf2abae1bdcac4c952e21db4c800d789dc1f8f79a289a7f6d6396 MISC metadata.xml 509 BLAKE2B 164dbb896a673ed52f5d941dfc79d53b975cca11d33c0af45ff63892fcd7561fc8442147fec55b84a038c14fd5f622a3fef5e95fadf72639ae21dc78ddc667be SHA512 25c39569790bfd9dc5ca99165e05131c60bb8e9c6b3f849ea6e261dd148d1de3ed78d1f00d29c70d574c94a5e6eb1149079413ba49738fbfb297427eb88a2dac diff --git a/dev-python/rpi-bad-power/rpi-bad-power-0.1.0.ebuild b/dev-python/rpi-bad-power/rpi-bad-power-0.1.0.ebuild index 4d9e0b130..5cbfce8c2 100644 --- a/dev-python/rpi-bad-power/rpi-bad-power-0.1.0.ebuild +++ b/dev-python/rpi-bad-power/rpi-bad-power-0.1.0.ebuild @@ -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 +PYPI_NO_NORMALIZE=1 +inherit distutils-r1 pypi DESCRIPTION="A Python library to detect bad power supply on Raspberry Pi" HOMEPAGE="https://github.com/shenxn/rpi-bad-power https://pypi.org/project/rpi-bad-power/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -20,7 +19,6 @@ RESTRICT="!test? ( test )" DOCS="README.md" BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )"