diff options
author | Julien Roy <julien@jroy.ca> | 2024-02-17 12:50:49 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-02-17 12:50:49 -0500 |
commit | e8c7db4266512697bd9d97aff8557adfd9027fe0 (patch) | |
tree | 013bd8165ece3b6d7a38cfc6d64e1a00a8d2fc45 | |
parent | 06629b18cb676c4c289041ca1d4dc442dd3c4e30 (diff) | |
download | MrRoy-Overlay-e8c7db4266512697bd9d97aff8557adfd9027fe0.tar.gz MrRoy-Overlay-e8c7db4266512697bd9d97aff8557adfd9027fe0.tar.bz2 MrRoy-Overlay-e8c7db4266512697bd9d97aff8557adfd9027fe0.zip |
minio: moved from ::guru
Signed-off-by: Julien Roy <julien@jroy.ca>
-rw-r--r-- | dev-python/minio/Manifest | 2 | ||||
-rw-r--r-- | dev-python/minio/metadata.xml | 16 | ||||
-rw-r--r-- | dev-python/minio/minio-7.2.2.ebuild | 21 | ||||
-rw-r--r-- | dev-python/minio/minio-7.2.3.ebuild | 21 |
4 files changed, 60 insertions, 0 deletions
diff --git a/dev-python/minio/Manifest b/dev-python/minio/Manifest new file mode 100644 index 0000000..cdbd9c5 --- /dev/null +++ b/dev-python/minio/Manifest @@ -0,0 +1,2 @@ +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 new file mode 100644 index 0000000..f1cade0 --- /dev/null +++ b/dev-python/minio/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>julien@jroy.ca</email> + <name>Julien Roy</name> + </maintainer> + <longdescription>MinIO Python SDK is Simple Storage Service (aka S3) client to perform bucket and object operations to any Amazon S3 compatible object storage service.</longdescription> + <upstream> + <changelog>https://github.com/minio/minio-py/releases</changelog> + <doc>https://min.io/docs/minio/kubernetes/upstream/index.html</doc> + <bugs-to>https://github.com/minio/minio-py/issues</bugs-to> + <remote-id type="github">minio/minio-py</remote-id> + <remote-id type="pypi">minio</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/minio/minio-7.2.2.ebuild b/dev-python/minio/minio-7.2.2.ebuild new file mode 100644 index 0000000..12af525 --- /dev/null +++ b/dev-python/minio/minio-7.2.2.ebuild @@ -0,0 +1,21 @@ +# 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 new file mode 100644 index 0000000..12af525 --- /dev/null +++ b/dev-python/minio/minio-7.2.3.ebuild @@ -0,0 +1,21 @@ +# 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}] +" |