From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyspnego/
Date: Sat, 30 Sep 2023 06:46:36 +0000 (UTC) [thread overview]
Message-ID: <1696056390.8d5e4505d9ecab5753739bb7762baadaee02bcd9.mgorny@gentoo> (raw)
commit: 8d5e4505d9ecab5753739bb7762baadaee02bcd9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 06:45:14 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 06:46:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d5e4505
dev-python/pyspnego: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyspnego/Manifest | 2 --
dev-python/pyspnego/pyspnego-0.9.1.ebuild | 39 -------------------------------
dev-python/pyspnego/pyspnego-0.9.2.ebuild | 39 -------------------------------
3 files changed, 80 deletions(-)
diff --git a/dev-python/pyspnego/Manifest b/dev-python/pyspnego/Manifest
index 396548043ecc..9fb842d68e17 100644
--- a/dev-python/pyspnego/Manifest
+++ b/dev-python/pyspnego/Manifest
@@ -1,4 +1,2 @@
DIST pyspnego-0.10.0.tar.gz 221948 BLAKE2B b98ec74c4e0896a27ef718a426bd030113b57397b5fc8337d826a71dc3ff5068b95c8ee439615c7ab067ed4caf8f5801f3430bd3dce67286a14952e7797c2941 SHA512 4ab2c1e51c1e79a9b241600aa40d4a0ed70958d4cd9c2dba0f11e02e980810c0bc67cdb89b10eea3c42c84dcb8f98e284c108cfee75ae87a3107870cab854209
DIST pyspnego-0.10.1.tar.gz 222011 BLAKE2B d7089023cf968029d6ec29216bda154824f19a504ab76ad9f3032fcb6c821ca67435bff7c54a86a881fd802787433e61530a458b797d8c91d19ae25b8766b016 SHA512 881291d3d5f81d0970f1b2cea201c055baf3973aae84cf15995e6f2c5a0ac8a23686e49b163f7d85b8fd0226f98de59bafc939c6983d1a81e954a3f22b34714e
-DIST pyspnego-0.9.1.tar.gz 233824 BLAKE2B c36d2ee697ed9dcb7a3c7d3a3ec2bc58b88ac6ba5a020c852b4ba7d0a01d3dd4a3801d91a9456f3f4710684df16a3a4c7d449cfa58e141ae5085bef0f0fe6f21 SHA512 6c516cae43bff523ec19b6ef52e7691a688bada027a183b98e0121bdd4f44f887a5fa87f3ab173dff1e18d84a7886a2a04de80dbd6873cc1dafb1d7369a9d932
-DIST pyspnego-0.9.2.tar.gz 233819 BLAKE2B e4fc4b8cd760210c2e4dd188a651725fa6579fe429ca227e8a5cc1f46111e3e8e6cb07bc4256f60560d86bcd0a2b2e621efbd0dc193d3f67f66a1fdb79ef8f9e SHA512 6775efa12b1f93addf9257145d020e5fcb5139edf8ffcbdca03cd55de7ee992b47af5278206de85e50a824abbf0a037a50dc7e47ca5b6f79b2f4e854d926a8f3
diff --git a/dev-python/pyspnego/pyspnego-0.9.1.ebuild b/dev-python/pyspnego/pyspnego-0.9.1.ebuild
deleted file mode 100644
index 9daf3600c887..000000000000
--- a/dev-python/pyspnego/pyspnego-0.9.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-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="
- dev-python/cython[${PYTHON_USEDEP}]
- 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"
-}
diff --git a/dev-python/pyspnego/pyspnego-0.9.2.ebuild b/dev-python/pyspnego/pyspnego-0.9.2.ebuild
deleted file mode 100644
index 814c28e01ada..000000000000
--- a/dev-python/pyspnego/pyspnego-0.9.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-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="
- dev-python/cython[${PYTHON_USEDEP}]
- 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"
-}
next reply other threads:[~2023-09-30 6:46 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-30 6:46 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-30 12:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyspnego/ Michał Górny
2024-11-30 12:13 Jakov Smolić
2024-11-12 5:35 Michał Górny
2024-08-10 6:28 Michał Górny
2024-08-10 6:26 Michał Górny
2024-07-24 4:45 Michał Górny
2024-06-29 16:58 Michał Górny
2024-06-13 4:05 Michał Górny
2024-06-12 10:03 Michał Górny
2023-11-02 5:44 Michał Górny
2023-11-01 20:37 Arthur Zamarin
2023-10-04 5:51 Michał Górny
2023-09-30 5:54 Arthur Zamarin
2023-09-29 19:13 Arthur Zamarin
2023-09-27 7:18 Michał Górny
2023-08-29 4:20 Michał Górny
2023-07-24 12:40 Michał Górny
2023-06-14 16:11 Michał Górny
2023-06-02 4:52 Michał Górny
2023-06-01 20:04 Sam James
2023-05-31 21:00 Sam James
2023-04-29 5:20 Michał Górny
2023-03-20 5:36 Michał Górny
2023-03-19 18:56 Arthur Zamarin
2023-02-17 7:38 Michał Górny
2023-02-03 12:32 Michał Górny
2023-02-03 12:09 Arthur Zamarin
2022-12-19 6:46 Michał Górny
2022-11-29 8:48 Michał Górny
2022-11-29 7:38 Arthur Zamarin
2022-11-04 8:23 Arthur Zamarin
2022-10-27 4:49 Michał Górny
2022-10-26 3:26 Michał Górny
2022-09-20 5:57 Michał Górny
2022-09-19 20:10 Jakov Smolić
2022-09-11 5:31 Michał Górny
2022-09-10 22:57 Jakov Smolić
2022-08-18 18:11 Arthur Zamarin
2022-08-15 8:08 Michał Górny
2022-08-15 7:46 Agostino Sarubbo
2022-08-13 12:35 Michał Górny
2022-08-13 11:31 Arthur Zamarin
2022-08-11 8:50 Michał Górny
2022-07-11 7:06 Michał Górny
2022-05-31 10:30 Michał Górny
2022-05-31 7:56 Jakov Smolić
2022-05-31 7:07 Jakov Smolić
2022-05-31 7:07 Jakov Smolić
2022-04-29 6:17 Michał Górny
2022-04-27 6:46 Michał Górny
2022-04-26 22:44 Sam James
2022-04-26 22:43 Sam James
2022-04-26 16:56 Arthur Zamarin
2022-03-23 13:00 Michał Górny
2022-03-23 9:58 Jakov Smolić
2022-03-22 6:35 Michał Górny
2022-03-21 13:05 Jakov Smolić
2022-03-21 13:05 Jakov Smolić
2022-02-21 9:15 Michał Górny
2022-02-16 22:34 Michał Górny
2021-12-10 7:39 Agostino Sarubbo
2021-12-10 4:40 Sam James
2021-12-09 21:53 Arthur Zamarin
2021-11-28 12:06 Marek Szuba
2021-11-05 3:17 Sam James
2021-11-04 21:15 Sam James
2021-11-03 8:03 Arthur Zamarin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1696056390.8d5e4505d9ecab5753739bb7762baadaee02bcd9.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox