commit: 27eb05d7be33394c39fe19b85519c5377253ad5a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 3 05:34:17 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=27eb05d7
dev-python/pyspnego: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyspnego/Manifest | 1 -
dev-python/pyspnego/pyspnego-0.11.2.ebuild | 38 ------------------------------
2 files changed, 39 deletions(-)
diff --git a/dev-python/pyspnego/Manifest b/dev-python/pyspnego/Manifest
index becdb5458648..1e8755c90c98 100644
--- a/dev-python/pyspnego/Manifest
+++ b/dev-python/pyspnego/Manifest
@@ -1,2 +1 @@
-DIST pyspnego-0.11.2.tar.gz 225954 BLAKE2B
58a2f17a74805ae68cd49b382e2185b6d9e4920e8be7d672efff3258e37d2b8adb56092c5bfbcbb02b7106ad039e08394d60e389dac930a1fff7d4f85e353512
SHA512
6e2a16b538d5c078842db1629628b13257a900c51778b9186f4edff33b4e932eaff2a8ccad41b50a8a89118283059fc716cfc92dfe423ed1ead1a22e6a172a9c
DIST pyspnego-0.12.0.tar.gz 225764 BLAKE2B
06abe5628ee0f92fb5b6a752d301a592639c3a1e6b33445465cba8cf42380adba6ceb1f47e11e1f48995b09874659e28d7db619d0eb13c1d3ab0a05948bc7c31
SHA512
0fb6d0c7f07a9ed0ab10ea5bf771acb7b99d91c6f3031faa5451520004fcc6868751f86725a3b8a75078d6396ffae60669a40fca46f24853587922d01ae76e52
diff --git a/dev-python/pyspnego/pyspnego-0.11.2.ebuild
b/dev-python/pyspnego/pyspnego-0.11.2.ebuild
deleted file mode 100644
index a5e53956766c..000000000000
--- a/dev-python/pyspnego/pyspnego-0.11.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-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/pytest-mock[${PYTHON_USEDEP}]
- dev-python/ruamel-yaml[${PYTHON_USEDEP}]
- )
-"
-
-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"
-}