Files
gentoo/dev-python/pysnmpcrypto/pysnmpcrypto-0.0.4.ebuild
Michał Górny dfb74b2940 dev-python/pysnmpcrypto: Enable py3.15
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2026-07-01 14:07:40 +02:00

28 lines
598 B
Bash

# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1 pypi
DESCRIPTION="Strong cryptography support for PySNMP (SNMP library for Python)"
HOMEPAGE="
https://pypi.org/project/pysnmpcrypto/
https://github.com/lextudio/pysnmpcrypto
"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ppc ~sparc x86"
RDEPEND="
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/pycryptodome[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest