python: Remove python prefix from python-ledger-autosync

* rekahsoft-gnu/packages/python-xyz.scm (inputs): Use input list instead of
alist, an inputs instead of propagated inputs, as this is a python
application, not a library.
This commit is contained in:
Collin J. Doering 2022-01-18 19:12:17 -05:00
parent 77037b903a
commit 9200ec0f37
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 5 additions and 5 deletions

View File

@ -461,9 +461,9 @@ Amazon Web Services (AWS) API.")))
(description "OFX client for dowloading transactions from banks") (description "OFX client for dowloading transactions from banks")
(license license:expat))) (license license:expat)))
(define-public python-ledger-autosync (define-public ledger-autosync
(package (package
(name "python-ledger-autosync") (name "ledger-autosync")
(version "1.0.3") (version "1.0.3")
(source (source
(origin (origin
@ -472,9 +472,9 @@ Amazon Web Services (AWS) API.")))
(sha256 (sha256
(base32 "0i4942qbsphq72zx7kd3rgw25rpq4fg4vl43akkl189wzcrgwv6j")))) (base32 "0i4942qbsphq72zx7kd3rgw25rpq4fg4vl43akkl189wzcrgwv6j"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (inputs
`(("python-ofxclient" ,python-ofxclient) (list python-ofxclient
("python-ofxparse" ,python-ofxparse))) python-ofxparse))
(home-page "https://gitlab.com/egh/ledger-autosync") (home-page "https://gitlab.com/egh/ledger-autosync")
(synopsis "Automatically sync your bank's data with ledger") (synopsis "Automatically sync your bank's data with ledger")
(description "Automatically sync your bank's data with ledger") (description "Automatically sync your bank's data with ledger")