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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1B5E6158088 for ; Sun, 17 Oct 2021 09:31:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2962DE095A; Sun, 17 Oct 2021 09:31:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11062E0958 for ; Sun, 17 Oct 2021 09:31:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01CCC34308D for ; Sun, 17 Oct 2021 09:31:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AB66151 for ; Sun, 17 Oct 2021 09:31:27 +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: <1634462773.4161ef6198601af1715fb85a958256d7246ee9f1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests_pkcs12/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/requests_pkcs12/Manifest dev-python/requests_pkcs12/requests_pkcs12-1.7.ebuild X-VCS-Directories: dev-python/requests_pkcs12/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4161ef6198601af1715fb85a958256d7246ee9f1 X-VCS-Branch: master Date: Sun, 17 Oct 2021 09:31:27 +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: d1eb55b3-8a38-4954-9e5a-83bbba21563a X-Archives-Hash: 1892f3207adcd34e8e90db0712da24b2 commit: 4161ef6198601af1715fb85a958256d7246ee9f1 Author: Michał Górny gentoo org> AuthorDate: Sun Oct 17 09:26:13 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 17 09:26:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4161ef61 dev-python/requests_pkcs12: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/requests_pkcs12/Manifest | 1 - .../requests_pkcs12/requests_pkcs12-1.7.ebuild | 24 ---------------------- 2 files changed, 25 deletions(-) diff --git a/dev-python/requests_pkcs12/Manifest b/dev-python/requests_pkcs12/Manifest index b73c1ddc6e2..62304f5b98e 100644 --- a/dev-python/requests_pkcs12/Manifest +++ b/dev-python/requests_pkcs12/Manifest @@ -1,2 +1 @@ DIST requests_pkcs12-1.10.tar.gz 4284 BLAKE2B 46ebbb00921f356ccf5793fe486d3e0d71b9b1688cb49d1c846c2ef808087bb51b71c18e89539946bf4b0c8d47df5ae7acda342b0e1293bf8a031eba5ba0ace5 SHA512 139d1b1ae740db7667bb079f955610ebbe6327dd6f050d59a0e6603f21a9fe0afde8dcb2ec666bc83f6b4205de05948dacf39bdec2d9f26bf3eaa7d6998f2fbb -DIST requests_pkcs12-1.7.tar.gz 3914 BLAKE2B f91c7d1677964cfe903b4c0f688e25b5b3b7eb921fdeb4e794cbea24ceafe4e44f7587df48c0ad56ff20114641f6897ab4ef26a64b53e6fcb7d713ecf36bb1c0 SHA512 be3fe00ef405b44d9f160ff35c072b86da511a68380e2737e9316a0d1dd89c3d8ba7adbaaf9865ca01cfbbdb85c477364780cbe3e77e2963dcd7b54519a95356 diff --git a/dev-python/requests_pkcs12/requests_pkcs12-1.7.ebuild b/dev-python/requests_pkcs12/requests_pkcs12-1.7.ebuild deleted file mode 100644 index 8eba6ee2535..00000000000 --- a/dev-python/requests_pkcs12/requests_pkcs12-1.7.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) -inherit distutils-r1 - -DESCRIPTION="Adds PKCS#12 support to the Python requests library in a clean way" -HOMEPAGE="https://github.com/m-click/requests_pkcs12" -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" - -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -DEPEND="" - -RDEPEND=" - dev-python/pyopenssl[${PYTHON_USEDEP}] - >=dev-python/requests-2.18.4[${PYTHON_USEDEP}] -"