dev-python/heatmiserV3: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
996563c7f4
commit
930177bfcc
@ -1,3 +1,3 @@
|
||||
DIST heatmiserV3-1.1.18.tar.gz 6713 BLAKE2B 5b7b072b4093795ac977b88fb9d13dc661abdd0f3df0fd44c1d7a9fc6928d7cd11b6f1752973a72991febbf20a6afd7b0b5faada84b5959c5bbd7ab94a165e76 SHA512 cb097bc8f3fe7e05179842b3aedbb007f93d0d5e33ecab34c8917ede4f44647e1affcc073390dcbdeddc2b98c639e4f786eef9ac8f9e8371fcf24d786486c7f4
|
||||
EBUILD heatmiserV3-1.1.18.ebuild 701 BLAKE2B c376137cf2197adef7c1c37ccc19d4ba8073925402c7d8c0d4b424d29a14a6baf44f76e99d979e456adf641752cf661a4050e7e3214254206d3f65ac74f1ed88 SHA512 58c85bcec55637b7303fa3e6745dd1d86c7342a5540859503039b1f1c2a92e10ed6e6d888851ee9f99116ed3fb463e0aa0145beefd6e21ed8c81a7d3c266e84e
|
||||
EBUILD heatmiserV3-1.1.18.ebuild 666 BLAKE2B 34cee720dffb956872f52a54b20769a0ecd80166ccae6dbf091661a1052f318a3ee3381fe17cb6c51c619194f59550c65f013bc98d562aeccf31791367c535b8 SHA512 fff7bbfd31ff4ad4fc2064d2cf3961a3c6b33118b9b018f2121d3da0dba7c62127d1bf49d8d2236351e4c0d23ba869611d1ec1c621580e1ce8d894e13dc53923
|
||||
MISC metadata.xml 515 BLAKE2B e511c22bce7bed5038e347a54fe73ed74f04fedeb2bcb833707caa7773e1d157ce81d2670e4d5c231c882e7293bfa2a43e42bc42dcbb18f98ae5d8acf81b1f09 SHA512 423b30f198396716a0458e2d64a451f538899e7d44a169e2c234fc70c7beb0804cca84ebcff99338da6d5a270a60a108bbdb57a22ad37f292954836903cb1201
|
||||
|
||||
@ -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="A library to interact with Heatmiser Themostats using V3"
|
||||
HOMEPAGE="https://github.com/andylockran/heatmiserV3 https://pypi.org/project/heatmiserV3/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
@ -19,7 +19,6 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="dev-python/pyserial[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user