dev-python/sigstore-rekor-types: new package, add 0.0.13

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-10-27 18:27:26 +01:00
parent 36e989d812
commit d909cc75de
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 44 additions and 2 deletions

View File

@ -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|

View File

@ -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

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">sigstore-rekor-types</remote-id>
<remote-id type="github">trailofbits/sigstore-rekor-types</remote-id>
<maintainer status="unknown">
<email>opensource@trailofbits.com</email>
<name>Trail of Bits</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -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