From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 107AA158004 for ; Sat, 29 Jun 2024 16:59:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08A1AE2AA0; Sat, 29 Jun 2024 16:59:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D96AEE2A9F for ; Sat, 29 Jun 2024 16:59:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7DC113406BF for ; Sat, 29 Jun 2024 16:59:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 194ED1D9F for ; Sat, 29 Jun 2024 16:58:58 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1719680305.6ba88cda33ed9f15772e25782d5a0182475b6522.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-kerberos/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/requests-kerberos/Manifest dev-python/requests-kerberos/requests-kerberos-0.14.0-r1.ebuild X-VCS-Directories: dev-python/requests-kerberos/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6ba88cda33ed9f15772e25782d5a0182475b6522 X-VCS-Branch: master Date: Sat, 29 Jun 2024 16:58:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 27840d25-f0c3-4419-87b9-29f8fd770f6b X-Archives-Hash: 4a27c1f9170e0cfe05ff6de7b886c37d commit: 6ba88cda33ed9f15772e25782d5a0182475b6522 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 29 15:48:59 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 29 16:58:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba88cda dev-python/requests-kerberos: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/requests-kerberos/Manifest | 1 - .../requests-kerberos-0.14.0-r1.ebuild | 38 ---------------------- 2 files changed, 39 deletions(-) diff --git a/dev-python/requests-kerberos/Manifest b/dev-python/requests-kerberos/Manifest index 1443363f54b8..2f9eefb1007e 100644 --- a/dev-python/requests-kerberos/Manifest +++ b/dev-python/requests-kerberos/Manifest @@ -1,2 +1 @@ -DIST requests-kerberos-0.14.0.tar.gz 21275 BLAKE2B d64c92bf70df07a8dd38626a6699ecb95aaf82b6aa93797eefa80af2b9760f5b064e0aa3a3bca5242ef73ce1efc4b6ef0ef1bb1802c7c59a20b6655bd3894aae SHA512 9dd6eed0d6afe4b852ba96f621be3af2965e9011bf372c5dce77e0bca18191255ea407ba313904271615d722d60029807db2d6815b24437b021b02b026eb60d6 DIST requests-kerberos-0.15.0.gh.tar.gz 21883 BLAKE2B 44af889a4a0a553ff0e727a7e89f9c73917dc4bd41524e29fa36b85a33e1c1c548b582672b928ee08bec33242bb3e69f8a9bd16c59d82db4ce7314adf12c06c1 SHA512 7ff6e1a366749d96ec5c193f1f945ffa0709d6cf636ddd49f83813b66d2f0a914538f94d8f53b61ec4d674ef22d882fb7565f420c0126ecd9c70ca4ebf690475 diff --git a/dev-python/requests-kerberos/requests-kerberos-0.14.0-r1.ebuild b/dev-python/requests-kerberos/requests-kerberos-0.14.0-r1.ebuild deleted file mode 100644 index eb525d29942d..000000000000 --- a/dev-python/requests-kerberos/requests-kerberos-0.14.0-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-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 - -DESCRIPTION="A Kerberos authentication handler for python-requests" -HOMEPAGE=" - https://github.com/requests/requests-kerberos/ - https://pypi.org/project/requests-kerberos/ -" -SRC_URI=" - https://github.com/requests/${PN}/archive/v${PV}.tar.gz - -> ${P}.tar.gz -" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~riscv x86" - -RDEPEND=" - dev-python/cryptography[${PYTHON_USEDEP}] - >=dev-python/requests-1.1.0[${PYTHON_USEDEP}] - dev-python/pyspnego[${PYTHON_USEDEP}] - dev-python/gssapi[${PYTHON_USEDEP}] - dev-python/krb5[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/pytest-mock[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest