gnu: python-readme-renderer: Adjust package style.

* gnu/packages/python-xyz.scm (python-readme-renderer): Fix indentation.
[native-inputs]: Add python-setuptools.

Change-Id: I47cef84089384d2cf760c166fed9147863d1a415
This commit is contained in:
Ricardo Wurmus 2024-02-27 21:39:02 +01:00 committed by Sharlatan Hellseher
parent 33210bced4
commit 2ee8d8a63d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -32688,14 +32688,15 @@ (define-public python-readme-renderer
python-cmarkgfm)) ;required by postorius
(native-inputs
(list python-pytest
python-setuptools
python-wheel))
(home-page "https://github.com/pypa/readme_renderer")
(synopsis "Render README files in Warehouse")
(description
"Readme Renderer is a library that will safely render arbitrary README
files into HTML. It is designed to be used in Warehouse to render the
@code{long_description} for packages. It can handle Markdown, reStructuredText,
and plain text.")
@code{long_description} for packages. It can handle Markdown,
reStructuredText, and plain text.")
(license license:asl2.0)))
(define-public python-lazr-delegates