Skip to content

Commit 267ff01

Browse files
committed
dev-python/pytrydan: add 0.6.1
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3457 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 476e6bd commit 267ff01

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,11 +606,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606606

607607
## Licenses
608608
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
609-
There are 1866 Ebuilds in total, 1855 of them have in total 1878 (42 different) licenses assigned.
609+
There are 1867 Ebuilds in total, 1856 of them have in total 1879 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1069|
613+
|MIT|1070|
614614
|Apache-2.0|418|
615615
|BSD|108|
616616
|GPL-3|107|

dev-python/pytrydan/Manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
DIST pytrydan-0.4.0.tar.gz 11460 BLAKE2B e35eb186a54b15a47c433287947ed0b6c3ab2b1144a1413403abef5e1fb1b51710e35bc2e4edbf2be36b183ad8c37b8275b2a6b57648efcb2ce17ab664d07d4b SHA512 501758e2ddd86206f7276b0e55da6e34d6fff1928da52e5a15fe204f88cb4b2b15e77ad8195e61b5552522f07b890358d84ee7f777eedd03ea692ce24348ccbf
22
DIST pytrydan-0.6.0.tar.gz 11996 BLAKE2B e8bfca7469de472205f68b987482ffa25ca81fa47d4343074f9b13bb612bcb79df623b780e3b3dd3db96f32b5b8d89e2b15cd6faed24de45e041da8b381d0df6 SHA512 4182897c87c897d6eeec875d76742e101d5335648c547edec3f35954e210502c35a9b7dd153016facfddb65d9198ff7017a44b733b4603b01fc22c761004026b
3+
DIST pytrydan-0.6.1.tar.gz 12008 BLAKE2B 11497dd1b3d165dd1c2c6dea1eb090df7cdc6cb9833bebd0958d7c1b1ecdf23906225a9fba1d5e8c7dd32fd63d1831fd29f34bd406cc7965e5b07e84409927d8 SHA512 a49b5205d38cbd7dabd41f25f4acb7d120a683123e6efb27d2fbe4f800589d1c95deb778e1341ab0e926f245d607f74b36c914649ee7c8c4379fa2dbd7d2352f
34
EBUILD pytrydan-0.4.0.ebuild 936 BLAKE2B 6c87d62fb862ad12b37fce3984b91123e283305acf30e6211473178bf47e840a61048a767f2c259ea835d47c27477f591744a9525cc882ccf3b13135b8bdf8c9 SHA512 c1037cb182f8b682bd2546001d83ea418ba7a556b7f0387bbc26ceb732ece2ddb973331d20285c6f7739fb9e6f75f5231c5459cf0ccb2ee426e26f100d8c70e7
45
EBUILD pytrydan-0.6.0.ebuild 862 BLAKE2B 07a7763ef27feff0b262af99a538de9820909301a1832be4d55de37368d683850695367466f4ac665f4a9ee4bc32f1a04cde3f55c9d59780a25e38a22fd1bf03 SHA512 a253024edaa4d5dacfa2e8f60ba5f2744889550769ecb2780cfb76cc95c6c5d45e117617e1932b4bcffdfb3dd2d68bf44092409e08500d95fa8bbe380418f09b
6+
EBUILD pytrydan-0.6.1.ebuild 862 BLAKE2B 07a7763ef27feff0b262af99a538de9820909301a1832be4d55de37368d683850695367466f4ac665f4a9ee4bc32f1a04cde3f55c9d59780a25e38a22fd1bf03 SHA512 a253024edaa4d5dacfa2e8f60ba5f2744889550769ecb2780cfb76cc95c6c5d45e117617e1932b4bcffdfb3dd2d68bf44092409e08500d95fa8bbe380418f09b
57
MISC metadata.xml 509 BLAKE2B 261b03657f4a6a880f37b2f23a095159877910da5b0bdd2df0de670789cb6d2e8e01a00d5a6755678163e8f0ee22311ef9bbceded6cb77052d39a0d3381ed3fc SHA512 db81888484f12f916121b0ff584b515310bd8fde69f929611b70c6d8713c11f9e0e9c74414c95875e4cffecf133e7666eb9fcd322bc5823f984b1ae4e1d91a9a
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)