Skip to content

Commit 478a791

Browse files
committed
dev-python/pytrydan: add 0.6.0
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3336 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent adf04c6 commit 478a791

File tree

3 files changed

+38
-3
lines changed

3 files changed

+38
-3
lines changed

dev-python/pytrydan/Manifest

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST pytrydan-0.4.0.tar.gz 11460 BLAKE2B e35eb186a54b15a47c433287947ed0b6c3ab2b1144a1413403abef5e1fb1b51710e35bc2e4edbf2be36b183ad8c37b8275b2a6b57648efcb2ce17ab664d07d4b SHA512 501758e2ddd86206f7276b0e55da6e34d6fff1928da52e5a15fe204f88cb4b2b15e77ad8195e61b5552522f07b890358d84ee7f777eedd03ea692ce24348ccbf
2-
EBUILD pytrydan-0.4.0.ebuild 936 BLAKE2B 5f338ee02bc122a8acf4ced9fb004a59fb8cfe21352fc7d71e1179ae5a5c3d200f86feb0309ea3f3ef553e2f0fbc8cd5b524a0d99e040b0c456eef343bfa4452 SHA512 91e18e52ee650bb01a2da9e0c8584ef0b03fbd588f61814eb366fdaf4c88b8f80565e057cb077fad3883e91da5770e8b6a0ceb9cb0563b6feef48a44c0887ca2
2+
DIST pytrydan-0.6.0.tar.gz 11996 BLAKE2B e8bfca7469de472205f68b987482ffa25ca81fa47d4343074f9b13bb612bcb79df623b780e3b3dd3db96f32b5b8d89e2b15cd6faed24de45e041da8b381d0df6 SHA512 4182897c87c897d6eeec875d76742e101d5335648c547edec3f35954e210502c35a9b7dd153016facfddb65d9198ff7017a44b733b4603b01fc22c761004026b
3+
EBUILD pytrydan-0.4.0.ebuild 936 BLAKE2B 6c87d62fb862ad12b37fce3984b91123e283305acf30e6211473178bf47e840a61048a767f2c259ea835d47c27477f591744a9525cc882ccf3b13135b8bdf8c9 SHA512 c1037cb182f8b682bd2546001d83ea418ba7a556b7f0387bbc26ceb732ece2ddb973331d20285c6f7739fb9e6f75f5231c5459cf0ccb2ee426e26f100d8c70e7
4+
EBUILD pytrydan-0.6.0.ebuild 862 BLAKE2B 07a7763ef27feff0b262af99a538de9820909301a1832be4d55de37368d683850695367466f4ac665f4a9ee4bc32f1a04cde3f55c9d59780a25e38a22fd1bf03 SHA512 a253024edaa4d5dacfa2e8f60ba5f2744889550769ecb2780cfb76cc95c6c5d45e117617e1932b4bcffdfb3dd2d68bf44092409e08500d95fa8bbe380418f09b
35
MISC metadata.xml 509 BLAKE2B 261b03657f4a6a880f37b2f23a095159877910da5b0bdd2df0de670789cb6d2e8e01a00d5a6755678163e8f0ee22311ef9bbceded6cb77052d39a0d3381ed3fc SHA512 db81888484f12f916121b0ff584b515310bd8fde69f929611b70c6d8713c11f9e0e9c74414c95875e4cffecf133e7666eb9fcd322bc5823f984b1ae4e1d91a9a

dev-python/pytrydan/pytrydan-0.4.0.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 1999-2023 Gentoo Authors
1+
# Copyright 1999-2024 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

6-
PYTHON_COMPAT=( python3_{10..12} )
6+
PYTHON_COMPAT=( python3_{11..13} )
77
DISTUTILS_USE_PEP517=poetry
88
inherit distutils-r1 pypi
99

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=poetry
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Library to interface with V2C EVSE Trydan"
11+
HOMEPAGE="https://github.com/dgomes/pytrydan https://pypi.org/project/pytrydan/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND=">=dev-python/rich-10[${PYTHON_USEDEP}]
22+
>=dev-python/typer-0.7.0[${PYTHON_USEDEP}]
23+
>=dev-python/tenacity-8.2.2[${PYTHON_USEDEP}]
24+
>=dev-python/httpx-0.24.0[${PYTHON_USEDEP}]
25+
>=dev-python/orjson-3.9.2[${PYTHON_USEDEP}]"
26+
BDEPEND="
27+
test? (
28+
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
29+
dev-python/pytest-cov[${PYTHON_USEDEP}]
30+
dev-python/respx[${PYTHON_USEDEP}]
31+
)"
32+
33+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)