* [bug#44398] [PATCH] gnu: Add python-boto3.
@ 2020-11-02 19:05 Reza Alizadeh Majd
2020-11-02 19:28 ` Reza Alizadeh Majd
0 siblings, 1 reply; 2+ messages in thread
From: Reza Alizadeh Majd @ 2020-11-02 19:05 UTC (permalink / raw)
To: 44398; +Cc: Reza Alizadeh Majd
* gnu/packages/python-xyz.scm (python-boto3): New variable.
---
gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ee1f9acda0..e087da1e55 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11094,6 +11094,29 @@ manipulation library.")
interface to the Amazon Web Services (AWS) API.")
(license license:asl2.0)))
+(define-public python-boto3
+ (package
+ (name "python-boto3")
+ (version "1.16.9")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "boto3" version))
+ (sha256
+ (base32
+ "1smrfjpnki71dkdbj3zpfqi39gbcr5yb4q74fzl35hs953sf9zrs"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-botocore" ,python-botocore)
+ ("python-jmespath" ,python-jmespath)
+ ("python-s3transfer" ,python-s3transfer)))
+ (home-page "https://github.com/boto/boto3")
+ (synopsis "The AWS SDK for Python")
+ (description "Boto3 is the Amazon Web Services (AWS) Software Development
+Kit (SDK) for Python, which allows Python developers to write software that
+makes use of services like Amazon S3 and Amazon EC2.")
+ (license license:asl2.0)))
+
(define-public python2-botocore
(package-with-python2 python-botocore))
--
2.28.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#44398] [PATCH] gnu: Add python-boto3.
2020-11-02 19:05 [bug#44398] [PATCH] gnu: Add python-boto3 Reza Alizadeh Majd
@ 2020-11-02 19:28 ` Reza Alizadeh Majd
0 siblings, 0 replies; 2+ messages in thread
From: Reza Alizadeh Majd @ 2020-11-02 19:28 UTC (permalink / raw)
To: 44398
sorry, it seems that there is an issue during build of this package.
so I close this patch and submit a new one whenever the build issue
has been resolved.
--
Reza Alizadeh Majd
PantherX Team
https://pantherx.org
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-11-02 19:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-02 19:05 [bug#44398] [PATCH] gnu: Add python-boto3 Reza Alizadeh Majd
2020-11-02 19:28 ` Reza Alizadeh Majd
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).