dev-python/aiopegelonline: add 0.0.8

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-02-17 18:15:51 +01:00
parent 5bd254ca4e
commit fa4d3c87dc
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 30 additions and 4 deletions

View File

@ -617,12 +617,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 1714 Ebuilds in total, 1703 of them have in total 1722 (42 different) licenses assigned.
There are 1715 Ebuilds in total, 1704 of them have in total 1723 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|975|
|Apache-2.0|377|
|Apache-2.0|378|
|GPL-3|114|
|BSD|97|
|LGPL-3|24|

View File

@ -1,3 +1,5 @@
DIST aiopegelonline-0.0.6.gh.tar.gz 12468 BLAKE2B 3cef39d09a9c8a67064d176274c40507b1a818570cac0ef84c0f82cce94a11471d60de545855d2e073867c7ad874771a6a1d7b022fde2b4dc3679fc52b785447 SHA512 8c463f7313e298489737a80bc4c24280db8be84948a145ffd3c961c2ace85436c557c67a50b5b37068a580eee8ec2fc9f2e72325687763039c74d25ec8e280ee
EBUILD aiopegelonline-0.0.6.ebuild 901 BLAKE2B eb01138eec35b5fb73f858c1e498e0280ab3955db68032ffda323c6ed698a64b476ff7f2966167c330679d0140c7afb1fa0b9a199d8f4f8f9204b95b008a7d6b SHA512 68bc6faaee349f819f5b8e0363e8eb3cb29209751258d2c5cd1d2e1ee76ded5e67e7a95e91e54eeffa0acd959799c1fd84358b7521903646cedca675c59b3237
DIST aiopegelonline-0.0.8.gh.tar.gz 12679 BLAKE2B 9787c2c9eec065a067571c52028ada48a578fc64d7b4f08b855fc0c314ad81410b78eaef54813adc669d030a62ef9dad557e4f3430bcc00be50de572adbcc537 SHA512 88a5f9bc3515513171ab5b1227db804ab7c8d7983266e34c318bde01f13b29792a86b0d088c9bcd56b2da1c2e59aa4849b356ec78eb7482cb3a8f5a806f7201b
EBUILD aiopegelonline-0.0.6.ebuild 901 BLAKE2B efbeb4e79b87d6087d563940bd71115ab60d0c2fca4a0bb0eb5ba68bffc66dc3cdde0866c5dbf87fcf07cfa1da4f458ae4aeff67c93146eb565447a4a7553a0b SHA512 a83fe5ae94b679ab1a926ed2df68505813c310cdf10cf60d5429db7adf150256d7ec4f2ce8112521c642f6fcf5b4213bfae086fb4acd5901185301031ec27ceb
EBUILD aiopegelonline-0.0.8.ebuild 657 BLAKE2B 0d0c4cd1fa58e5bb8acf15ff208776a2e94cb3344abe36ae2c0a42ed7f5cfdba78198838627428f39e3a8264a061f096d71a20e7e0110a7752735f093e8fec75 SHA512 938b701e9f179a16cd04126deef238667d0c6c774b9cb9fd14b4d2f85b80b68fbcefb9f413f3a44305fc7630fe0605c6cfc01004debdee469453a201f4c2f586
MISC metadata.xml 397 BLAKE2B 5ef82af0c32307dd600b423479ffb4025bea87deff0c57384167e0b5360eaccd25bf8d70bed6c6e29e2a52893f4f14adb0b756ae6df866dc50fd91c9c369533d SHA512 3e90e31b7a024a5c94d9b4dd51b059f4090e42aa83018d50326d835e40cacea6101262f93b409f98f664f33b262ca71afdc749110583db0e0a40d801d98d41af

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,24 @@
# 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
DESCRIPTION="Asynchronous library to retrieve data from PEGELONLINE."
HOMEPAGE="https://github.com/mib1185/aiopegelonline https://pypi.org/project/aiopegelonline/"
SRC_URI="https://github.com/mib1185/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz
"
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}]"
distutils_enable_tests pytest