dev-python/pytrydan: add 0.6.1

Closes: #3457
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-06-10 08:51:13 +02:00
parent 476e6bd971
commit 267ff01b28
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 37 additions and 2 deletions

View File

@ -606,11 +606,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
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.
There are 1866 Ebuilds in total, 1855 of them have in total 1878 (42 different) licenses assigned.
There are 1867 Ebuilds in total, 1856 of them have in total 1879 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1069|
|MIT|1070|
|Apache-2.0|418|
|BSD|108|
|GPL-3|107|

View File

@ -1,5 +1,7 @@
DIST pytrydan-0.4.0.tar.gz 11460 BLAKE2B e35eb186a54b15a47c433287947ed0b6c3ab2b1144a1413403abef5e1fb1b51710e35bc2e4edbf2be36b183ad8c37b8275b2a6b57648efcb2ce17ab664d07d4b SHA512 501758e2ddd86206f7276b0e55da6e34d6fff1928da52e5a15fe204f88cb4b2b15e77ad8195e61b5552522f07b890358d84ee7f777eedd03ea692ce24348ccbf
DIST pytrydan-0.6.0.tar.gz 11996 BLAKE2B e8bfca7469de472205f68b987482ffa25ca81fa47d4343074f9b13bb612bcb79df623b780e3b3dd3db96f32b5b8d89e2b15cd6faed24de45e041da8b381d0df6 SHA512 4182897c87c897d6eeec875d76742e101d5335648c547edec3f35954e210502c35a9b7dd153016facfddb65d9198ff7017a44b733b4603b01fc22c761004026b
DIST pytrydan-0.6.1.tar.gz 12008 BLAKE2B 11497dd1b3d165dd1c2c6dea1eb090df7cdc6cb9833bebd0958d7c1b1ecdf23906225a9fba1d5e8c7dd32fd63d1831fd29f34bd406cc7965e5b07e84409927d8 SHA512 a49b5205d38cbd7dabd41f25f4acb7d120a683123e6efb27d2fbe4f800589d1c95deb778e1341ab0e926f245d607f74b36c914649ee7c8c4379fa2dbd7d2352f
EBUILD pytrydan-0.4.0.ebuild 936 BLAKE2B 6c87d62fb862ad12b37fce3984b91123e283305acf30e6211473178bf47e840a61048a767f2c259ea835d47c27477f591744a9525cc882ccf3b13135b8bdf8c9 SHA512 c1037cb182f8b682bd2546001d83ea418ba7a556b7f0387bbc26ceb732ece2ddb973331d20285c6f7739fb9e6f75f5231c5459cf0ccb2ee426e26f100d8c70e7
EBUILD pytrydan-0.6.0.ebuild 862 BLAKE2B 07a7763ef27feff0b262af99a538de9820909301a1832be4d55de37368d683850695367466f4ac665f4a9ee4bc32f1a04cde3f55c9d59780a25e38a22fd1bf03 SHA512 a253024edaa4d5dacfa2e8f60ba5f2744889550769ecb2780cfb76cc95c6c5d45e117617e1932b4bcffdfb3dd2d68bf44092409e08500d95fa8bbe380418f09b
EBUILD pytrydan-0.6.1.ebuild 862 BLAKE2B 07a7763ef27feff0b262af99a538de9820909301a1832be4d55de37368d683850695367466f4ac665f4a9ee4bc32f1a04cde3f55c9d59780a25e38a22fd1bf03 SHA512 a253024edaa4d5dacfa2e8f60ba5f2744889550769ecb2780cfb76cc95c6c5d45e117617e1932b4bcffdfb3dd2d68bf44092409e08500d95fa8bbe380418f09b
MISC metadata.xml 509 BLAKE2B 261b03657f4a6a880f37b2f23a095159877910da5b0bdd2df0de670789cb6d2e8e01a00d5a6755678163e8f0ee22311ef9bbceded6cb77052d39a0d3381ed3fc SHA512 db81888484f12f916121b0ff584b515310bd8fde69f929611b70c6d8713c11f9e0e9c74414c95875e4cffecf133e7666eb9fcd322bc5823f984b1ae4e1d91a9a

View File

@ -0,0 +1,33 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Library to interface with V2C EVSE Trydan"
HOMEPAGE="https://github.com/dgomes/pytrydan https://pypi.org/project/pytrydan/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/rich-10[${PYTHON_USEDEP}]
>=dev-python/typer-0.7.0[${PYTHON_USEDEP}]
>=dev-python/tenacity-8.2.2[${PYTHON_USEDEP}]
>=dev-python/httpx-0.24.0[${PYTHON_USEDEP}]
>=dev-python/orjson-3.9.2[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/respx[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest