dev-python/minio: drop 7.2.0

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2024-01-02 17:53:26 -05:00
parent 0f1787741e
commit 6e9fafbb4e
2 changed files with 0 additions and 24 deletions

View File

@@ -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

View File

@@ -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}]
"