Skip to content

Commit 22bed60

Browse files
committed
dev-python/securesystemslib: new package, add 1.0.0
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 1bcb4b4 commit 22bed60

File tree

3 files changed

+45
-0
lines changed

3 files changed

+45
-0
lines changed

dev-python/securesystemslib/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST securesystemslib-1.0.0.tar.gz 934573 BLAKE2B d3a583dd7fa12e70726ad8d1d2689c766ddd884acd43d1be286e6645c493e91f6c4ea963190fc43ceaf42e5adb405d872d4244bc7aa5e4dfeca1a77aa1a72330 SHA512 0d39bc15bd86b0e63ea58640df42f3830a643d6b54c9d5d3761418bbb276643734e26ee6d3a4c0b2080f829d328b1a8f61bcb39930d357fbf0d41bc256cfd9ce
2+
EBUILD securesystemslib-1.0.0.ebuild 756 BLAKE2B b7dbd853650e73f308e56166fcb3d2abf0af7c84847664779be4466f09b646643bbe4d36a354cfad41fff0ac22a0c72bdb164598c3b67c072adf8c637fe2db36 SHA512 5096512ffe03922c70934d39f4497900a251977d8673410da1e84c464eedc06388e4f6f1b21fe089c5946abc45749b8f74dc4c1ab6770ebb95f7815a82de3de1
3+
MISC metadata.xml 574 BLAKE2B 7b452980847c2052623445aa36fc39144b3d73e8da716dbb6624acb9f6a119d9cc93e2750e6aa01dcddaf0fcde7c36f6b41718a5a967116eac3afdc7cf55355e SHA512 e7b9a39f8015a4b25511f858858076fec30dad16903189e574147d7e8ac2d63c031d2ea33691942915aac451ae8dfbbbe1326353a19050c558866f5424632e4f
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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>[email protected]</email>
6+
<name>Andreas Billmeier</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="pypi">securesystemslib</remote-id>
10+
<remote-id type="github">secure-systems-lab/securesystemslib</remote-id>
11+
<maintainer status="unknown">
12+
<email>[email protected]</email>
13+
<name>"https://www.updateframework.com"</name>
14+
</maintainer>
15+
</upstream>
16+
</pkgmetadata>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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 library that provides cryptographic and general-purpose routines for Secure Systems Lab projects at NYU"
11+
HOMEPAGE="https://github.com/secure-systems-lab/securesystemslib/ https://pypi.org/project/securesystemslib/"
12+
13+
LICENSE="MIT"
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/cryptography-37.0.0[${PYTHON_USEDEP}]
22+
dev-python/PySPX[${PYTHON_USEDEP}]
23+
dev-python/PyKCS11[${PYTHON_USEDEP}]
24+
dev-python/asn1crypto[${PYTHON_USEDEP}]"
25+
26+
distutils_enable_tests pytest

0 commit comments

Comments
 (0)