rekahsoft-gnu: Add python-argparse

This commit is contained in:
Collin J. Doering 2021-12-15 09:18:07 -05:00
parent 9eb90ba988
commit 40c955d0b9
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 16 additions and 0 deletions

View File

@ -452,3 +452,19 @@ Amazon Web Services (AWS) API.")))
(synopsis "ofxhome.com financial institution lookup REST client")
(description "ofxhome.com financial institution lookup REST client")
(license license:expat)))
(define-public python-argparse
(package
(name "python-argparse")
(version "1.4.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "argparse" version))
(sha256
(base32 "1r6nznp64j68ih1k537wms7h57nvppq0szmwsaf99n71bfjqkc32"))))
(build-system python-build-system)
(home-page "https://github.com/ThomasWaldmann/argparse/")
(synopsis "Python command-line parsing library")
(description "Python command-line parsing library")
(license license:psfl)))