[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/55: gnu: Add python-sphinx-basic-ng.
From: |
guix-commits |
Subject: |
11/55: gnu: Add python-sphinx-basic-ng. |
Date: |
Thu, 21 Sep 2023 13:31:34 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit d546023c865b819c3d56d66b2e43ae6642300390
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Sep 11 22:49:35 2023 +0800
gnu: Add python-sphinx-basic-ng.
* gnu/packages/sphinx.scm (python-sphinx-basic-ng): New variable.
---
gnu/packages/sphinx.scm | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 173accd768..219063807e 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2015, 2017, 2019, 2020, 2021, 2023 Ricardo Wurmus
<rekado@elephly.net>
;;; Copyright © 2015, 2016, 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
-;;; Copyright © 2016-2019, 2022 Marius Bakke <marius@gnu.org>
+;;; Copyright © 2016-2019, 2022, 2023 Marius Bakke <marius@gnu.org>
;;; Copyright © 2017 Danny Milosavljevic <dannym+a@scratchpost.org>
;;; Copyright © 2017, 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Frederick M. Muriithi <fredmanglis@gmail.com>
@@ -204,6 +204,24 @@ sources.")
Apple help books.")
(license license:bsd-2)))
+(define-public python-sphinx-basic-ng
+ (package
+ (name "python-sphinx-basic-ng")
+ (version "1.0.0b2")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "sphinx_basic_ng" version))
+ (sha256
+ (base32
+ "1jaihs22d8jfvk1fnv5j7hcza89hxj979ib0b4mh130cr53mmicy"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-sphinx))
+ (home-page "https://github.com/pradyunsg/sphinx-basic-ng")
+ (synopsis "Modernised skeleton for Sphinx themes")
+ (description
+ "This package provides a modern skeleton for Sphinx themes.")
+ (license license:expat)))
+
(define-public python-sphinx-click
(package
(name "python-sphinx-click")
- 28/55: gnu: Remove python-django@2.2., (continued)
- 28/55: gnu: Remove python-django@2.2., guix-commits, 2023/09/21
- 29/55: gnu: python-flex: Update to 6.14.1., guix-commits, 2023/09/21
- 34/55: gnu: python-django@3.2: Update to 3.2.21., guix-commits, 2023/09/21
- 35/55: gnu: python-asgiref: Update to 3.7.2., guix-commits, 2023/09/21
- 40/55: gnu: python-distlib: Don't reference the implicit bash input., guix-commits, 2023/09/21
- 52/55: gnu: python-libnacl: Update to 2.1.0., guix-commits, 2023/09/21
- 44/55: gnu: python-uvicorn: Update to 0.23.2., guix-commits, 2023/09/21
- 49/55: gnu: python-incremental: Update to 22.10.0., guix-commits, 2023/09/21
- 46/55: gnu: python-psycopg: Update to 3.1.10., guix-commits, 2023/09/21
- 48/55: gnu: python-txaio: Update to 23.1.1., guix-commits, 2023/09/21
- 11/55: gnu: Add python-sphinx-basic-ng.,
guix-commits <=
- 16/55: services: nftables: Add 'configuration' action., guix-commits, 2023/09/21
- 22/55: gnu: Add python-django-ninja., guix-commits, 2023/09/21
- 55/55: gnu: python-bwapy: Fix typo., guix-commits, 2023/09/21
- 02/55: gnu: Add python-dirty-equals., guix-commits, 2023/09/21
- 07/55: gnu: Add python-html5tagger., guix-commits, 2023/09/21
- 09/55: gnu: Add python-pyproject-hooks., guix-commits, 2023/09/21
- 10/55: gnu: Add python-slotscheck., guix-commits, 2023/09/21
- 12/55: gnu: Add python-towncrier., guix-commits, 2023/09/21
- 13/55: gnu: Add python-pylsqpack., guix-commits, 2023/09/21
- 14/55: gnu: Add python-aioquic., guix-commits, 2023/09/21