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 29C1715808B for ; Sat, 17 Feb 2024 21:17:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 112362BC018; Sat, 17 Feb 2024 21:17:41 +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 6D1082BC019 for ; Sat, 17 Feb 2024 21:17:40 +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 80388342FA3 for ; Sat, 17 Feb 2024 21:17:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F4F214CA for ; Sat, 17 Feb 2024 21:17:38 +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: <1708203828.d9c41d0ca1460e4b022f7bea1eb5807742a7d4e4.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/minio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/minio/Manifest dev-python/minio/metadata.xml dev-python/minio/minio-7.2.2.ebuild dev-python/minio/minio-7.2.3.ebuild X-VCS-Directories: dev-python/minio/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: d9c41d0ca1460e4b022f7bea1eb5807742a7d4e4 X-VCS-Branch: master Date: Sat, 17 Feb 2024 21:17:38 +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: b7c5acc2-9b42-4d70-b5f8-baec125fb0d6 X-Archives-Hash: f9d1ab9318e9d7ac036165d623fac067 commit: d9c41d0ca1460e4b022f7bea1eb5807742a7d4e4 Author: Julien Roy jroy ca> AuthorDate: Sat Feb 17 17:50:00 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Feb 17 21:03:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9c41d0c dev-python/minio: treeclean Signed-off-by: Julien Roy jroy.ca> dev-python/minio/Manifest | 2 -- dev-python/minio/metadata.xml | 16 ---------------- dev-python/minio/minio-7.2.2.ebuild | 21 --------------------- dev-python/minio/minio-7.2.3.ebuild | 21 --------------------- 4 files changed, 60 deletions(-) diff --git a/dev-python/minio/Manifest b/dev-python/minio/Manifest deleted file mode 100644 index cdbd9c559c..0000000000 --- a/dev-python/minio/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST minio-7.2.2.tar.gz 133658 BLAKE2B f015ad496dd635875506ffe9cb0f02cb5cf2e0c4767cb94b3ea7632b612f926d400a71469eb2a8a9c3631f358fc481230197388d67f687c6694c28eb8ef25634 SHA512 1b1708a3432ce36023491060d9cb51c86725cc4d1746cbc9bf907a4691f0fb97783ef297d331fe8fc7d44f1e6d290a3779431738ddb7f60eaf42c337448c5b4b -DIST minio-7.2.3.tar.gz 133932 BLAKE2B 7a4091088882582522301dd38ad02ba95dc5b4e2c147d3363c7e066578fd490647acea4e07cc0aedd4b3304dc491645298537f914d6a422ee5e004ef91be796f SHA512 2e87e77a4534f186c5e7cafcb954d35ba5aa474c8e9f0b01e1062fac62f2987cd6547de79c90382d164f887986e8ceb443bca9fee39a7f7d927c3534cd533f5f diff --git a/dev-python/minio/metadata.xml b/dev-python/minio/metadata.xml deleted file mode 100644 index f1cade0b01..0000000000 --- a/dev-python/minio/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - julien@jroy.ca - Julien Roy - - MinIO Python SDK is Simple Storage Service (aka S3) client to perform bucket and object operations to any Amazon S3 compatible object storage service. - - https://github.com/minio/minio-py/releases - https://min.io/docs/minio/kubernetes/upstream/index.html - https://github.com/minio/minio-py/issues - minio/minio-py - minio - - diff --git a/dev-python/minio/minio-7.2.2.ebuild b/dev-python/minio/minio-7.2.2.ebuild deleted file mode 100644 index 12af52562c..0000000000 --- a/dev-python/minio/minio-7.2.2.ebuild +++ /dev/null @@ -1,21 +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=" - dev-python/certifi[${PYTHON_USEDEP}] - dev-python/urllib3[${PYTHON_USEDEP}] -" diff --git a/dev-python/minio/minio-7.2.3.ebuild b/dev-python/minio/minio-7.2.3.ebuild deleted file mode 100644 index 12af52562c..0000000000 --- a/dev-python/minio/minio-7.2.3.ebuild +++ /dev/null @@ -1,21 +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=" - dev-python/certifi[${PYTHON_USEDEP}] - dev-python/urllib3[${PYTHON_USEDEP}] -" 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 C9C1415808B for ; Sat, 17 Feb 2024 21:06:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 488ADE2A7E; Sat, 17 Feb 2024 21:06:33 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25E54E2A7E for ; Sat, 17 Feb 2024 21:06:33 +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 0C91E34067D for ; Sat, 17 Feb 2024 21:06:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63B7713DB for ; Sat, 17 Feb 2024 21:06:30 +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: <1708203828.d9c41d0ca1460e4b022f7bea1eb5807742a7d4e4.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/metadata.xml dev-python/minio/minio-7.2.2.ebuild dev-python/minio/minio-7.2.3.ebuild X-VCS-Directories: dev-python/minio/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: d9c41d0ca1460e4b022f7bea1eb5807742a7d4e4 X-VCS-Branch: dev Date: Sat, 17 Feb 2024 21:06:30 +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: d72a7bc2-e928-40eb-81bf-28ed79ba796a X-Archives-Hash: c7851af7d0406a38f4478efb1785a64a Message-ID: <20240217210630.u2gqQZZJMY2l_SiqjRcbS5IiWPaZFbg7T4IF0GQE11E@z> commit: d9c41d0ca1460e4b022f7bea1eb5807742a7d4e4 Author: Julien Roy jroy ca> AuthorDate: Sat Feb 17 17:50:00 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Feb 17 21:03:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9c41d0c dev-python/minio: treeclean Signed-off-by: Julien Roy jroy.ca> dev-python/minio/Manifest | 2 -- dev-python/minio/metadata.xml | 16 ---------------- dev-python/minio/minio-7.2.2.ebuild | 21 --------------------- dev-python/minio/minio-7.2.3.ebuild | 21 --------------------- 4 files changed, 60 deletions(-) diff --git a/dev-python/minio/Manifest b/dev-python/minio/Manifest deleted file mode 100644 index cdbd9c559c..0000000000 --- a/dev-python/minio/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST minio-7.2.2.tar.gz 133658 BLAKE2B f015ad496dd635875506ffe9cb0f02cb5cf2e0c4767cb94b3ea7632b612f926d400a71469eb2a8a9c3631f358fc481230197388d67f687c6694c28eb8ef25634 SHA512 1b1708a3432ce36023491060d9cb51c86725cc4d1746cbc9bf907a4691f0fb97783ef297d331fe8fc7d44f1e6d290a3779431738ddb7f60eaf42c337448c5b4b -DIST minio-7.2.3.tar.gz 133932 BLAKE2B 7a4091088882582522301dd38ad02ba95dc5b4e2c147d3363c7e066578fd490647acea4e07cc0aedd4b3304dc491645298537f914d6a422ee5e004ef91be796f SHA512 2e87e77a4534f186c5e7cafcb954d35ba5aa474c8e9f0b01e1062fac62f2987cd6547de79c90382d164f887986e8ceb443bca9fee39a7f7d927c3534cd533f5f diff --git a/dev-python/minio/metadata.xml b/dev-python/minio/metadata.xml deleted file mode 100644 index f1cade0b01..0000000000 --- a/dev-python/minio/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - julien@jroy.ca - Julien Roy - - MinIO Python SDK is Simple Storage Service (aka S3) client to perform bucket and object operations to any Amazon S3 compatible object storage service. - - https://github.com/minio/minio-py/releases - https://min.io/docs/minio/kubernetes/upstream/index.html - https://github.com/minio/minio-py/issues - minio/minio-py - minio - - diff --git a/dev-python/minio/minio-7.2.2.ebuild b/dev-python/minio/minio-7.2.2.ebuild deleted file mode 100644 index 12af52562c..0000000000 --- a/dev-python/minio/minio-7.2.2.ebuild +++ /dev/null @@ -1,21 +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=" - dev-python/certifi[${PYTHON_USEDEP}] - dev-python/urllib3[${PYTHON_USEDEP}] -" diff --git a/dev-python/minio/minio-7.2.3.ebuild b/dev-python/minio/minio-7.2.3.ebuild deleted file mode 100644 index 12af52562c..0000000000 --- a/dev-python/minio/minio-7.2.3.ebuild +++ /dev/null @@ -1,21 +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=" - dev-python/certifi[${PYTHON_USEDEP}] - dev-python/urllib3[${PYTHON_USEDEP}] -"