dev-python/pyenphase: add 1.13.1
Closes: #2259 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
DIST pyenphase-1.11.4.tar.gz 18968 BLAKE2B 254c1523601d8c4f2634f1d9a4f61b52767216ec75f7578ade910fdba6dc07483b5c68e59c13d835c75e14298bce3d84397caf929ea71995df4888894cbca234 SHA512 3a16ffc05006e3a569df8c90878f5cd250162178721e25bec598d8e8713e30f101875a9eb11a126e2480bbb81213098b4d633acc00dd4002c272da0032e72c0c
|
||||
DIST pyenphase-1.13.1.tar.gz 20350 BLAKE2B a21c65a92d1bd55e678c295d30124126cb6d8b5137343f2586e549b0b54bb68d2c44fdc45961cea48e38a6b7bd475c2affa1969edeb862f9a2c03b738d8822c6 SHA512 72d98893e70f09844b66fce0bc4625ccd6599e0f6f880a74306570e832ebe3987e8708158f1ef4900b4804b3dccb74e3c0182b2dba9992b067d78c3ba4e1f04f
|
||||
EBUILD pyenphase-1.11.4.ebuild 919 BLAKE2B 16bb3c9ffcaca03d5f8568782c0282951436cd29eccd7317f780c9061d267b0ecaa0d84c9f89ce085a244acb2ef4f343ebac7f813dae3778f599d1139850358d SHA512 93b84cbc7ad096f4e2766a7428d734761b3160d4ebda3af1b8eb6c45f5eee38e0a4ef81afe713fac30b9fd5c69de101127a07c1f13e2b75d6f9712af81ddf19a
|
||||
EBUILD pyenphase-1.13.1.ebuild 919 BLAKE2B 16bb3c9ffcaca03d5f8568782c0282951436cd29eccd7317f780c9061d267b0ecaa0d84c9f89ce085a244acb2ef4f343ebac7f813dae3778f599d1139850358d SHA512 93b84cbc7ad096f4e2766a7428d734761b3160d4ebda3af1b8eb6c45f5eee38e0a4ef81afe713fac30b9fd5c69de101127a07c1f13e2b75d6f9712af81ddf19a
|
||||
MISC metadata.xml 510 BLAKE2B c1ea76d35278c77ed49f89616822abec43c8f23d52b18c00112ea306b8eb2bc5128e497b1dca8a241c5e6ec480f929db55a2274cf04482e177e8210187386b93 SHA512 448d6e3aa70e385b30bb2b2e672cbe053a3cb7157e25b3506a53cf21808596e4389eff5dc3edb2ce345124b5215e3092860ce5d7fd48e09216cc4aa44fa8e747
|
||||
|
||||
37
dev-python/pyenphase/pyenphase-1.13.1.ebuild
Normal file
37
dev-python/pyenphase/pyenphase-1.13.1.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Library to control enphase envoy"
|
||||
HOMEPAGE="https://github.com/pyenphase/pyenphase https://pypi.org/project/pyenphase/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/httpx-0.24.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/lxml-4.9.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyjwt-2.7.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/awesomeversion-22.9.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/tenacity-8.2.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/envoy-utils-0.0.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/orjson-3.9.2[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user