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 2B63D15803E for ; Tue, 2 Jan 2024 22:56:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F3F92BC088; Tue, 2 Jan 2024 22:56:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11A502BC088 for ; Tue, 2 Jan 2024 22:56:00 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3FD133EB78 for ; Tue, 2 Jan 2024 22:55:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 619EF1300 for ; Tue, 2 Jan 2024 22:55:58 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1704236117.6e9fafbb4e84852112b80d9eff5535349fcb5512.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/minio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/minio/Manifest dev-python/minio/minio-7.2.0.ebuild X-VCS-Directories: dev-python/minio/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 6e9fafbb4e84852112b80d9eff5535349fcb5512 X-VCS-Branch: dev Date: Tue, 2 Jan 2024 22:55: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: 4d9ea594-96b8-4419-94ef-9d8aa0c22d85 X-Archives-Hash: eae7f870d08ec6276d6f3768d84faae0 commit: 6e9fafbb4e84852112b80d9eff5535349fcb5512 Author: Julien Roy jroy ca> AuthorDate: Tue Jan 2 22:53:26 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Tue Jan 2 22:55:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e9fafbb dev-python/minio: drop 7.2.0 Signed-off-by: Julien Roy jroy.ca> dev-python/minio/Manifest | 1 - dev-python/minio/minio-7.2.0.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/dev-python/minio/Manifest b/dev-python/minio/Manifest index 3907c376b1..c321962d61 100644 --- a/dev-python/minio/Manifest +++ b/dev-python/minio/Manifest @@ -1,2 +1 @@ -DIST minio-7.2.0.tar.gz 125936 BLAKE2B b50ef2394dd797d070b979fa1d133fe85ca86a0ca13ea4fcbe249d5eb98a5046d864d3455cb7f07af3ded3bfbd4884da142c8a0e82502b19931468663e42af4a SHA512 66daec47ef6adbd80ae89f54428bfa9d98a7cf40da48e847726d97c3d0e487268f19f7bd0f7e02dcb8dd1941344cabe33eede994e907cd45f230a8007cb3ae55 DIST minio-7.2.2.tar.gz 133658 BLAKE2B f015ad496dd635875506ffe9cb0f02cb5cf2e0c4767cb94b3ea7632b612f926d400a71469eb2a8a9c3631f358fc481230197388d67f687c6694c28eb8ef25634 SHA512 1b1708a3432ce36023491060d9cb51c86725cc4d1746cbc9bf907a4691f0fb97783ef297d331fe8fc7d44f1e6d290a3779431738ddb7f60eaf42c337448c5b4b diff --git a/dev-python/minio/minio-7.2.0.ebuild b/dev-python/minio/minio-7.2.0.ebuild deleted file mode 100644 index 363b52e35d..0000000000 --- a/dev-python/minio/minio-7.2.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 pypi - -DESCRIPTION="MinIO Client SDK for Python" -HOMEPAGE="https://github.com/minio/minio-py" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-python/certifi[${PYTHON_USEDEP}] - dev-python/urllib3[${PYTHON_USEDEP}] -"