dev-python/awscrt: add 0.21.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-11-02 13:40:56 +01:00
parent 45c8394217
commit 2188947a5c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 24 additions and 1 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 2294 Ebuilds in total, 2280 of them have in total 2318 (43 different) licenses assigned.
There are 2295 Ebuilds in total, 2281 of them have in total 2318 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|

View File

@ -1,3 +1,5 @@
DIST awscrt-0.21.1.tar.gz 33580026 BLAKE2B 60a751ab0fd293ae4037fc83a0a806f98bb014b7cbba33829312b46ab3a31c75e64f40942dbff93527d513609d9c7769b9926fef3eb0c960283d1fc08f634287 SHA512 f0a9660a61369b252b3a80bb1637cecec1d2c4af95eb0f24cd8039e177d52a0ea41e56d1f19748077f1da8b84a062dd1703f5022dbce54513cd621d6525544d8
DIST awscrt-0.23.0.tar.gz 65495395 BLAKE2B ca77b046df8ff7c3a00313959b0d54f98caaed5727c86dd0fe32cb289cb210d8c41f2f331713fba7f23517a52471ce387eb66e55edac6ecb22437f7cbcf54914 SHA512 7a9502d3a66c7979ce694fdba10733a2c9eaaea517824aa59e520b7ca70136cdb5ec2ee91a24e4a817ce7b2aefb7541cdb168b53152d5ede5670b6d4dd963197
EBUILD awscrt-0.21.1.ebuild 498 BLAKE2B 4a43dae3722c4201e46dffe610a8b7e2116a0b69416623fbfa6c27a608546caeba19796d490720c5c44b2e9613cf8be476851f71559394f023e221a500fb495a SHA512 d6f01a03e854a4f21f61ec94c763a902fdcd5ff2832c121de7fada42320cd9d227e5ce9432a2a218b4d2b773a788e787fd8e266414e5b718df1b346007dea266
EBUILD awscrt-0.23.0.ebuild 498 BLAKE2B 4a43dae3722c4201e46dffe610a8b7e2116a0b69416623fbfa6c27a608546caeba19796d490720c5c44b2e9613cf8be476851f71559394f023e221a500fb495a SHA512 d6f01a03e854a4f21f61ec94c763a902fdcd5ff2832c121de7fada42320cd9d227e5ce9432a2a218b4d2b773a788e787fd8e266414e5b718df1b346007dea266
MISC metadata.xml 540 BLAKE2B 238a26f8e90a54e0607c44a8cb24559454502d77252eb803ac8b4e684b806c0af2b862aa11095504dc4ffa5f938b3ad65f8f25b9083f7e80f327c7174fdfe76e SHA512 f796d97ed748d2ffb578bf548bfe90cfd2e8af45d29da2f790aae9b67a5a5166926d778746b3208ca26312a449d4d6fef1d46c7971228c7eaf78f7c84227c42d

View File

@ -0,0 +1,21 @@
# 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 common runtime for AWS Python projects"
HOMEPAGE="https://github.com/awslabs/aws-crt-python https://pypi.org/project/awscrt/"
LICENSE="Apache 2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
distutils_enable_tests pytest