diff --git a/README.md b/README.md index 4120ba907..9c3c23a1f 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 2268 Ebuilds in total, 2254 of them have in total 2293 (43 different) licenses assigned. +There are 2267 Ebuilds in total, 2253 of them have in total 2292 (43 different) licenses assigned. |License| Ebuilds using it| |-------|-----| |MIT|1284| -|Apache-2.0|528| +|Apache-2.0|527| |GPL-3|144| |BSD|124| |GPL-2|25| diff --git a/dev-python/sigstore/Manifest b/dev-python/sigstore/Manifest index 4c3bf6bab..be2b6acef 100644 --- a/dev-python/sigstore/Manifest +++ b/dev-python/sigstore/Manifest @@ -1,7 +1,5 @@ DIST sigstore-1.0.0.tar.gz 59359 BLAKE2B cfe9b8c6bad54e5158d3efafbd434b13b541f3f9dcdb2a73bc0be2a6748be2f1857c81f1d55efbaf972ca08ba7c3fd77d03cbf93b271bc08db756b2e84284dab SHA512 cb498742698828bd6b6ec5feeab343b0b364a1d9a6d863988e92b436cb88f82c33dd8fa10bc1cf36ae4a37b14bd9df6ee145e4439360b29e17a6b701346dc004 DIST sigstore-1.1.2.tar.gz 61236 BLAKE2B 94defba371e51996e5a10bb84f6e23d38a656f8c15341fdb610bb0d4d6a0483d6341cae76951b6c71469a04d73adb8a3c9b0c0ad59e89085f5d2b85baea838cd SHA512 4822cd76368dfddba07b27835a6291ed7e6e371ddbddbd5e3245947dd1f491881498849ee4e7eb655d0002c226d4b7ad8643ea53a354d58b94db7a412217a257 -DIST sigstore-3.5.1.tar.gz 83836 BLAKE2B f77c58307fc62155ef609179718aceee0c567922f14c25ab60f071e794901c019538abeaa23146de4c7ed1c00d1d63057f3f20770e3e977186b7cb9aa6fa3894 SHA512 3a0bcecb8927e4f1655ff7cd16f4b707c9eaa650544da8571a20b94297319dca09a38b01d37404b5569c0e11f60e8a1d595f268f2d107d714b39a66ea4f9337a EBUILD sigstore-1.0.0.ebuild 904 BLAKE2B f858214d8a875143dadb1e9291ceb63d343f9512a4d5c25ef0645ebfc890b2f3c43cb4687d1e62cdaecc262d37f70c29512dea0e9152da83a68059f61f0ecc5a SHA512 96deea72c0a429107483f2904109244130c6963a6b7e3908c47b2903e98268ee7f7d2fc5ef035e7b128dfb08ba445a7e4ac80683e0b6ca939bc98314d5ecbf05 EBUILD sigstore-1.1.2.ebuild 959 BLAKE2B 38e2e1474bbeb10e0cc11e519c2891314278cce310bddeda5351735f8b003b2ec11d2d73e878a13f9e7caa1b949f4a05af606580b6db457e85a2a17d9ea5be83 SHA512 bdf1dfa3ba917fb0a71c181876521f590149ff8ba3b527810e895ecfe43f321d875ae9ae1733e402d221a69bc87c77335b2c401f0377707cc3f73cb3abcbf9ec -EBUILD sigstore-3.5.1.ebuild 1076 BLAKE2B 3a7aa4ce6154833c67b7bae1032d19df8effa81027054944036514efbbd7fcf6e875c681dfd07b293e2bc30cee98ed23884d07ee3cc8a52e1632c116a709fa3d SHA512 0b749981f5e7cf3a0602da9a05376075a49c64c2a196ea661120c26b3e2fc8c4b28d4b702a36cca98e882525a96e66ca77e6dbf9d991c1da5aea28a08c177234 MISC metadata.xml 532 BLAKE2B b10861b46e69eb94c728b3d7dc12379d367f9588657e920d9e00ac306ed7b58df681fd00474b6558eda97ce1d76a107d6fabe3cdfc8ed51c77783b80a1aefbb4 SHA512 ed690da283cdbc7aa98c1f93aa3df7eefb67e315cbe14d68af00dc638cf3c06db86a603edd69381ca11f1fc2812a1d7468b4c08cb2a18ad86a8a23d347fef2ba diff --git a/dev-python/sigstore/sigstore-3.5.1.ebuild b/dev-python/sigstore/sigstore-3.5.1.ebuild deleted file mode 100644 index 1f861e6b8..000000000 --- a/dev-python/sigstore/sigstore-3.5.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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="A tool for generating and verifying Sigstore signatures." -HOMEPAGE="https://www.sigstore.dev https://github.com/sigstore/sigstore-python https://pypi.org/project/sigstore/" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 arm arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DOCS="README.md" - -RDEPEND=">=dev-python/cryptography-42.0.0[${PYTHON_USEDEP}] - >=dev-python/pyasn1-0.6[${PYTHON_USEDEP}] - >=dev-python/pydantic-2.0.0[${PYTHON_USEDEP}] - >=dev-python/pyjwt-2.1.0[${PYTHON_USEDEP}] - >=dev-python/pyopenssl-23.0.0[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/rich[${PYTHON_USEDEP}] - dev-python/rfc8785[${PYTHON_USEDEP}] - dev-python/sigstore-protobuf-specs[${PYTHON_USEDEP}] - dev-python/sigstore-rekor-types[${PYTHON_USEDEP}] - dev-python/tuf[${PYTHON_USEDEP}] - dev-python/platformdirs[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest