dev-python/aws-request-signer: new package, add 1.2.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-09-21 13:16:28 +02:00
parent dce1d66299
commit f45780db31
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 1969 Ebuilds in total, 1958 of them have in total 1981 (42 different) licenses assigned.
There are 1970 Ebuilds in total, 1959 of them have in total 1982 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1137|
|MIT|1138|
|Apache-2.0|438|
|GPL-3|114|
|BSD|112|

View File

@ -0,0 +1,3 @@
DIST aws_request_signer-1.2.0.tar.gz 7175 BLAKE2B 0e60c75afda47e7970f2ed0f4da3c42a1bedc4c8cb1352fbd74e1c0756432127e9c8d3daad894b8fa629e1032579337ea845984c3c4498eb3e051d95e49881af SHA512 d9d74529b693134f4d8530b113b597572991d34e4dd220d67ae841e82393bb208bcd2f1c1b1b1ffc3a6ef1527c6fc2f67fe1a948302106cfec2699e373639b89
EBUILD aws-request-signer-1.2.0.ebuild 625 BLAKE2B b918f449378bb2862050ab0f052e53855f797b2be1b6079e6dba34483db456ebc00238a14cb7f6e1365c802ee293230c4e515a84042da46f34974b91d6acf406 SHA512 de00b071c944bf11cc92280dde08c6fb44cefc08108aa186653fbf996fdd21c4f8f332827462fecca18b8bba4b5f85dcfcc0d7537422b5336ad3fdfb685acb6f
MISC metadata.xml 528 BLAKE2B 41e25a8e20f2230f86c0391bdbd1f7c19ac77ac32dae6f0b15bbaeda375219e5ecab9000eaf75a4ee5d6e433c34e16889718c57f0d5b4b810ab437829351386b SHA512 f5c52e4e83494317d1e90dda68f2452175796e46cca52d85c624cbade22f617c9e2df8614aac4a1b33c930cd0f18c2d914a8647f53c40e04b3872e606628b3d3

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=poetry
inherit distutils-r1 pypi
DESCRIPTION="A python library to sign AWS requests using AWS Signature V4."
HOMEPAGE="https://www.github.com/iksteen/aws-request-signer https://pypi.org/project/aws-request-signer/"
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/requests-toolbelt[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

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">aws-request-signer</remote-id>
<remote-id type="github">iksteen/aws-request-signer</remote-id>
<maintainer status="unknown">
<email>iksteen@gmail.com</email>
<name>Ingmar Steen</name>
</maintainer>
</upstream>
</pkgmetadata>