commit:     3f074d0b908b16e426fc658c382a82ddfd4a34e6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  3 05:34:46 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar  3 05:58:14 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f074d0b

dev-python/pyspnego: Bump to 0.12.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyspnego/Manifest               |  2 ++
 dev-python/pyspnego/pyspnego-0.12.1.ebuild | 39 ++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/pyspnego/Manifest b/dev-python/pyspnego/Manifest
index 1e8755c90c98..137e353cdbcb 100644
--- a/dev-python/pyspnego/Manifest
+++ b/dev-python/pyspnego/Manifest
@@ -1 +1,3 @@
 DIST pyspnego-0.12.0.tar.gz 225764 BLAKE2B 
06abe5628ee0f92fb5b6a752d301a592639c3a1e6b33445465cba8cf42380adba6ceb1f47e11e1f48995b09874659e28d7db619d0eb13c1d3ab0a05948bc7c31
 SHA512 
0fb6d0c7f07a9ed0ab10ea5bf771acb7b99d91c6f3031faa5451520004fcc6868751f86725a3b8a75078d6396ffae60669a40fca46f24853587922d01ae76e52
+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

diff --git a/dev-python/pyspnego/pyspnego-0.12.1.ebuild 
b/dev-python/pyspnego/pyspnego-0.12.1.ebuild
new file mode 100644
index 000000000000..6d1ad670cc64
--- /dev/null
+++ b/dev-python/pyspnego/pyspnego-0.12.1.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_{11..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"
+}

Reply via email to