dev-python/aioaseko: add 1.0.0

Closes: #3823
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-09-30 18:56:52 +02:00
parent 52b498d0cd
commit 66d448f300
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 28 additions and 2 deletions

View File

@ -606,7 +606,7 @@ 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 2004 Ebuilds in total, 1993 of them have in total 2021 (42 different) licenses assigned.
There are 2005 Ebuilds in total, 1994 of them have in total 2022 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -619,7 +619,7 @@ There are 2004 Ebuilds in total, 1993 of them have in total 2021 (42 different)
|GPL-3+|16|
|BSD-2|15|
|all-rights-reserved|15|
|LGPL-3+|14|
|LGPL-3+|15|
|Unlicense|9|
|PSF-2|9|
|ISC|6|

View File

@ -1,5 +1,7 @@
DIST aioaseko-0.1.1.tar.gz 20409 BLAKE2B 1dcdc7a1693b3c03ae937ad6a2f940848474a18926d89bd2a464c2cbd07ff2481f6daafd3dd4e4d3224da175eaa7b8d47f3e3828e4a45cfc384d207dbe8e3a0f SHA512 71f8c16eb5fab7e06dda0d850513064e9349fc2644e9794a9e1922b431584a4d47a0987189cf72f826ba9561a639a97493ae313f9b9bbf0c730d120d3d26f03a
DIST aioaseko-0.2.0.tar.gz 20576 BLAKE2B 3f0c27a292f5cc38884ae4b4a20553c72a5f117d0853fa43a4611dd23fb5880ff0b11a464c9ae5a4886bcc87bd635e4926ad49c48982daecf8a85524e8762650 SHA512 399a539d08e19a37196ad88c87653937357ebf746c7e90ec993e9e227a8a36d20d371e1ce8547f69dbf87574d24c8b5c8f93c65fb8cbe5d740bca006ab140f14
DIST aioaseko-1.0.0.tar.gz 21685 BLAKE2B 795c207dd3977b3b113ef33b738371ea820ba1b874fd3ea887ead88a902bc3254b966ea6675dc553cc30dff45b0039e6fab081e0297de61c92e727b53d21d245 SHA512 f2b93738d2e6662045f6331da8b8678099aa7eaf02a673523fc964fd92e74742cb36bc8de1e555d1dc1ae010d08b353f92e0e7784c7162a3f4dd1f58244e3a13
EBUILD aioaseko-0.1.1.ebuild 583 BLAKE2B 9c80fedf14f89fd7a087a8b7a4388d474b241067e78c9e1ecbef2c16d654ae84a3713a98d765e50c6405d5788f1ae16445c6af9194598f984a9df60051cfaaaa SHA512 dc048071be373c4f9cddae76ad5d53cb2f92d8f4fab1ba421ee12c78086b93e95ced8b6dc39983fb489efaf1ff699f6952293bc8835707b1b9dc8b004d5291be
EBUILD aioaseko-0.2.0.ebuild 621 BLAKE2B 262acd50538fc88718c530f3c863206a5d2f0922ae688849abb850960d61109556826ad7dcf2ae9dbfb09f8ccb01cc0436e8b3f95647d4ac83a85ee03d993e82 SHA512 1317536beaef7b311f7811465bd952f7ce82036ad5e3354d0b17f9dc6c4b73158f1bc98817d679121d893c4329f6aa4d2ce2741f3ace8f685aa556384c5e61cb
EBUILD aioaseko-1.0.0.ebuild 621 BLAKE2B 262acd50538fc88718c530f3c863206a5d2f0922ae688849abb850960d61109556826ad7dcf2ae9dbfb09f8ccb01cc0436e8b3f95647d4ac83a85ee03d993e82 SHA512 1317536beaef7b311f7811465bd952f7ce82036ad5e3354d0b17f9dc6c4b73158f1bc98817d679121d893c4329f6aa4d2ce2741f3ace8f685aa556384c5e61cb
MISC metadata.xml 518 BLAKE2B 123c60f73cce1705895aa88126e93ec97505f3c10fa3c8bb1bcf826c81f4c18ac24f2459db940b345ffc6a19b623e21a0947f1aa359f3ce7237be736ba8e3d34 SHA512 453e3d22f2c019f15ce1d73b9287ee6ee584895597e5cceac112132099ca654fe7e75177d1395e8136f24f6b78edbeffd69ccb58299ffafb9b5d9f1336b94707

View 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=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Async Python package for the Aseko Pool Live API"
HOMEPAGE="https://github.com/milanmeu/aioaseko https://pypi.org/project/aioaseko/"
LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/gql[${PYTHON_USEDEP}]
dev-python/apischema[${PYTHON_USEDEP}]"
distutils_enable_tests pytest