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 AA3E8158089 for ; Thu, 28 Sep 2023 19:37:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D485D2BC020; Thu, 28 Sep 2023 19:37:08 +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 B322B2BC020 for ; Thu, 28 Sep 2023 19:37:08 +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 C3F5D335CD2 for ; Thu, 28 Sep 2023 19:37:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 138F11147 for ; Thu, 28 Sep 2023 19:37:06 +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: <1695929780.ecb97ff9a1f8dbb35ded60cd55663cab2afdc902.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.1.17.ebuild X-VCS-Directories: dev-python/minio/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: ecb97ff9a1f8dbb35ded60cd55663cab2afdc902 X-VCS-Branch: dev Date: Thu, 28 Sep 2023 19:37:06 +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: 89e101a7-a0d6-4949-a051-2fb2ac7139df X-Archives-Hash: 5556ae070c1c849f95c5f410974cf603 commit: ecb97ff9a1f8dbb35ded60cd55663cab2afdc902 Author: Julien Roy jroy ca> AuthorDate: Thu Sep 28 19:36:20 2023 +0000 Commit: Julien Roy jroy ca> CommitDate: Thu Sep 28 19:36:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ecb97ff9 dev-python/minio: add 7.1.17 Signed-off-by: Julien Roy jroy.ca> dev-python/minio/Manifest | 1 + dev-python/minio/minio-7.1.17.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-python/minio/Manifest b/dev-python/minio/Manifest index 5323158d54..e890408b1e 100644 --- a/dev-python/minio/Manifest +++ b/dev-python/minio/Manifest @@ -1,2 +1,3 @@ DIST minio-7.1.15.tar.gz 115948 BLAKE2B e6bdd304d70c93c12b869e8d0f3a4347351e48f505766dc386a77f85ef6366559f48d1c007583e5c6845052b3bca65fe4964f70a9ad9f3b9146c0cef04eb1a83 SHA512 bb7ac5b1f1f70b0ff36e448097ebf0d9cbd964ddfe31dc452057c17396a85473fd98efedbbdbf81b9b8606bf2a3bab156f174052a2f4095062b18dd7cd5e6a5c DIST minio-7.1.16.tar.gz 120101 BLAKE2B 56c35bfcc6d8a6a70047986f8460d77b786eff26406afa1d733e514d8fe0024a8d30752be5c37e95e0191f1e945df527c1bae4797b4d0182594ebbb923fdaf5b SHA512 da8c6f9476d343ab01207f1f3a78c995c65528aff68134caf8c51c6785c6ecbf7d83a8e399658dc3c9e847e650a07263fbaaa6f5794647ab9f3cbfa08299a6b9 +DIST minio-7.1.17.tar.gz 120501 BLAKE2B 8a3b56fc6f2aef9184a119e5fb84032ee1a98d8113013333359c7ee8745050bd3d8e9cdf587e2cbd525a3d5a9a1b9b8c38d7a98a2e87fb3975a1af5c487990a3 SHA512 76dcdc07ff285052d8f9c1525374096f7ba5b7bfa4b37da68ddc6e5f635c55137d49f660ccfad49f74082ad778d55ef1ec30b2075e3995455d055f47ff71bb98 diff --git a/dev-python/minio/minio-7.1.17.ebuild b/dev-python/minio/minio-7.1.17.ebuild new file mode 100644 index 0000000000..363b52e35d --- /dev/null +++ b/dev-python/minio/minio-7.1.17.ebuild @@ -0,0 +1,23 @@ +# 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}] +"