commit: 2d4cbf16bd2fb0c89934e086e2d4ea5c20e0f05a Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Fri May 31 19:23:49 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Aug 31 04:35:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d4cbf16
dev-python/pysnmpcrypto: new package, add 0.0.4 Bug: https://bugs.gentoo.org/909945 Bug: https://bugs.gentoo.org/910076 Bug: https://bugs.gentoo.org/921689 Bug: https://bugs.gentoo.org/933201 Bug: https://bugs.gentoo.org/934494 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/pysnmpcrypto/Manifest | 1 + dev-python/pysnmpcrypto/metadata.xml | 12 +++++++++++ dev-python/pysnmpcrypto/pysnmpcrypto-0.0.4.ebuild | 26 +++++++++++++++++++++++ 3 files changed, 39 insertions(+) diff --git a/dev-python/pysnmpcrypto/Manifest b/dev-python/pysnmpcrypto/Manifest new file mode 100644 index 000000000000..da1aa7eeea51 --- /dev/null +++ b/dev-python/pysnmpcrypto/Manifest @@ -0,0 +1 @@ +DIST pysnmpcrypto-0.0.4.tar.gz 7244 BLAKE2B 305177bb2cae41859ea1a8dde21879a0e5c75c02b1c00593ceb719394bdadb119b67a652d5f7ea7c80c384f8bab81ab795db747548db8e4a4f1fa96bca291b07 SHA512 ee293ecc787ac24bf7d88966e72f5104d0bf1d7458947c50607051706edb847ac5ca806ace9ef4ae5066576b6610a7eae840a0682fe830515d5024ee2a955ed5 diff --git a/dev-python/pysnmpcrypto/metadata.xml b/dev-python/pysnmpcrypto/metadata.xml new file mode 100644 index 000000000000..b3a13c86260d --- /dev/null +++ b/dev-python/pysnmpcrypto/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + </maintainer> + <stabilize-allarches/> + <upstream> + <remote-id type="github">etingof/pysnmpcrypto</remote-id> + <remote-id type="pypi">pysnmpcrypto</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/pysnmpcrypto/pysnmpcrypto-0.0.4.ebuild b/dev-python/pysnmpcrypto/pysnmpcrypto-0.0.4.ebuild new file mode 100644 index 000000000000..caf4286b3609 --- /dev/null +++ b/dev-python/pysnmpcrypto/pysnmpcrypto-0.0.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{10..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Strong cryptography support for PySNMP (SNMP library for Python)" +HOMEPAGE=" + https://pypi.org/project/pysnmpcrypto/ + https://github.com/etingof/pysnmpcrypto +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/cryptography[${PYTHON_USEDEP}] + dev-python/pycryptodome[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest
