[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50628] [PATCH 007/154] gnu: Add python-ofxparse.
From: |
Maxime Devos |
Subject: |
[bug#50628] [PATCH 007/154] gnu: Add python-ofxparse. |
Date: |
Fri, 17 Sep 2021 14:36:32 +0200 |
User-agent: |
Evolution 3.34.2 |
Hartmut Goebel schreef op vr 17-09-2021 om 00:52 [+0200]:
> +(define-public python-ofxparse
> + (package
> + (name "python-ofxparse")
> + (version "0.21")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (pypi-uri "ofxparse" version))
> + (sha256
> + (base32 "19y4sp5l9jqiqzzlbqdfiab42qx7d84n4xm4s7jfq397666vcyh5"))))
> + (build-system python-build-system)
> + (arguments
> + '(#:phases
> + (modify-phases %standard-phases
> + (replace 'check
> + (lambda _
> + (invoke "nosetests" "-v"))))))
Use (when tests? ...) (see my reply to the patch about python-xlwt).
signature.asc
Description: This is a digitally signed message part
- [bug#50628] [PATCH 001/154] gnu: Add python-braintree., (continued)
- [bug#50628] [PATCH 001/154] gnu: Add python-braintree., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 002/154] gnu: Add python-markuppy., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 003/154] gnu: Add python-xlwt., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 006/154] gnu: Add python-febelfin-coda., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 005/154] gnu: Add python-csb43., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 004/154] gnu: Add python-tablib., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 007/154] gnu: Add python-ofxparse., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 007/154] gnu: Add python-ofxparse.,
Maxime Devos <=
- [bug#50628] [PATCH 008/154] gnu: Add python-stripe., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 011/154] gnu: Add trytond-account-cash-rounding., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 013/154] gnu: Add trytond-account-de-skr03., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 010/154] gnu: Add trytond-account-be., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 012/154] gnu: Add trytond-account-credit-limit., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 015/154] gnu: Add trytond-account-dunning., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 017/154] gnu: Add trytond-account-dunning-fee., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 009/154] gnu: Add trytond-account-asset., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 014/154] gnu: Add trytond-account-deposit., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 016/154] gnu: Add trytond-account-dunning-email., Hartmut Goebel, 2021/09/16