dev-python/requests-aws4auth: new package, add 1.3.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-09-21 13:14:01 +02:00
parent c70b66ff50
commit dce1d66299
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 45 additions and 2 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 1967 Ebuilds in total, 1956 of them have in total 1980 (42 different) licenses assigned.
There are 1969 Ebuilds in total, 1958 of them have in total 1981 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1136|
|MIT|1137|
|Apache-2.0|438|
|GPL-3|114|
|BSD|112|

View File

@ -0,0 +1,3 @@
DIST requests_aws4auth-1.3.1.tar.gz 25886 BLAKE2B 188fd54b9076707c8b1b26ce555a0a49f5d24279d99d82e13b95b05a903c3e8b2f78b68ea1a38f05fb44e2b84c47b96d50fc33f4ed8d34a41aef8e8170cd3675 SHA512 6c5941e58e584001be905c84b31b8b2f89b5d9c55a8dc906846e552e05f73aa1905fa198b0c3c7d73ef99a6351e0aa617021b8571efdaa261006d2f7b0c9ac73
EBUILD requests-aws4auth-1.3.1.ebuild 581 BLAKE2B c790e64d82970b363341e3ac23ed45c3b8e91a73c0c0065a3646e59d8aee7d72ca64878599b623537cc472e841beb22ced20b0940b805ed86e3b5d20306896fe SHA512 0aa9cc10b04751947870ba3d73fc743e123e07f7358bf1563e5c1470add3e2b62e8a33c17605984253280e48c20bebc44d1f876bf8fd28bfd24b2a3e403c3ce4
MISC metadata.xml 521 BLAKE2B ece64e1b425377611decdf68f39b378843cf5dbb7ec1e2cf95752419e4f33d49ed7223655f7f51b4eb1655c4865909716bd86f5b4e1c0ff337efe2f6cb9a2203 SHA512 28daf6be5750e1a7d408ffb92a282d12c73b392d4d45794ab45a68fd459e0ee451aa4dc0d5d08d98e89fffed2ef92e7b38bf757d41c9ae3933999156a1d31ad2

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">requests-aws4auth</remote-id>
<remote-id type="github">tedder/requests-aws4auth</remote-id>
<maintainer status="unknown">
<email>ted@tedder.dev</email>
<name>Ted Timmons</name>
</maintainer>
</upstream>
</pkgmetadata>

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="AWS4 authentication for Requests"
HOMEPAGE="https://github.com/tedder/requests-aws4auth https://pypi.org/project/requests-aws4auth/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/httpx[${PYTHON_USEDEP}]"
distutils_enable_tests pytest