dev-python/py-schluter: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 19:53:37 +02:00 committed by Andreas Billmeier
parent c3393bfff5
commit b1faa5cf5c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST py-schluter-0.1.7.tar.gz 3067 BLAKE2B ec3376674195e6f960629222e18b0152b6c3a6d295b5cda5d32a340a6ae823da1ef690f78ccf2b973e18843cb4fb0ca74dee32b9b98d32f5071626dfc56c186e SHA512 c07f8ae14c1d8875660d7e9ede8cc2696f53b8d7a3bff23cc82c336eb810c3264b17c00867e4c7ee01e8935c440f30b8deec958fb09fb7d02a7c152f0541c369
EBUILD py-schluter-0.1.7.ebuild 709 BLAKE2B 060a801cdc0262864df29a89dd61f86546f3e739ea0f7e530ad57283ced258a4db4315bf1f9a06f99691e275da410da88420181eec4c65665b4adc408e507b1a SHA512 57b7bfe8e7496172dbfeded9f7e2ac5d3098f3cabe9229c3f77cc92e469502fce294867bb57f89514f6803068e6a7a8ab6dbca041c8b9c57cd2978f169ed7efe
EBUILD py-schluter-0.1.7.ebuild 674 BLAKE2B a6c22ef831d88fbbd8ccb289526b8725b257bb0651b01dc31f815e5937cae536c9e23dbe6ee55eef58acaae706288077aa351bd0a6a31b6e61469e2f6742dc14 SHA512 5067e6f612d9743b6a642761c3d93b88879f6ef8117ea785efe209fd9a51945399b5d57f8d27c962338b6a3289b1c53c59d5c22334b889bbf407c0d9c7792058
MISC metadata.xml 524 BLAKE2B 0ba99b3f63e59ec593170f353edfe26a801578fa15c138d9d0dc9f28a8ccda0b5f8b7b749d3329ce452e1ce7298477863548f93375a4f84be3be99161e85e791 SHA512 ad5dd90df6c33994205045cbf31abe7a138cd45e0a27e084469e3fff3a86703b3f860e6df376a5bf07642f45d60325a97ce3d16db4fd6c5ce7e5b35a901ebec1

View File

@ -1,15 +1,15 @@
# 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 API for Schluter DITRA-HEAT thermostat"
HOMEPAGE="https://github.com/prairieapps/py-schluter https://pypi.org/project/py-schluter/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,7 +21,6 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"