diff --git a/rekahsoft-gnu/packages/python-xyz.scm b/rekahsoft-gnu/packages/python-xyz.scm index 9ccd575..f3c2640 100644 --- a/rekahsoft-gnu/packages/python-xyz.scm +++ b/rekahsoft-gnu/packages/python-xyz.scm @@ -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)))