dev-python/tuf: new package, add 4.0.0

Closes: #3347
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-05-13 07:04:46 +02:00
parent 22bed60316
commit 33272a5ecc
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 43 additions and 0 deletions

3
dev-python/tuf/Manifest Normal file
View File

@ -0,0 +1,3 @@
DIST tuf-4.0.0.tar.gz 270142 BLAKE2B bc6738bc51cc6cde44d2bb058d18f5e455f8febf36e53b4a1902c565be9951708c7331ecb94c878f06b44664ca2c3a484d2bf2657508eeeffce51cfc280a7881 SHA512 3aa105c245586bbaedb52ffd8e58b931ff6e0886c445211a288ee545ad8e1ca2be7e99a8bfe636422a91a19614a49cc5f0bf358bdfcf7713bb269a0729b5f3f6
EBUILD tuf-4.0.0.ebuild 653 BLAKE2B 799483a53231a1cbe17a1eda59a0083024227629a06ea82b97d96e4d76dda664f3706119878cd474b12f9fe6acb95da2015e2350fdca35683b809fdbba40dd10 SHA512 d52409244e5075e4ce65f513389f03a95847a03420703c99965233600b2726d56386c3f5c2fc374ed19fa18f2fb6d643b9dd7d891373a96f0bebb14684596946
MISC metadata.xml 554 BLAKE2B fc922d8f68a465331503b5f1669ea6c2855e7439b401bdad1cb720bf746479ee80b8f48c46f8474c5abc7a06fafda560b282511340c2656fd1899ad30e347cbc SHA512 674d46851c762757b50c49d41317f9d69f8ade9b9cc50f61cb719ef6f6486f2d7e4d9c51d7533911b396c5703ec8dc3c428e4ee21decfd20dd555d6a722735f9

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">tuf</remote-id>
<remote-id type="github">theupdateframework/python-tuf</remote-id>
<maintainer status="unknown">
<email>theupdateframework@googlegroups.com</email>
<name>NYU Tandon School of Engineering</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -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=hatchling
inherit distutils-r1 pypi
DESCRIPTION="A secure updater framework for Python"
HOMEPAGE="https://theupdateframework.io/ https://github.com/theupdateframework/python-tuf/ https://pypi.org/project/tuf/"
LICENSE="|| ( MIT Apache-2.0 )"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/requests-2.19.1[${PYTHON_USEDEP}]
~dev-python/securesystemslib-1.0.0[${PYTHON_USEDEP}]"
distutils_enable_tests pytest