[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42682] [PATCH 1/2] gnu: Add python-hjson.
From: |
Mathieu Othacehe |
Subject: |
[bug#42682] [PATCH 1/2] gnu: Add python-hjson. |
Date: |
Mon, 03 Aug 2020 10:21:11 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hello Jan,
Thanks for this patch. Please make sure to run the linter that reports
two warnings here.
> +(define-public python-hjson
> + (package
> + (name "python-hjson")
> + (version "3.0.1")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (pypi-uri "hjson" version))
> + (sha256
> + (base32
> + "1yaimcgz8w0ps1wk28wk9g9zdidp79d14xqqj9rjkvxalvx2f5qx"))))
> + (build-system python-build-system)
> + (arguments
> + '(#:tests? #f)) ; no tests
> + (home-page "http://github.com/hjson/hjson-py";)
> + (synopsis "User interface for JSON.")
> + (description "Hjson, a user interface for JSON.")
You need to elaborate on that with at least two or three sentences,
explaining what is this user interface and what does it bring.
Thanks,
Mathieu
- [bug#42682] [PATCH 0/2] Qmk cli, Jan Wielkiewicz, 2020/08/02
- [bug#42682] [PATCH 1/2] gnu: Add python-hjson., Jan Wielkiewicz, 2020/08/02
- [bug#42682] [PATCH 2/2] gnu: Add qmk-cli., Jan Wielkiewicz, 2020/08/02
- [bug#42682] [PATCH 2/2] gnu: Add qmk-cli., Mathieu Othacehe, 2020/08/03
- [bug#42682] [PATCH 2/2] gnu: Add qmk-cli., Jan Wielkiewicz, 2020/08/03
- [bug#42682] [PATCH 2/2] gnu: Add qmk-cli., Mathieu Othacehe, 2020/08/05
- [bug#42682] [PATCH 2/2] gnu: Add qmk-cli., Jan Wielkiewicz, 2020/08/05
- [bug#42682] [PATCH 2/2] gnu: Add qmk-cli., Mathieu Othacehe, 2020/08/07
- [bug#42682] [PATCH 2/2] gnu: Add qmk-cli., Jan Wielkiewicz, 2020/08/07
- [bug#42682] [PATCH 1/2] gnu: Add python-hjson.,
Mathieu Othacehe <=