From d909cc75de1d582079b195a4afdc18900321caba Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Sun, 27 Oct 2024 18:27:26 +0100 Subject: [PATCH] dev-python/sigstore-rekor-types: new package, add 0.0.13 Signed-off-by: Andreas Billmeier --- README.md | 4 ++-- dev-python/sigstore-rekor-types/Manifest | 3 +++ dev-python/sigstore-rekor-types/metadata.xml | 16 +++++++++++++ .../sigstore-rekor-types-0.0.13.ebuild | 23 +++++++++++++++++++ 4 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 dev-python/sigstore-rekor-types/Manifest create mode 100644 dev-python/sigstore-rekor-types/metadata.xml create mode 100644 dev-python/sigstore-rekor-types/sigstore-rekor-types-0.0.13.ebuild diff --git a/README.md b/README.md index 625937a53..4120ba907 100644 --- a/README.md +++ b/README.md @@ -606,12 +606,12 @@ 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 2266 Ebuilds in total, 2252 of them have in total 2291 (43 different) licenses assigned. +There are 2268 Ebuilds in total, 2254 of them have in total 2293 (43 different) licenses assigned. |License| Ebuilds using it| |-------|-----| |MIT|1284| -|Apache-2.0|526| +|Apache-2.0|528| |GPL-3|144| |BSD|124| |GPL-2|25| diff --git a/dev-python/sigstore-rekor-types/Manifest b/dev-python/sigstore-rekor-types/Manifest new file mode 100644 index 000000000..9e5bce33c --- /dev/null +++ b/dev-python/sigstore-rekor-types/Manifest @@ -0,0 +1,3 @@ +DIST sigstore_rekor_types-0.0.13.tar.gz 10238 BLAKE2B 3fec03abd18b7db3d85e52c6938fcab183be8c8b3121a699c781e16effa692e6acb53a921b80c7bb25decc8706bb4f680f5ccd862808264f5a77ea4d8cb67037 SHA512 1dd8cbf7980c1946877bbadd1074cbc058f4fc077d6405b5e9464a431c4de42dc7798cf0b45538ee6e9e6768dd841aaff3102dfabe8d7591e63e63ce10404c42 +EBUILD sigstore-rekor-types-0.0.13.ebuild 560 BLAKE2B 21d1c4d678a532b12ab09da6eba9c0c87a5b06f81961260da7bc7d1e2ff96926d62a580e0a49d00407ce8208e4f70d34529b96543546789cbc59eb79345acdb4 SHA512 2d46217c582e59253df72d08f027bf691d487011dfd1be5207125ea42b10e12500e00a914d53cde57934a9bf7df34e25ee6ca86939fe780328d66368376d38ce +MISC metadata.xml 546 BLAKE2B c973885eac664b96abff59f77c501a3e30a9f7eb82b857f283ec3cd610202bd93ae8acb4d637dbe244dbd2c7585a6ae4fd4ffac04c45ceba703ce2c7066161fe SHA512 d6bd48b9f3b74cebf36bfbed5866a5b69d6d120f34860dc4c3416bbe25be6ac39db7eb8242f7e2ba8c505b518817a7cefda276d78b51b2e7258875f383d1d781 diff --git a/dev-python/sigstore-rekor-types/metadata.xml b/dev-python/sigstore-rekor-types/metadata.xml new file mode 100644 index 000000000..992f8d55c --- /dev/null +++ b/dev-python/sigstore-rekor-types/metadata.xml @@ -0,0 +1,16 @@ + + + + + b@edevau.net + Andreas Billmeier + + + sigstore-rekor-types + trailofbits/sigstore-rekor-types + + opensource@trailofbits.com + Trail of Bits + + + diff --git a/dev-python/sigstore-rekor-types/sigstore-rekor-types-0.0.13.ebuild b/dev-python/sigstore-rekor-types/sigstore-rekor-types-0.0.13.ebuild new file mode 100644 index 000000000..ae39001c4 --- /dev/null +++ b/dev-python/sigstore-rekor-types/sigstore-rekor-types-0.0.13.ebuild @@ -0,0 +1,23 @@ +# 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=flit +inherit distutils-r1 pypi + +DESCRIPTION="Python models for Rekor's API types" +HOMEPAGE="https://github.com/trailofbits/sigstore-rekor-types https://pypi.org/project/sigstore-rekor-types/" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +RDEPEND="dev-python/pydantic[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest