dev-python/somecomfort: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 22:34:52 +01:00 committed by Andreas Billmeier
parent 87d4d0e5b4
commit d12c2bfe49
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST somecomfort-0.8.0.tar.gz 53335 BLAKE2B ec6715902748efd8fc7e59bd4c6c7185d1d7be08eeddb9ce742de6fa357fdcdd2a542709d314a8823f4e2d86f63e8aade1219ba5146ed19e2974c3606dafa041 SHA512 f66e83e489f4ef4b91a09eb3e172542765cf0d3ccf5bcc6f40e57bfaa7b70432b1fa2812b562d787281f9459054be3dedd403df58aea06a2697b03b9284288a3
EBUILD somecomfort-0.8.0.ebuild 739 BLAKE2B 7bfe5564d3bab9b6b26d29d20f9d1900ea53c56752d32402f08edffda78980cb96ca0c7476721107cca106176d925e53fbfbad2e3e3e459f5c1d427051f69818 SHA512 030897b5f00d840996da46dda89220ef5aefe172ec59a7e8395368adb0f08ffc1a97e42e93993bfa20dc775115c83aef57ca96281c328c4f73ad47fc2b3e0eeb
EBUILD somecomfort-0.8.0.ebuild 683 BLAKE2B 6ed2f6a01b97528965df9fbcc161f00503f64cec1d7eb7bfc249da55a438d47da910b2af75f58f0e3a4bae320990b41dc397223b52bf8e36b2648d7ca49179f0 SHA512 a37813ed8dd616637386fe1a1a7ba58af5200e2ddf62fbe8ea854d2668361c1f7cef3b9011a5030603c606d5213ac39ddef01d864785975dfe7d7a5d29a2ce08
MISC metadata.xml 524 BLAKE2B ec718d71607b21b42ac2403a73d6c2d9ab89c689af9b087280ec3c07155ea249ce4d1b33a37c816a0b0254c50608dc08c390d5d5330da8e4bc9c8a6d26b2671e SHA512 7a2a3396fded79c44ec8cb5bf169bb1eb675280a3e68229190f6928db33958dbbacf4fa29e1d4d6a5296932c30b3043a0f3bf0f053ae63b80bf99f0135d0855a

View File

@ -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="A client for Honeywell's US-based cloud devices"
HOMEPAGE="https://github.com/kk7ds/somecomfort https://pypi.org/project/somecomfort/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
@ -21,7 +19,6 @@ RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/requests-2.9.0[${PYTHON_USEDEP}]
dev-python/prettytable[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"