GNU bug report logs -
#31173
[PATCH] gnu: Add python-onetimepass.
Previous Next
Reported by: Tomáš Čech <sleep_walker <at> gnu.org>
Date: Mon, 16 Apr 2018 09:07:02 UTC
Severity: normal
Tags: patch
Done: Tomáš Čech <sleep_walker <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #16 received at 31173 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Tue, Apr 17, 2018 at 12:47:59AM +0200, Marius Bakke wrote:
>Tomáš Čech <sleep_walker <at> gnu.org> writes:
>
>> * gnu/packages/python.scm (python-onetimepass): New variable.
>
>[...]
>
>> +(define-public python-onetimepass
>> + (package
>> + (name "python-onetimepass")
>
>Please check the indentation of this package. Use
>'./etc/indent-code.el' if you're not an emacs user.
>
>> + (version "1.0.1")
>> + (source
>> + (origin
>> + (method url-fetch)
>> + (uri (pypi-uri "onetimepass" version))
>> + (sha256
>> + (base32
>> + "09vagxgbq78wvq4xbikmn2hpqqsa2i96kqsmphf7dqynfv0dlsd5"))))
>> + (build-system python-build-system)
>> + (inputs
>> + `(("python-six" ,python-six)))
>
>Should this not be a propagated input?
After pushing and installing I got error on this - you were right in
the end. It seems that my testing environment wasn't isolated or
something.
I'll push fix for that.
Best regards,
S_W
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 7 years and 36 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.