Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyspnego/
Date: Mon, 20 Mar 2023 05:36:32
Message-Id: 1679290575.8cdea1381a1c3aa85647b99f280ffcad0be960f5.mgorny@gentoo
1 commit: 8cdea1381a1c3aa85647b99f280ffcad0be960f5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 20 05:16:03 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 20 05:36:15 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cdea138
7
8 dev-python/pyspnego: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyspnego/Manifest | 1 -
13 dev-python/pyspnego/pyspnego-0.7.0.ebuild | 40 -------------------------------
14 2 files changed, 41 deletions(-)
15
16 diff --git a/dev-python/pyspnego/Manifest b/dev-python/pyspnego/Manifest
17 index 6585e53ce2f9..05da4a1d68a5 100644
18 --- a/dev-python/pyspnego/Manifest
19 +++ b/dev-python/pyspnego/Manifest
20 @@ -1,2 +1 @@
21 -DIST pyspnego-0.7.0.tar.gz 219295 BLAKE2B 43a31b468ac52750858c74c676c29611f5294d64efe3b0b4ac31acbd0d3c8fb346fea0c396de98908ea7d03040e0d4b5e3e2adacc911413bfafad8e295fd3bb3 SHA512 0c3eeab267bc43fbc3836d2a804e25304ed245ae3f0bf7926cdfd1edd4815c6f25580c655218857ea117e63b13e0ea3e343614580096151d4d720ff6c79ab844
22 DIST pyspnego-0.8.0.tar.gz 222900 BLAKE2B aa526c6506f680008ded0a86e938629ccc9ca89454d7987017903e9e5fe26204346bd4eefae3a35c641309391a4784c23e1a3e51d8a03f5ab517516e1a3a4965 SHA512 d9d6356cf9d78fde6669606df7b56f0004957ed58f94cd3965d63827df702ffc10299296153f8c089853f3b22a684e08129d607b4eaedfd332b8b82652119e89
23
24 diff --git a/dev-python/pyspnego/pyspnego-0.7.0.ebuild b/dev-python/pyspnego/pyspnego-0.7.0.ebuild
25 deleted file mode 100644
26 index 7391046a331a..000000000000
27 --- a/dev-python/pyspnego/pyspnego-0.7.0.ebuild
28 +++ /dev/null
29 @@ -1,40 +0,0 @@
30 -# Copyright 2021-2023 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( python3_{9..11} )
37 -
38 -inherit distutils-r1 optfeature
39 -
40 -DESCRIPTION="Library to handle SPNEGO and CredSSP authentication"
41 -HOMEPAGE="
42 - https://github.com/jborean93/pyspnego/
43 - https://pypi.org/project/pyspnego/
44 -"
45 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="amd64 ~arm arm64 ~riscv x86"
50 -
51 -RDEPEND="
52 - dev-python/cryptography[${PYTHON_USEDEP}]
53 -"
54 -BDEPEND="
55 - dev-python/cython[${PYTHON_USEDEP}]
56 - test? (
57 - dev-python/gssapi[${PYTHON_USEDEP}]
58 - >=dev-python/krb5-0.3.0[${PYTHON_USEDEP}]
59 - dev-python/pytest-mock[${PYTHON_USEDEP}]
60 - dev-python/ruamel-yaml[${PYTHON_USEDEP}]
61 - )
62 -"
63 -
64 -distutils_enable_tests pytest
65 -
66 -pkg_postinst() {
67 - optfeature "Kerberos authentication" "dev-python/gssapi >=dev-python/krb5-0.3.0"
68 - optfeature "YAML output support" "dev-python/ruamel-yaml"
69 -}