[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
87/195: gnu: Add python-docstring-to-markdown.
From: |
guix-commits |
Subject: |
87/195: gnu: Add python-docstring-to-markdown. |
Date: |
Tue, 15 Oct 2024 03:29:49 -0400 (EDT) |
sharlatan pushed a commit to branch python-team-rebased
in repository guix.
commit f6d233886138656d5d6f0fca8cd9005c160826fa
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 8 11:40:10 2024 +0200
gnu: Add python-docstring-to-markdown.
* gnu/packages/python-xyz.scm (python-docstring-to-markdown): New variable.
Change-Id: Ie5497955262072201e5d78c7065da6569847b304
---
gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7a519c5448..d045f8a349 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7136,6 +7136,24 @@ used to convert between several docstring styles.")
Google and Numpydoc format.")
(license license:expat)))
+(define-public python-docstring-to-markdown
+ (package
+ (name "python-docstring-to-markdown")
+ (version "0.15")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "docstring-to-markdown" version))
+ (sha256
+ (base32 "0gdpabnyl1kyy0cjrnph6xl4fyhgim50a1amsaqq3hahki6i2ip1"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-setuptools python-wheel))
+ (home-page "https://pypi.org/project/docstring-to-markdown/")
+ (synopsis "On the fly conversion of Python docstrings to markdown")
+ (description "This is a package for on the fly conversion of Python
+docstrings to markdown.")
+ (license license:lgpl2.1+)))
+
(define-public python-docutils
(package
(name "python-docutils")
- 67/195: gnu: python-jupyter-server: Update to 2.14.0., (continued)
- 67/195: gnu: python-jupyter-server: Update to 2.14.0., guix-commits, 2024/10/15
- 65/195: gnu: Add python-jupyter-events., guix-commits, 2024/10/15
- 76/195: gnu: Add python-jsonschema-path., guix-commits, 2024/10/15
- 69/195: gnu: python-tabulate: Add Setuptools and Wheel., guix-commits, 2024/10/15
- 77/195: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/10/15
- 78/195: gnu: python-cattrs: Update to 23.2.3., guix-commits, 2024/10/15
- 79/195: gnu: python-openapi-core: Update to 0.19.1., guix-commits, 2024/10/15
- 83/195: gnu: python-sphinx-pytest: Update to 0.2.0., guix-commits, 2024/10/15
- 81/195: gnu: python-json5: Update to 0.9.25., guix-commits, 2024/10/15
- 82/195: gnu: python-jupyterlab-server: Update to 2.27.1., guix-commits, 2024/10/15
- 87/195: gnu: Add python-docstring-to-markdown.,
guix-commits <=
- 89/195: gnu: Add python-whatthepatch., guix-commits, 2024/10/15
- 90/195: gnu: python-platformdirs: Update to 4.2.1., guix-commits, 2024/10/15
- 92/195: gnu: python-lsp-jsonrpc: Update to 1.1.2., guix-commits, 2024/10/15
- 94/195: gnu: qemu: Disable one failing test., guix-commits, 2024/10/15
- 88/195: gnu: Add python-pytoolconfig., guix-commits, 2024/10/15
- 97/195: gnu: python-sphinx-5: Disable failing tests., guix-commits, 2024/10/15
- 110/195: gnu: python-black: Move to pyproject-build-system., guix-commits, 2024/10/15
- 100/195: gnu: python-pycurl: Update to 7.45.3., guix-commits, 2024/10/15
- 99/195: gnu: python-pyls-black: Add missing input., guix-commits, 2024/10/15
- 113/195: gnu: python-mutagen: Move to pyproject-build-system., guix-commits, 2024/10/15