[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
285/361: gnu: Add python-sphinx-design.
From: |
guix-commits |
Subject: |
285/361: gnu: Add python-sphinx-design. |
Date: |
Fri, 22 Nov 2024 06:00:59 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit b0c127f4d018257c5ec60b56a88d6533df045d80
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Nov 9 14:33:19 2024 +0000
gnu: Add python-sphinx-design.
* gnu/packages/sphinx.scm (python-sphinx-design): New variable.
Change-Id: If437de567ff815c94997910db0dd509432ad6001
---
gnu/packages/sphinx.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index bdd91dd0fc..0218ee4ebc 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -396,6 +396,34 @@ documents click applications.")
to code blocks.")
(license license:expat)))
+(define-public python-sphinx-design
+ (package
+ (name "python-sphinx-design")
+ (version "0.6.1")
+ (source
+ (origin
+ (method git-fetch) ; no tests in PyPI release
+ (uri (git-reference
+ (url "https://github.com/executablebooks/sphinx-design")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0n3bxibg9p16i3c3l0w8j0aw9pi9dggz1ixllgrmd9d5hdn6kl57"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-flit-core
+ python-pytest
+ python-pytest-cov
+ python-pytest-regressions))
+ (propagated-inputs
+ (list python-sphinx))
+ (home-page "https://sphinx-design.readthedocs.io/en/furo-theme/")
+ (synopsis "Sphinx extension to designing responsive web components")
+ (description
+ "This package provides a sphinx extension for designing beautiful, view
+size responsive web components.")
+ (license license:expat)))
+
(define-public python-sphinxcontrib-devhelp
(package
(name "python-sphinxcontrib-devhelp")
- 184/361: gnu: python-jaraco-context: Move to pyproject-build-system., (continued)
- 184/361: gnu: python-jaraco-context: Move to pyproject-build-system., guix-commits, 2024/11/22
- 182/361: gnu: python-docspec-python: Move to pyproject-build-system., guix-commits, 2024/11/22
- 195/361: gnu: python-orderedmultidict: Move to pyproject-build-system., guix-commits, 2024/11/22
- 201/361: gnu: python-uqbar: Improve package style., guix-commits, 2024/11/22
- 208/361: gnu: tuir: Move to pyproject-build-system., guix-commits, 2024/11/22
- 218/361: gnu: python-cssselect2: Move to pyproject-build-system., guix-commits, 2024/11/22
- 224/361: gnu: python-kiwisolver: Update to 1.4.6., guix-commits, 2024/11/22
- 229/361: gnu: Remove python-m2r., guix-commits, 2024/11/22
- 274/361: gnu: python-cplot: Adjust inputs., guix-commits, 2024/11/22
- 277/361: gnu: python-quadpy: Adjust inputs., guix-commits, 2024/11/22
- 285/361: gnu: Add python-sphinx-design.,
guix-commits <=
- 296/361: gnu: python-fast-histogram: Adjust inputs., guix-commits, 2024/11/22
- 339/361: gnu: Add python-ephemeral-port-reserve., guix-commits, 2024/11/22
- 345/361: gnu: python-pandas-2: Update to 2.2.3., guix-commits, 2024/11/22
- 47/361: gnu: python-vine: Add missing inputs., guix-commits, 2024/11/22
- 338/361: gnu: python-watchdog: Update to 6.0.0., guix-commits, 2024/11/22
- 52/361: gnu: python-pyproject-metadata: Disable two tests., guix-commits, 2024/11/22
- 49/361: gnu: python-box: Add missing input., guix-commits, 2024/11/22
- 48/361: gnu: python-joblib: Add missing inputs., guix-commits, 2024/11/22
- 84/361: gnu: python-jupyter-kernel-mgmt: Use Tornado 6., guix-commits, 2024/11/22
- 92/361: gnu: python-jupyter-client: Update to 7.4.4., guix-commits, 2024/11/22