From f45780db3174c0025dc041f92ce4ee7ccc992798 Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Sat, 21 Sep 2024 13:16:28 +0200 Subject: [PATCH] dev-python/aws-request-signer: new package, add 1.2.0 Signed-off-by: Andreas Billmeier --- README.md | 4 ++-- dev-python/aws-request-signer/Manifest | 3 +++ .../aws-request-signer-1.2.0.ebuild | 24 +++++++++++++++++++ dev-python/aws-request-signer/metadata.xml | 16 +++++++++++++ 4 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 dev-python/aws-request-signer/Manifest create mode 100644 dev-python/aws-request-signer/aws-request-signer-1.2.0.ebuild create mode 100644 dev-python/aws-request-signer/metadata.xml diff --git a/README.md b/README.md index 4f38cd7f0..f7f28d2b4 100644 --- a/README.md +++ b/README.md @@ -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| diff --git a/dev-python/aws-request-signer/Manifest b/dev-python/aws-request-signer/Manifest new file mode 100644 index 000000000..c4ed9523f --- /dev/null +++ b/dev-python/aws-request-signer/Manifest @@ -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 diff --git a/dev-python/aws-request-signer/aws-request-signer-1.2.0.ebuild b/dev-python/aws-request-signer/aws-request-signer-1.2.0.ebuild new file mode 100644 index 000000000..1486da7b9 --- /dev/null +++ b/dev-python/aws-request-signer/aws-request-signer-1.2.0.ebuild @@ -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 diff --git a/dev-python/aws-request-signer/metadata.xml b/dev-python/aws-request-signer/metadata.xml new file mode 100644 index 000000000..45dcca052 --- /dev/null +++ b/dev-python/aws-request-signer/metadata.xml @@ -0,0 +1,16 @@ + + + + + b@edevau.net + Andreas Billmeier + + + aws-request-signer + iksteen/aws-request-signer + + iksteen@gmail.com + Ingmar Steen + + +