guix-patches
[Top][All Lists]
Advanced

[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).

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]