Skip to content

Commit 78653c4

Browse files
committed
dev-python/aiotankerkoenig: add 0.4.1
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent edfe730 commit 78653c4

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
617617

618618
## Licenses
619619
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.
620-
There are 1815 Ebuilds in total, 1804 of them have in total 1823 (42 different) licenses assigned.
620+
There are 1816 Ebuilds in total, 1805 of them have in total 1824 (42 different) licenses assigned.
621621

622622
|License| Ebuilds using it|
623623
|-------|-----|
624-
|MIT|1031|
624+
|MIT|1032|
625625
|Apache-2.0|408|
626626
|GPL-3|119|
627627
|BSD|102|

dev-python/aiotankerkoenig/Manifest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DIST aiotankerkoenig-0.3.0.tar.gz 6905 BLAKE2B d5a1f69e9cab0c4dfc7e7bdeb14525b482070a52d17a16cde1f44ef2ccdf940323466ac4953bc69859decf2ff669eca23d17022d317d0580ccaca1788460e154 SHA512 10daad6c5b73f1e36d987ef7f0290b4adaff5469453c83775ed8e075846b40966c97cb754e19f79d15020693aa3e0e983672c8b2cdce6e4514aa3ccb413adb4d
2+
DIST aiotankerkoenig-0.4.1.tar.gz 6961 BLAKE2B 74069f7e595f624bc433ce57c3f66c0abe42949f23de08effe7e2f08eb2f85753e9393ebf756198d05cd34d374d63bc108ea8b3f599676c6d988387c11d6693c SHA512 8f26d9c5ac336f02cb16df93bbe61395294b46e5767e7d2a80339974f083f9bd2e477dc39cb865a60e843cd39b0f12b4482c9da37b76a4200121601a519ed9be
23
EBUILD aiotankerkoenig-0.3.0.ebuild 688 BLAKE2B 900be2f0cc9b00331d1361f68807b01094664154b381ba989495a462aca9f28b8b11eb090dd509fa5870806df3f648aff0311700dfd57ab16523d8a8bc595222 SHA512 ab108cbfbbe5bc1661266b8bfb016e5041539daf2487ba4c3db1bc4f56213b9577d1c20a874f4b75a884d0e36db2da28814c693a17a4528c8758bc7bf2e9e102
4+
EBUILD aiotankerkoenig-0.4.1.ebuild 688 BLAKE2B 900be2f0cc9b00331d1361f68807b01094664154b381ba989495a462aca9f28b8b11eb090dd509fa5870806df3f648aff0311700dfd57ab16523d8a8bc595222 SHA512 ab108cbfbbe5bc1661266b8bfb016e5041539daf2487ba4c3db1bc4f56213b9577d1c20a874f4b75a884d0e36db2da28814c693a17a4528c8758bc7bf2e9e102
35
MISC metadata.xml 530 BLAKE2B a45a628abbda18088cb928e8d8e112ae72acdf41e22dc19f847ac40b0bf0e6726c9403c347b9a68d0e00bc2237deb87388c65327e74ecd8f481ccbd862149da0 SHA512 65c552f9eaa872cf9187af490c4afe03fd09b1ed777a4d1f469755af392dff2c2b26980b0463c05ff87c227374c35ca74cae0e7856e5087b0c2621b41652573d
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{10..12} )
7+
DISTUTILS_USE_PEP517=poetry
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="Async Python 3 client for tankerkoenig.de"
11+
HOMEPAGE="https://github.com/jpbede/aiotankerkoenig https://pypi.org/project/aiotankerkoenig/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
22+
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]
23+
>=dev-python/mashumaro-3.11[${PYTHON_USEDEP}]
24+
>=dev-python/orjson-3.9.0[${PYTHON_USEDEP}]"
25+
26+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)