dev-python/aiotankerkoenig: add 0.4.2
Closes: #3917 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
087a67f39e
commit
72cad61064
@ -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 2075 Ebuilds in total, 2064 of them have in total 2092 (42 different) licenses assigned.
|
||||
There are 2076 Ebuilds in total, 2065 of them have in total 2093 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1198|
|
||||
|Apache-2.0|470|
|
||||
|Apache-2.0|471|
|
||||
|GPL-3|126|
|
||||
|BSD|111|
|
||||
|LGPL-3|24|
|
||||
|
@ -1,3 +1,5 @@
|
||||
DIST aiotankerkoenig-0.4.1.tar.gz 6961 BLAKE2B 74069f7e595f624bc433ce57c3f66c0abe42949f23de08effe7e2f08eb2f85753e9393ebf756198d05cd34d374d63bc108ea8b3f599676c6d988387c11d6693c SHA512 8f26d9c5ac336f02cb16df93bbe61395294b46e5767e7d2a80339974f083f9bd2e477dc39cb865a60e843cd39b0f12b4482c9da37b76a4200121601a519ed9be
|
||||
EBUILD aiotankerkoenig-0.4.1.ebuild 688 BLAKE2B 77f64df6d216d37b751fb95a91ebe7bfe07672704f6211c102255ac1efda0a3030a207a668769b4c6de3048b15e2f7c8347fe94558e3fabb6b8152088a419399 SHA512 09841c81e55ab68ecadc403e46b30973aab7a613d9ef15bf60f548649a124e77670c6dfff12276a152e7cfad726dd8ac89fbf04e696c73a0d5420aaf4583368f
|
||||
DIST aiotankerkoenig-0.4.2.tar.gz 6976 BLAKE2B 9cdf9de6781eede013ef0836e15753efcd4ef115820479cb5b8ba5f4f9464ac1838899521245c1a136bb7bd037a513d6bd0d52be25c6c376abf51d4b176bc321 SHA512 74aad849d79233072168e295f0e4a3ab87e1510541326509f3de586555a574d31c9098fd43d0e47def7b81defb062aeac1343a1d400c6d5ef7281e0d49bb732c
|
||||
EBUILD aiotankerkoenig-0.4.1.ebuild 688 BLAKE2B 5628b653b6a19c1af5cc5ed88640655c1e89b1720f380ba53ac8b1631b4d1f4e7fadb3c1857d3415d353ff6979697cee75dc7379b02b322a72f369e3799d8ad2 SHA512 d1428e6ab4a9a597f9a1516e089db6cf36dd3b29138ed577ff4017781e38be203146e54fd2d589f5a6bed2a03bbd27151ef8baa9d5aacb3b802d9d4adaf10e2b
|
||||
EBUILD aiotankerkoenig-0.4.2.ebuild 688 BLAKE2B 5628b653b6a19c1af5cc5ed88640655c1e89b1720f380ba53ac8b1631b4d1f4e7fadb3c1857d3415d353ff6979697cee75dc7379b02b322a72f369e3799d8ad2 SHA512 d1428e6ab4a9a597f9a1516e089db6cf36dd3b29138ed577ff4017781e38be203146e54fd2d589f5a6bed2a03bbd27151ef8baa9d5aacb3b802d9d4adaf10e2b
|
||||
MISC metadata.xml 530 BLAKE2B a45a628abbda18088cb928e8d8e112ae72acdf41e22dc19f847ac40b0bf0e6726c9403c347b9a68d0e00bc2237deb87388c65327e74ecd8f481ccbd862149da0 SHA512 65c552f9eaa872cf9187af490c4afe03fd09b1ed777a4d1f469755af392dff2c2b26980b0463c05ff87c227374c35ca74cae0e7856e5087b0c2621b41652573d
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
26
dev-python/aiotankerkoenig/aiotankerkoenig-0.4.2.ebuild
Normal file
26
dev-python/aiotankerkoenig/aiotankerkoenig-0.4.2.ebuild
Normal file
@ -0,0 +1,26 @@
|
||||
# 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="Async Python 3 client for tankerkoenig.de"
|
||||
HOMEPAGE="https://github.com/jpbede/aiotankerkoenig https://pypi.org/project/aiotankerkoenig/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/mashumaro-3.11[${PYTHON_USEDEP}]
|
||||
>=dev-python/orjson-3.9.0[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user