dev-python/PyViCare-neo: add 0.3.0
Closes: #3927 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
36f16c34cd
commit
536672aeca
@ -606,12 +606,12 @@ 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 2072 Ebuilds in total, 2061 of them have in total 2089 (42 different) licenses assigned.
|
||||
There are 2074 Ebuilds in total, 2063 of them have in total 2091 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1196|
|
||||
|Apache-2.0|469|
|
||||
|MIT|1197|
|
||||
|Apache-2.0|470|
|
||||
|GPL-3|126|
|
||||
|BSD|111|
|
||||
|LGPL-3|24|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST pyvicare_neo-0.2.1.tar.gz 25926 BLAKE2B efa3b04c1a010f1c727248b6b9775e3b9337521e668df48d6f7e43d6cdf74f6508cd8ec51408f190d87d2bb39a99f2ea4fc6e3143ac9de3bda5a01531ac83887 SHA512 f0d6daa22d017933b2fcf227d8cb03af300a88d78b5d4a222979996275ef0f3683affac46a4495d27dc5d7d561ce7fffe5d6c018d971673cfcd497791627df16
|
||||
DIST pyvicare_neo-0.3.0.tar.gz 26158 BLAKE2B 34e8b7200a2f8863de38597539da5006a1fe01d45de9789b7f3889861a5c62e1c5d2fcdc5fe41b6ded5aa5d9c3e5be19162e8faefb43a35deac048bfe1ebd436 SHA512 c92980f2456c2af399d425aeaaa79475f9761ecc21a993584f8e597fdcea655ce812673b5a8cdb81b96f3f42f998d45c533cbd24c062dd03a177886890051447
|
||||
EBUILD PyViCare-neo-0.2.1.ebuild 611 BLAKE2B c1ab398f2ebf6344ee5a1f4c01c2eb660c32fb4b44aa6f2edbcf8fd0eff3cd83782389b471392374bfea2d02361d93d7f69251f04da57d9ee7986849e6cff6c4 SHA512 31e24d29dd54d09aea3fc94c1f4de64241536e4aa69c935aa7e92cdd4ee5fa94d83a4e4362fd625be449e3bbe19ce84f994cd7ccf7896ba7c6c8eed6da584f12
|
||||
EBUILD PyViCare-neo-0.3.0.ebuild 611 BLAKE2B c1ab398f2ebf6344ee5a1f4c01c2eb660c32fb4b44aa6f2edbcf8fd0eff3cd83782389b471392374bfea2d02361d93d7f69251f04da57d9ee7986849e6cff6c4 SHA512 31e24d29dd54d09aea3fc94c1f4de64241536e4aa69c935aa7e92cdd4ee5fa94d83a4e4362fd625be449e3bbe19ce84f994cd7ccf7896ba7c6c8eed6da584f12
|
||||
MISC metadata.xml 529 BLAKE2B 0a2645f79a4944c09747d8d6cae36f51bbdb0c4e75e9b2cf9adbf9ef154946c51962a8177c56acad2aceee95e923cf21c3db34e2be27155bce8540a4529b13d7 SHA512 af59dca1287db1a6934f6b29592d8d51928c33a875722d7e01a93d739c23bdb2cbb66b4dc5eb725e233ba462bc198045711a6cc8e0292b003d28b84f490869d4
|
||||
|
24
dev-python/PyViCare-neo/PyViCare-neo-0.3.0.ebuild
Normal file
24
dev-python/PyViCare-neo/PyViCare-neo-0.3.0.ebuild
Normal file
@ -0,0 +1,24 @@
|
||||
# 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 communicate with the Viessmann ViCare API."
|
||||
HOMEPAGE="https://github.com/CFenner/PyViCare https://pypi.org/project/PyViCare-neo/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/Authlib-1.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.31.0[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user