rekahsoft-gnu: python-xyz: Cleanup

- Add python-cryptography@3.3.2 for awscliv2 and remove awscliv2 specific
  package
- Update python-botocore from 2.0.0dev141 -> 2.0.0dev145
This commit is contained in:
Collin J. Doering 2021-09-11 13:06:03 -04:00
parent 92e5f42c75
commit c7b3036c54
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 20 additions and 17 deletions

View File

@ -237,11 +237,11 @@ bindings for Python 3.")
("python-awscrt" ,python-awscrt-0.11-awscliv2) ("python-awscrt" ,python-awscrt-0.11-awscliv2)
("python-prompt-toolkit" ,python-prompt-toolkit-2) ("python-prompt-toolkit" ,python-prompt-toolkit-2)
("python-ruamel.yaml" ,python-ruamel.yaml) ("python-ruamel.yaml" ,python-ruamel.yaml)
("python-s3transfer" ,python-s3transfer-0.4-awscliv2) ("python-s3transfer" ,python-s3transfer-0.4)
("python-cryptography" ,python-cryptography) ("python-cryptography" ,python-cryptography-3.3.2)
("python-docutils" ,python-docutils-0.15) ("python-docutils" ,python-docutils-0.15)
("python-colorama" ,python-colorama-0.4.3) ("python-colorama" ,python-colorama-0.4.3)
("python-botocore" ,python-botocore-2.0.0dev141))) ("python-botocore" ,python-botocore-2.0.0dev145)))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
@ -276,12 +276,24 @@ bindings for Python 3.")
(rename-file (string-append out "/bin/aws_zsh_completer.sh") (rename-file (string-append out "/bin/aws_zsh_completer.sh")
(string-append zsh-site-functions "/_aws")) (string-append zsh-site-functions "/_aws"))
#t)))) #t))))
;; TODO: fixme ;; FIXME: Tests currently fail
#:tests? #f)) #:tests? #f))
(synopsis "Command line client for AWS v2") (synopsis "Command line client for AWS v2")
(description "AWS CLI v2 provides a unified command line interface to the (description "AWS CLI v2 provides a unified command line interface to the
Amazon Web Services (AWS) API."))) Amazon Web Services (AWS) API.")))
(define-public python-cryptography-3.3.2
(package
(inherit python-cryptography)
(version "3.3.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cryptography" version))
(sha256
(base32
"1vcvw4lkw1spiq322pm1256kail8nck6bbgpdxx3pqa905wd6q2s"))))))
(define-public python-awscrt (define-public python-awscrt
(package (package
(name "python-awscrt") (name "python-awscrt")
@ -355,15 +367,6 @@ Amazon Web Services (AWS) API.")))
(base32 (base32
"1cp169vz9rvng7dwbn33fgdbl3b014zpsdqsnfxxw7jm2r5jy0nb")))))) "1cp169vz9rvng7dwbn33fgdbl3b014zpsdqsnfxxw7jm2r5jy0nb"))))))
(define-public python-s3transfer-0.4-awscliv2
(package
(inherit python-s3transfer-0.4)
(version "0.42.2-awscliv2")
(propagated-inputs
`(,@(alist-delete "python-botocore"
(package-propagated-inputs python-s3transfer-0.4))
("python-botocore" ,python-botocore-2.0.0dev141)))))
(define-public python-docutils-0.15 (define-public python-docutils-0.15
(package (package
(inherit python-docutils) (inherit python-docutils)
@ -391,13 +394,13 @@ Amazon Web Services (AWS) API.")))
(sha256 (sha256
(base32 "189n8hpijy14jfan4ha9f5n06mnl33cxz7ay92wjqgkr639s0vg9")))))) (base32 "189n8hpijy14jfan4ha9f5n06mnl33cxz7ay92wjqgkr639s0vg9"))))))
(define-public python-botocore-2.0.0dev141 (define-public python-botocore-2.0.0dev145
(let ((commit "80f9009865ca01b1c726468eec6bcb3c56832331") (let ((commit "981292a6fe9826c0675ae61c025dd93039e30aa6")
(revision "1")) (revision "1"))
(package (package
(inherit python-botocore) (inherit python-botocore)
(name "python-botocore") (name "python-botocore")
(version "2.0.0dev141") (version "2.0.0dev145")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -407,4 +410,4 @@ Amazon Web Services (AWS) API.")))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0rqv1vhmdpcn6cvzvfvsda1iajjiww964xpq3p6ra956fznwg5iz"))))))) "161blyxa7cg3k7f9hk6bs8hdmchg6gd1wjn1gnw21sxpch5b3wzi")))))))