File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ DIST tuf-4.0.0.tar.gz 270142 BLAKE2B bc6738bc51cc6cde44d2bb058d18f5e455f8febf36e53b4a1902c565be9951708c7331ecb94c878f06b44664ca2c3a484d2bf2657508eeeffce51cfc280a7881 SHA512 3aa105c245586bbaedb52ffd8e58b931ff6e0886c445211a288ee545ad8e1ca2be7e99a8bfe636422a91a19614a49cc5f0bf358bdfcf7713bb269a0729b5f3f6
2+ EBUILD tuf-4.0.0.ebuild 653 BLAKE2B 799483a53231a1cbe17a1eda59a0083024227629a06ea82b97d96e4d76dda664f3706119878cd474b12f9fe6acb95da2015e2350fdca35683b809fdbba40dd10 SHA512 d52409244e5075e4ce65f513389f03a95847a03420703c99965233600b2726d56386c3f5c2fc374ed19fa18f2fb6d643b9dd7d891373a96f0bebb14684596946
3+ MISC metadata.xml 554 BLAKE2B fc922d8f68a465331503b5f1669ea6c2855e7439b401bdad1cb720bf746479ee80b8f48c46f8474c5abc7a06fafda560b282511340c2656fd1899ad30e347cbc SHA512 674d46851c762757b50c49d41317f9d69f8ade9b9cc50f61cb719ef6f6486f2d7e4d9c51d7533911b396c5703ec8dc3c428e4ee21decfd20dd555d6a722735f9
Original file line number Diff line number Diff line change 1+ <?xml version =' 1.0' encoding =' UTF-8' ?>
2+ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+ <pkgmetadata >
4+ <maintainer type =" project" >
5+ <email >b@edevau.net</email >
6+ <name >Andreas Billmeier</name >
7+ </maintainer >
8+ <upstream >
9+ <remote-id type =" pypi" >tuf</remote-id >
10+ <remote-id type =" github" >theupdateframework/python-tuf</remote-id >
11+ <maintainer status =" unknown" >
12+ <email >theupdateframework@googlegroups.com</email >
13+ <name >NYU Tandon School of Engineering</name >
14+ </maintainer >
15+ </upstream >
16+ </pkgmetadata >
Original file line number Diff line number Diff line change 1+ # Copyright 1999-2024 Gentoo Authors
2+ # Distributed under the terms of the GNU General Public License v2
3+
4+ EAPI=8
5+
6+ PYTHON_COMPAT=( python3_{11..13} )
7+ DISTUTILS_USE_PEP517=hatchling
8+ inherit distutils-r1 pypi
9+
10+ DESCRIPTION=" A secure updater framework for Python"
11+ HOMEPAGE=" https://theupdateframework.io/ https://github.com/theupdateframework/python-tuf/ https://pypi.org/project/tuf/"
12+
13+ LICENSE=" || ( MIT Apache-2.0 )"
14+ SLOT=" 0"
15+ KEYWORDS=" amd64 arm arm64 x86"
16+ IUSE=" test"
17+ RESTRICT=" !test? ( test )"
18+
19+ DOCS=" README.md"
20+
21+ RDEPEND=" >=dev-python/requests-2.19.1[${PYTHON_USEDEP} ]
22+ ~dev-python/securesystemslib-1.0.0[${PYTHON_USEDEP} ]"
23+
24+ distutils_enable_tests pytest
You can’t perform that action at this time.
0 commit comments