dev-python/laundrify-aio: add 1.2.2

Closes: #3676
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-21 17:38:12 +02:00
parent c1893d643d
commit 289c03bb09
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 31 additions and 5 deletions

View File

@ -606,11 +606,11 @@ 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 2042 Ebuilds in total, 2031 of them have in total 2059 (42 different) licenses assigned.
There are 2043 Ebuilds in total, 2032 of them have in total 2060 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1181|
|MIT|1182|
|Apache-2.0|457|
|GPL-3|121|
|BSD|113|

View File

@ -1,3 +1,5 @@
DIST laundrify_aio-1.1.2.tar.gz 3754 BLAKE2B 71d7b260d144f72e1494ca0df858b20c5d45f1135d7d24541c4c1f37e7848dcd9e7b7d1a2ccac6aff197eff44346c66902ffdef048840279ea024b4274705194 SHA512 8a5d8924888a4296933e824f79f5fb7d633377e2c48b5ffc5d0fe0a3a51396475340c726e1d606726cfa9e1dc77b41b16984ca285957b98b4e50f058b16ce8bd
EBUILD laundrify-aio-1.1.2.ebuild 700 BLAKE2B d420f08d0b12de6ea08058401edd88daeda4a995859c54fcabe3547c723635470abcf9968955fb96af2f5cb34cbb0a32b6f644f13083144a982bdd0569b18046 SHA512 50599144d3bae605a26596feb0d32d33546e98fc40148c2965bdaee1ad1323f5e695a747f0d7282a2a84dd170c7a9d917b437c491b87ee6da8932b274863a119
DIST laundrify_aio-1.2.2.tar.gz 5391 BLAKE2B 8a4ef93bde4d52b3af38778f7ca86f6973ac0d16c51cafd732f1c087efbfb6ad7168c49c2940651665f5ac65f8607a65b436884fcd996202ad5647d6b3722e89 SHA512 0297770c1a4e5f8650fedf8950d6f3adbaf0476fc6adc948745474a3810274e634a7abec25814d6c72c7175db20fd3dfa43a36f2494ea7d409b15a69c2948bb8
EBUILD laundrify-aio-1.1.2.ebuild 700 BLAKE2B 2389b5ae204421dcbe963d90eaf9cd92257c502389a1c5d884e6b80bdd810efb6bb38746c2889b90f499317f338b1194880458438201c6e6605a2dae3ff618d8 SHA512 90f6d4025a7bec22893cf23304d17acb12b84d6efbf08ef9cc7ffe2fd3ff9d08878faf8ced908e18eb559c5ba5f00620ee8774366830e78134bc44351a1ecdc4
EBUILD laundrify-aio-1.2.2.ebuild 598 BLAKE2B 9112d1730b4beb47d741d86aecd9936c9ac5486fa8eaf42126366dd3369f47332bbac337c3ea9d0f6e721bfb625e2c693ce840554751df3e8380d16b4c6d9642 SHA512 1792777ec2a2bc5ebf47f1c51b84c312f3719c6019b614be935605ec8f2d8366149ab9749a2cff04abb5845ee6487440c9942f7fe58465a331b7891bcddbfb8f
MISC metadata.xml 523 BLAKE2B b383c588d1ac10f1c24c3d974657a41618c8544f07a508e90278a71f6d8d74ab2209d79c4fc671ef26372844a83282ec4eccb3ac2c06772bc11c0c3f70e15d07 SHA512 4f71294a0cb22a8dc99eec5d9fc33da3c6e35720a63ec8835ecfae69ae0d3fe58722920a5a6f7f408c02df35a31cb8b2b7b3d2ed42cdcb75db0d3bf9581bf031

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

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="A Python package to communicate with the laundrify API"
HOMEPAGE="https://github.com/laundrify/laundrify-pypi https://pypi.org/project/laundrify-aio/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
dev-python/pyjwt[${PYTHON_USEDEP}]"
distutils_enable_tests pytest