[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/361: gnu: python-readme-renderer: Adjust package style.
From: |
guix-commits |
Subject: |
36/361: gnu: python-readme-renderer: Adjust package style. |
Date: |
Fri, 22 Nov 2024 06:00:07 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 8bd2a6a82cd13b370495592fbe26bcc54e9d2eda
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 27 21:39:02 2024 +0100
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
---
gnu/packages/python-xyz.scm | 33 +++++++++++++++++----------------
1 file changed, 17 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b0e3f3437b..c92eaf0537 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -32554,25 +32554,25 @@ positioning, and keyboard input.")
(name "python-readme-renderer")
(version "41.0")
(source
- (origin
- (method url-fetch)
- (uri (pypi-uri "readme_renderer" version))
- (sha256
- (base32
- "1xvkf2i075rdqkwdrcrw4xglziqd7qs5lb2rbxr5snizi7ji2jsg"))))
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "readme_renderer" version))
+ (sha256
+ (base32
+ "1xvkf2i075rdqkwdrcrw4xglziqd7qs5lb2rbxr5snizi7ji2jsg"))))
(build-system pyproject-build-system)
(arguments
(list
#:test-flags
'(list "-k"
- (string-append
- ;; These tests fail due to slight differences in the generated
- ;; vs expected HTML, e.g. because of difference in whitespace or
- ;; line breaks. (See also
- ;; https://github.com/pypa/readme_renderer/issues/234).
- "not test_md_fixtures[test_CommonMark_008.md]"
- " and not test_rst_fixtures[test_rst_008.rst]"
- " and not GFM"))))
+ (string-append
+ ;; These tests fail due to slight differences in the generated
+ ;; vs expected HTML, e.g. because of difference in whitespace or
+ ;; line breaks. (See also
+ ;; https://github.com/pypa/readme_renderer/issues/234).
+ "not test_md_fixtures[test_CommonMark_008.md]"
+ " and not test_rst_fixtures[test_rst_008.rst]"
+ " and not GFM"))))
(propagated-inputs
(list python-bleach
python-docutils
@@ -32581,14 +32581,15 @@ positioning, and keyboard input.")
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
- 03/361: gnu: python-sphinx-alabaster-theme: Update to 0.7.13., (continued)
- 03/361: gnu: python-sphinx-alabaster-theme: Update to 0.7.13., guix-commits, 2024/11/22
- 08/361: gnu: sssd: Import ensure-no-mtimes-pre-1980., guix-commits, 2024/11/22
- 06/361: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/11/22
- 16/361: gnu: Add missing import (again)., guix-commits, 2024/11/22
- 18/361: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/11/22
- 27/361: gnu: python-lightning-cloud: Disable tests., guix-commits, 2024/11/22
- 26/361: gnu: python-myst-parser: Relax some requirements., guix-commits, 2024/11/22
- 25/361: gnu: python-textual: Update to 0.50.1., guix-commits, 2024/11/22
- 29/361: gnu: python-argcomplete: Update to 3.2.2., guix-commits, 2024/11/22
- 32/361: gnu: python-ipython: Update to 8.22.1., guix-commits, 2024/11/22
- 36/361: gnu: python-readme-renderer: Adjust package style.,
guix-commits <=
- 38/361: gnu: python-argcomplete: Add missing input., guix-commits, 2024/11/22
- 41/361: gnu: python-pycurl: Add missing inputs., guix-commits, 2024/11/22
- 45/361: gnu: python-mistletoe: Add missing inputs., guix-commits, 2024/11/22
- 40/361: gnu: java-testng: Disable one test., guix-commits, 2024/11/22
- 39/361: gnu: java-testng: Drop input labels., guix-commits, 2024/11/22
- 42/361: gnu: python-pynacl: Add missing inputs., guix-commits, 2024/11/22
- 51/361: gnu: python-partd: Add missing input., guix-commits, 2024/11/22
- 55/361: gnu: python-pyls-black: Add missing inputs., guix-commits, 2024/11/22
- 56/361: guix: toml: Fix parsing empty strings in arrays., guix-commits, 2024/11/22
- 54/361: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/11/22