GNU bug report logs - #50628
[PATCH 000/154] Add 146 Tryton modules and some dependencies

Previous Next

Package: guix-patches;

Reported by: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Date: Thu, 16 Sep 2021 22:54:01 UTC

Severity: normal

Tags: patch

Done: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Maxime Devos <maximedevos <at> telenet.be>
To: Hartmut Goebel <h.goebel <at> crazy-compilers.com>, 50628 <at> debbugs.gnu.org
Subject: [bug#50628] [PATCH 007/154] gnu: Add python-ofxparse.
Date: Fri, 17 Sep 2021 14:36:32 +0200
[Message part 1 (text/plain, inline)]
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 (application/pgp-signature, inline)]

This bug report was last modified 3 years and 240 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.