diff options
Diffstat (limited to 'dev-python/pyspnego')
| -rw-r--r-- | dev-python/pyspnego/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/pyspnego/pyspnego-0.12.2.ebuild | 39 |
2 files changed, 41 insertions, 0 deletions
diff --git a/dev-python/pyspnego/Manifest b/dev-python/pyspnego/Manifest index fb9c781f3344..ae46853bdddd 100644 --- a/dev-python/pyspnego/Manifest +++ b/dev-python/pyspnego/Manifest @@ -1,2 +1,4 @@ DIST pyspnego-0.12.1.tar.gz 226027 BLAKE2B 06652f516bc1a2a051ab45f60e21c3010ce77981f4803ca18d9c548261c18b777333882de885d9042be0cf7aa47b86f5c5a08d22772450892d723c2839f15f82 SHA512 a31cb6624262a4f0005a9eaa22d94e192a3577e9aaff26f6202a5da21c304b30e190278341162933b6dfe904f5fe6242ea8d81dae4a3bb1e7653172d9380d135 DIST pyspnego-0.12.1.tar.gz.provenance 9136 BLAKE2B 5494e591b7cdd3dea6ccb9f1701f2c503a8a6094905611201ab6324d48c2e3392b2a33f826b65ea302206826a9b108e720a0a6ecb5c0790d315bbc8b5eee329c SHA512 77e8ff42e0e716dd029a3f399aa00dc0910eb706b57eb0717e3d7877233311ddcd7d3bb19b1e75489b46397c2eec3537d69ee073c4301cb010c55d392b6a2917 +DIST pyspnego-0.12.2.tar.gz 226222 BLAKE2B 5022df42d81c2d94fcc899f84901a37d04bab14169553da11b6b07ed481116d96a7d4a2f1eca75e4a092365580d381e5a87b586cd2facbf07a63e03aeac7eed6 SHA512 cf063252f9c37f56c1ebe586eded81d10c88eb24bd48af6b61d36fa6f825e031a70fbf2195f20b98ef0b2f786de9dc99d09da653201332130b291a298fb21ffc +DIST pyspnego-0.12.2.tar.gz.provenance 9620 BLAKE2B 38f5c384220f302a10bb62bebfb3703b005e708eb91c8a84247869677b8ae4cd49fb6529f459136d43ed7bd23de3fdba02efe7a9a10123ac6e7768f5be8e4469 SHA512 5e739f6cf9eba360c852fa6b3efda92606fea601b43c01386ec3ebe59e97d167f597cd7bb89155d916bda1eb463d1dbbeb43a6930a1922f948df3305772e3922 diff --git a/dev-python/pyspnego/pyspnego-0.12.2.ebuild b/dev-python/pyspnego/pyspnego-0.12.2.ebuild new file mode 100644 index 000000000000..fec3a0dc8bca --- /dev/null +++ b/dev-python/pyspnego/pyspnego-0.12.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 2021-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_VERIFY_REPO=https://github.com/jborean93/pyspnego +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 optfeature pypi + +DESCRIPTION="Library to handle SPNEGO and CredSSP authentication" +HOMEPAGE=" + https://github.com/jborean93/pyspnego/ + https://pypi.org/project/pyspnego/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + +RDEPEND=" + dev-python/cryptography[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/gssapi[${PYTHON_USEDEP}] + >=dev-python/krb5-0.3.0[${PYTHON_USEDEP}] + dev-python/ruamel-yaml[${PYTHON_USEDEP}] + ) +" + +EPYTEST_PLUGINS=( pytest-mock ) +distutils_enable_tests pytest + +pkg_postinst() { + optfeature "Kerberos authentication" "dev-python/gssapi >=dev-python/krb5-0.3.0" + optfeature "YAML output support" "dev-python/ruamel-yaml" +} |
