mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
33210bced4
commit
2ee8d8a63d
1 changed files with 17 additions and 16 deletions
|
@ -32688,14 +32688,15 @@ positioning, and keyboard input.")
|
||||||
python-cmarkgfm)) ;required by postorius
|
python-cmarkgfm)) ;required by postorius
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest
|
(list python-pytest
|
||||||
|
python-setuptools
|
||||||
python-wheel))
|
python-wheel))
|
||||||
(home-page "https://github.com/pypa/readme_renderer")
|
(home-page "https://github.com/pypa/readme_renderer")
|
||||||
(synopsis "Render README files in Warehouse")
|
(synopsis "Render README files in Warehouse")
|
||||||
(description
|
(description
|
||||||
"Readme Renderer is a library that will safely render arbitrary README
|
"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
|
files into HTML. It is designed to be used in Warehouse to render the
|
||||||
@code{long_description} for packages. It can handle Markdown, reStructuredText,
|
@code{long_description} for packages. It can handle Markdown,
|
||||||
and plain text.")
|
reStructuredText, and plain text.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python-lazr-delegates
|
(define-public python-lazr-delegates
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue