rekahsoft-gnu: Add python-ofxhome

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

View File

@ -432,3 +432,23 @@ Amazon Web Services (AWS) API.")))
(description
"Pack a webpage including support files into a single HTML file.")
(license license:expat)))
(define-public python-ofxhome
(package
(name "python-ofxhome")
(version "0.3.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ofxhome" version))
(sha256
(base32 "1rpyfqr2q9pnin47rjd4qapl8ngk1m9jx36iqckhdhr8s8gla445"))))
(build-system python-build-system)
(arguments
`(;; TODO: tests currently fail due to missing test file:
;; FileNotFoundError: [Errno 2] No such file or directory: '/tmp/guix-build-python-ofxhome-0.3.3.drv-0/ofxhome-0.3.3/ofxhome/tests/testfiles/jpmorgan.xml'
#:tests? #f))
(home-page "https://github.com/captin411/ofxhome")
(synopsis "ofxhome.com financial institution lookup REST client")
(description "ofxhome.com financial institution lookup REST client")
(license license:expat)))