dev-python/pyprusalink: add 2.0.0

Closes: #2632
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-04 12:37:47 +01:00
parent 5632b02e49
commit bd27cd7148
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 35 additions and 7 deletions

View File

@ -612,12 +612,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 1614 Ebuilds in total, 1603 of them have in total 1618 (42 different) licenses assigned.
There are 1615 Ebuilds in total, 1604 of them have in total 1619 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|927|
|Apache-2.0|345|
|Apache-2.0|346|
|GPL-3|102|
|BSD|89|
|LGPL-3|22|

View File

@ -1,3 +1,5 @@
DIST pyprusalink-1.1.0.tar.gz 6851 BLAKE2B 828037575450ff7a76c22497efd3090b2ee8de68d377a58392c050b942b506db7486c8bc5d41e6fa79847fbad1341ae6d6aa692959dfc45695595175b95821da SHA512 ad71c2b57dabcb25abc70c602d1c1cd03560ff268a4aa1d838775792392789467eefdbdcd902635a8ffa034ccebeaa5c138f0a34313d93ef7644514ccfe9502d
EBUILD pyprusalink-1.1.0.ebuild 659 BLAKE2B ff05ebd05ef28d18f0cff7a9d94fa49c24e577bba0ec7b44369382de7334c915220443035e9f13e5b2e60dcab74063a9b65cd260afc7d62862cd92632be09ffc SHA512 6b20a69f097909e946988bfb31fd3b1fe5dd0e3bcf5264a4c0b4e71568efb03bd5664e01f34b2cb54af086330b3c19c168d59b2a0e737847eb07a6f927b188dd
MISC metadata.xml 546 BLAKE2B 5888d84af0abb86be39c36c55c33e11a336277d8d5b407d62a7d26967b9cace362c3e4f2fbcf7f73651023484b3a383239872a9ec845514ed691c179779dd7c4 SHA512 316318153eae5232ad35ecb671647d32c7d0349e38c3f55c4db04640ffdfc0744f149f7ad313b6782c2970dbf23c97c482c8118c72d2bbced7c89ed571240e0b
DIST pyprusalink-2.0.0.tar.gz 8349 BLAKE2B 3bbede843ed39a7558a16166443d08e2a02bdb1a471595e7002fb19da7965abe07037d630d2baaecb406c8808ff5b0887aa0c29330821ba03b98a5d0decf9903 SHA512 89402880ab6d22beeb5ee8c317f264a64a28ab1d198d030d345a955acf590f0a140f4732cda91ae56a096b8de78fd89f0f26f7ed3d18d271783061231331c77b
EBUILD pyprusalink-1.1.0.ebuild 659 BLAKE2B bdcf3456dcfd432b30ada2e84c263dd915ace5460a55534eb53a62e4d5143ae90bf47d7fab1bcfbc00211a5a0cb9fd9a2d57b8fb97fd44251817197fff188b6f SHA512 33bc19a797a140dd0d214082dde69402bc6c78a03d17a6c2f8855e6d9914c4b88844e239aa95f57bf83940f8df04dda8fb2e753d75f5a8e760866d5cba9ffc47
EBUILD pyprusalink-2.0.0.ebuild 618 BLAKE2B 44eb715158596053ea08655c81c5b98622bfcea4fabfd885089495e489bfbbe80341c2a0274c1c5acb7ef504c2b64709bde93f81ac4f6d78a6978f71e7b9e431 SHA512 2072de3e56582cfd311c38f56c95d3358d7f2fa6f4b86a48ad13e059f7ed2d267ba3036b7d30fc81b15c4aab54296eca4558360a3051336bfee6ebdb5efe54ff
MISC metadata.xml 473 BLAKE2B 7c7306bb212817cc1c0143c553ea4f31b35624983992c407e73e3198ff192662bd3f9c2f28c53f36353754026293aa200ea709418fee9a353d4c6dc6a0e32e94 SHA512 cb3e8a4b2974cfd9393d5029c0657161e358e00d6fe465fef0ec20dec932075f48a7696d5f6f6b66eb5bd6ff74b8a1e8c9f1cfc24c5961c25b2250a19ff137ef

View File

@ -7,10 +7,9 @@
</maintainer>
<upstream>
<remote-id type="pypi">pyprusalink</remote-id>
<remote-id type="github">home-assistant-libs/pyprusalink</remote-id>
<maintainer status="unknown">
<name>The Home Assistant Authors</name>
<email>hello@home-assistant.io</email>
<name>The Home Assistant Authors</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View File

@ -0,0 +1,27 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Library to interact with PrusaLink v2"
HOMEPAGE="https://github.com/home-assistant-libs/pyprusalink https://pypi.org/project/pyprusalink/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest