all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alexandru-Sergiu Marton <brown121407@posteo.ro>
To: 42297@debbugs.gnu.org
Cc: Alexandru-Sergiu Marton <brown121407@posteo.ro>
Subject: [bug#42297] [PATCH 03/10] gnu: Add python-minio.
Date: Thu,  9 Jul 2020 22:19:11 +0300	[thread overview]
Message-ID: <a6cca7e3d3ecc2785c08092383108dab715febfb.1594321515.git.brown121407@posteo.ro> (raw)
In-Reply-To: <cover.1594321515.git.brown121407@posteo.ro>

* gnu/packages/python-xyz.scm (python-minio): New variable.
---
 gnu/packages/python-xyz.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 98db6d9e51..5ce34cd738 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20472,3 +20472,36 @@ For the most part it's transliterated from C, the major differences are:
 @end itemize
 ")
     (license license:gpl3+)))
+
+(define-public python-minio
+  (package
+    (name "python-minio")
+    (version "5.0.10")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "minio" version))
+       (sha256
+        (base32
+         "05xl6ifzyvy8nnigv6267my8v9crlp7yl4nix4rng02zlcvpdjvf"))))
+    (build-system python-build-system)
+    (arguments
+     `(#:tests? #f)) ;; FIXME 4 tests fail
+    (propagated-inputs
+     `(("python-certifi" ,python-certifi)
+       ("python-configparser" ,python-configparser)
+       ("python-dateutil" ,python-dateutil)
+       ("python-future" ,python-future)
+       ("python-pytz" ,python-pytz)
+       ("python-urllib3" ,python-urllib3)))
+    (native-inputs
+     `(("python-nose" ,python-nose)
+       ("python-mock" ,python-mock)
+       ("python-faker" ,python-faker)))
+    (home-page "https://github.com/minio/minio-py")
+    (synopsis
+     "MinIO Python Library for Amazon S3 Compatible Cloud Storage for Python")
+    (description
+     "The MinIO Python Client SDK provides simple APIs to access any Amazon S3
+compatible object storage server.")
+    (license license:asl2.0)))
-- 
2.27.0





  parent reply	other threads:[~2020-07-09 16:46 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-09 19:14 [bug#42297] [PATCH 00/10] Add Python packages for Sourcehut Alexandru-Sergiu Marton
2020-07-09 19:19 ` [bug#42297] [PATCH 01/10] gnu: Add hg-evolve Alexandru-Sergiu Marton
2020-07-09 19:19 ` [bug#42297] [PATCH 02/10] gnu: Add python-pgpy Alexandru-Sergiu Marton
2020-07-09 19:19 ` Alexandru-Sergiu Marton [this message]
2020-07-09 19:19 ` [bug#42297] [PATCH 04/10] gnu: Add python-hglib Alexandru-Sergiu Marton
2020-07-09 19:19 ` [bug#42297] [PATCH 05/10] gnu: Add python-unidiff Alexandru-Sergiu Marton
2020-07-09 19:19 ` [bug#42297] [PATCH 06/10] gnu: Add python-emailthreads Alexandru-Sergiu Marton
2020-07-09 19:19 ` [bug#42297] [PATCH 07/10] gnu: Add python-zxcvbn Alexandru-Sergiu Marton
2020-07-09 19:19 ` [bug#42297] [PATCH 08/10] gnu: Add python-sshpubkeys Alexandru-Sergiu Marton
2020-07-09 19:19 ` [bug#42297] [PATCH 09/10] gnu: Add python-atpublic Alexandru-Sergiu Marton
2020-07-09 19:19 ` [bug#42297] [PATCH 10/10] gnu: Add python-aiosmtpd Alexandru-Sergiu Marton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a6cca7e3d3ecc2785c08092383108dab715febfb.1594321515.git.brown121407@posteo.ro \
    --to=brown121407@posteo.ro \
    --cc=42297@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.