From 44795695bdd87c829badcdb71eaca1770fae79bb Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Thu, 2 Nov 2023 23:12:02 +0100 Subject: [PATCH] dev-python/tellcore-py: update SRC_URI Signed-off-by: Andreas Billmeier --- dev-python/tellcore-py/Manifest | 2 +- dev-python/tellcore-py/tellcore-py-1.1.2.ebuild | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/dev-python/tellcore-py/Manifest b/dev-python/tellcore-py/Manifest index 5734baabb..2633c0a76 100644 --- a/dev-python/tellcore-py/Manifest +++ b/dev-python/tellcore-py/Manifest @@ -1,3 +1,3 @@ DIST tellcore-py-1.1.2.tar.gz 41517 BLAKE2B d3774b93f7eb874bbcc5f9e15c8b3cbcc2a09cbf2017a080bd377559f1ed94d83cc440f1595fc2a5bcbe119d2d1340b539f6624e6c2ceac0fc2fa5c6a7c78232 SHA512 371a2962092bc8f56c26a7a28f137d77960d3a119bb6a18233bab8d7b161bf51ae84eddb0752770dd3f5ca3a0fe9f651d708c61d154b667307c2e1c4abc78f29 -EBUILD tellcore-py-1.1.2.ebuild 633 BLAKE2B b1bff77cc334ad903e76485d15c931a80b4083683dc8aa25504f199793a0b0085e9ea02bec577f5a87c87b9f8d6121fbfce067bc901574291059109b3f6369b3 SHA512 1e7cb47ec179bf5a952aa4bac9d012adc477d8c6da5fd1fcd7181b1c39e55e8cc480fc3e32c13cec3c27624484911097458a6c06b612f1a826324790adfed037 +EBUILD tellcore-py-1.1.2.ebuild 597 BLAKE2B 39250c940d4a12519cfa3f3bfe158bbc64a0c835870a9d783902cea680d5ad95e8112e1e41b0b1af290eb735061b20c81e4023d497ba59880d76eff51ee50b75 SHA512 3049a95725024471e955a35ee9846858c030a105ad0464a3cabbd56157cec9cff387ca41c6c41a22e6ced1763ed4b2e4393989ebe8ac2a7dd137c00606f5a504 MISC metadata.xml 515 BLAKE2B c614ec5a723b9adb22f0d1a6c873f286d4c35615d06e191038a1868493806082ed36b0c2090eeb3374ab56fe3296520dce2e796f75bc92921e91ce31301050f1 SHA512 eaeb65753529f14540b974b9e0076d6ed97bafc91069902aacb3acd138d8cbf6b8de606fa63440fab653a7d6613ba0019771e05e6e39bb345258e96c10306269 diff --git a/dev-python/tellcore-py/tellcore-py-1.1.2.ebuild b/dev-python/tellcore-py/tellcore-py-1.1.2.ebuild index 7320657e1..d196f33d9 100644 --- a/dev-python/tellcore-py/tellcore-py-1.1.2.ebuild +++ b/dev-python/tellcore-py/tellcore-py-1.1.2.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="Python wrapper for Telldus' home automation library" HOMEPAGE="https://github.com/erijo/tellcore-py https://pypi.org/project/tellcore-py/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" @@ -20,7 +19,6 @@ RESTRICT="!test? ( test )" DOCS="README.rst" BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )"