[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/21: gnu: Add python-sphinx-pytest.
From: |
guix-commits |
Subject: |
15/21: gnu: Add python-sphinx-pytest. |
Date: |
Sun, 6 Nov 2022 00:11:20 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 9dd03cdbba55779d7904ba555635286b0a7c1640
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Nov 4 21:47:38 2022 -0400
gnu: Add python-sphinx-pytest.
* gnu/packages/sphinx.scm (python-sphinx-pytest): New variable.
---
gnu/packages/sphinx.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 8dad118f34..5b3e885647 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -42,6 +42,7 @@
#:use-module (guix gexp)
#:use-module (guix utils)
#:use-module (guix build-system python)
+ #:use-module (guix build-system pyproject)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (gnu packages)
#:use-module (gnu packages check)
@@ -898,6 +899,26 @@ enabled web server.")
documenting acceptable argument types and return value types of functions.")
(license license:expat)))
+(define-public python-sphinx-pytest
+ (package
+ (name "python-sphinx-pytest")
+ (version "0.0.5")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "sphinx_pytest" version))
+ (sha256
+ (base32
+ "13d3psm5vyb8rdj0mhnpn5m09k8xdaszcxdpng52fpz9sw8pngk7"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-flit-core))
+ (propagated-inputs (list python-pytest python-sphinx))
+ (home-page "https://github.com/chrisjsewell/sphinx-pytest")
+ (synopsis "Pytest fixtures for Sphinx extensions")
+ (description "This Pytest extension mainly provides some Pytest fixtures
+to simulate converting some source text to Docutils @acronym{AST, Abstract
+Syntax Tree} at different stages: before transforms, after transforms, etc.")
+ (license license:expat)))
+
(define-public python-nbsphinx
(package
(name "python-nbsphinx")
- 11/21: gnu: Add json-dto., (continued)
- 11/21: gnu: Add json-dto., guix-commits, 2022/11/06
- 06/21: gnu: protobuf-c: Update to 1.4.1., guix-commits, 2022/11/06
- 01/21: gnu: Add libvpx-next., guix-commits, 2022/11/06
- 05/21: gnu: protobuf: Unbundle googletest., guix-commits, 2022/11/06
- 08/21: gnu: fmt: Update to 9.1.0., guix-commits, 2022/11/06
- 09/21: gnu: ccache: Update to 4.7.2., guix-commits, 2022/11/06
- 10/21: gnu: Add clara., guix-commits, 2022/11/06
- 12/21: gnu: restinio: Prepare for tests and propagate some inputs., guix-commits, 2022/11/06
- 14/21: gnu: qtwebengine: Fix build., guix-commits, 2022/11/06
- 18/21: gnu: Add python-uc-micro-py., guix-commits, 2022/11/06
- 15/21: gnu: Add python-sphinx-pytest.,
guix-commits <=
- 16/21: gnu: Add python-pytest-param-files., guix-commits, 2022/11/06
- 13/21: gnu: restinio: Update to 0.6.17., guix-commits, 2022/11/06
- 17/21: gnu: python-mdit-py-plugins: Update to 0.3.1., guix-commits, 2022/11/06
- 19/21: gnu: Add python-linkify-it-py., guix-commits, 2022/11/06
- 20/21: gnu: Add python-myst-parser., guix-commits, 2022/11/06
- 21/21: gnu: Add jami-docs., guix-commits, 2022/11/06