[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31173] [PATCH] gnu: Add python-onetimepass.
From: |
Marius Bakke |
Subject: |
[bug#31173] [PATCH] gnu: Add python-onetimepass. |
Date: |
Tue, 17 Apr 2018 00:47:59 +0200 |
User-agent: |
Notmuch/0.26.1 (https://notmuchmail.org) Emacs/25.3.1 (x86_64-pc-linux-gnu) |
Tomáš Čech <address@hidden> 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?
> + (home-page "https://github.com/tadeck/onetimepass/")
> + (synopsis "Python one-time password library")
Maybe s/Python// even.
> + (description "Pyhton one-time password library for HMAC-based (HOTP) and
^^^ typo (importo?)
> +time-based (TOTP) passwords.")
Please also turn this into a complete sentence. "@code{onetimepass} is
a Python library for...". Bonus points if you can mention use-cases and
in general expand on it :-)
> + (license license:x11)))
I believe this is "expat".
Otherwise LGTM.
signature.asc
Description: PGP signature