dev-python/sigstore: add 3.6.5
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
DIST sigstore-1.0.0.tar.gz 59359 BLAKE2B cfe9b8c6bad54e5158d3efafbd434b13b541f3f9dcdb2a73bc0be2a6748be2f1857c81f1d55efbaf972ca08ba7c3fd77d03cbf93b271bc08db756b2e84284dab SHA512 cb498742698828bd6b6ec5feeab343b0b364a1d9a6d863988e92b436cb88f82c33dd8fa10bc1cf36ae4a37b14bd9df6ee145e4439360b29e17a6b701346dc004
|
||||
DIST sigstore-1.1.2.tar.gz 61236 BLAKE2B 94defba371e51996e5a10bb84f6e23d38a656f8c15341fdb610bb0d4d6a0483d6341cae76951b6c71469a04d73adb8a3c9b0c0ad59e89085f5d2b85baea838cd SHA512 4822cd76368dfddba07b27835a6291ed7e6e371ddbddbd5e3245947dd1f491881498849ee4e7eb655d0002c226d4b7ad8643ea53a354d58b94db7a412217a257
|
||||
EBUILD sigstore-1.0.0.ebuild 904 BLAKE2B f858214d8a875143dadb1e9291ceb63d343f9512a4d5c25ef0645ebfc890b2f3c43cb4687d1e62cdaecc262d37f70c29512dea0e9152da83a68059f61f0ecc5a SHA512 96deea72c0a429107483f2904109244130c6963a6b7e3908c47b2903e98268ee7f7d2fc5ef035e7b128dfb08ba445a7e4ac80683e0b6ca939bc98314d5ecbf05
|
||||
EBUILD sigstore-1.1.2-r1.ebuild 1005 BLAKE2B d64125da3e654d6ab0c535f2e8588ef47c9f255aecdad079681bdf67625176105c8eeebeb155ec31289d760fde30315fe2a8f29079de3bd7892e26394cb84134 SHA512 7e35e03ae4a2332e022ff2c90957d781dbfd6fee9faf86b5f6952a7da857ecedb4f91f70f846f3b7e178aa14ebc3c9ed8c1632837055bdcfcb3271c0784d08c5
|
||||
DIST sigstore-3.6.5.tar.gz 79858 BLAKE2B d9f048868c00521f431b52fab1962c1245ca91f21e4977a3bcc62b0dc986ab668d2cb814f37fb12ae273871afdfe8632e4778e4608e815e9763d7950e3256446 SHA512 e8099e3060c2f0ba5bbf6e20c69bbbe22fb6e953d6a16f89d2ccf463664031a48bb14acdb2b5d38e5df7456276696a9421deda4fe1c5eb37024297c3b23c7f05
|
||||
EBUILD sigstore-1.0.0.ebuild 913 BLAKE2B 12f8c2ae99010ebde63042b30c0e3ea171faabdc97e606b0faa5a74031d51ca6eba2e6989629f4d22a1c52544ea6f25eb2fd6307dd7889cc92e749fc54d1dbf7 SHA512 69c99290c34a5762d2f6eac2dc827f03a293d621cc13a429f1a258efe9a82003e2baf63e19472c62fce931983bf0721828e13e03f8c82cafbc8e091d9b05361d
|
||||
EBUILD sigstore-1.1.2-r1.ebuild 959 BLAKE2B fc2560c64de2db2f497afeb450cc9c9aaf9e380fab97f3b225c296ca41e797e6102076b31965f316c49312dd85b805ef9b9ba383504f1fed8cca3d8cb771ba56 SHA512 bd7d62d7a621c50d23e04c4a3e59f7530202a74e107ed5ae649d092466b6c508fe397aae8f7e6bc4287b3c767c4fd87a2fefb93afee3d80c43437e4f8a941717
|
||||
EBUILD sigstore-3.6.5.ebuild 1032 BLAKE2B 0f9ec1162f08af92a312bee78062e51adbfe1d67f9613d0c1c0017bd8c179c398a2bb2afd8529a81b4d9ad90acce4b380dc7800ab9d822af7ddc5a36ded542a3 SHA512 198c53b9f1785c12d13a392d6744ccd9c6ea463c0813f95626785cea3cdb66b381ac9f23c9a21a5c6926840ebe86c65f80cf573d7fe5a6ffc1388bbeb2df8853
|
||||
MISC metadata.xml 532 BLAKE2B b10861b46e69eb94c728b3d7dc12379d367f9588657e920d9e00ac306ed7b58df681fd00474b6558eda97ce1d76a107d6fabe3cdfc8ed51c77783b80a1aefbb4 SHA512 ed690da283cdbc7aa98c1f93aa3df7eefb67e315cbe14d68af00dc638cf3c06db86a603edd69381ca11f1fc2812a1d7468b4c08cb2a18ad86a8a23d347fef2ba
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
|
||||
DISTUTILS_USE_PEP517=flit
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
|
||||
DISTUTILS_USE_PEP517=flit
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
@@ -20,8 +20,7 @@ DOCS="README.md"
|
||||
|
||||
RDEPEND="~dev-python/appdirs-1.4.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/cryptography-39.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pydantic-1.10.17[${PYTHON_USEDEP}]
|
||||
<dev-python/pydantic-1.11[${PYTHON_USEDEP}]
|
||||
dev-python/pydantic[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyjwt-2.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyopenssl-23.0.0[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
|
||||
33
dev-python/sigstore/sigstore-3.6.5.ebuild
Normal file
33
dev-python/sigstore/sigstore-3.6.5.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
|
||||
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/id-1.1.0[${PYTHON_USEDEP}]
|
||||
dev-python/pyasn1[${PYTHON_USEDEP}]
|
||||
dev-python/pydantic[${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-13[${PYTHON_USEDEP}]
|
||||
dev-python/securesystemslib[${PYTHON_USEDEP}]
|
||||
dev-python/tuf[${PYTHON_USEDEP}]
|
||||
dev-python/sigstore-protobuf-specs[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user