[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/20: gnu: python-sphinx-copybutton: Update to 0.2.6.
From: |
guix-commits |
Subject: |
05/20: gnu: python-sphinx-copybutton: Update to 0.2.6. |
Date: |
Mon, 23 Dec 2019 18:31:58 -0500 (EST) |
brettgilio pushed a commit to branch master
in repository guix.
commit 8d45404e3fde06beb2d3740ef234542e58b4b162
Author: Brett Gilio <address@hidden>
Date: Mon Dec 23 17:22:42 2019 -0600
gnu: python-sphinx-copybutton: Update to 0.2.6.
* gnu/packages/sphinx.scm (python-sphinx-copybutton): Update to 0.2.6.
[arguments]: Disable tests.
[propagated-inputs]: Add python-flit, python-setuptools, python-sphinx,
python-wheel.
---
gnu/packages/sphinx.scm | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 8343d0a..e1e2d42 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -169,15 +169,22 @@ Apple help books.")
(define-public python-sphinx-copybutton
(package
(name "python-sphinx-copybutton")
- (version "0.2.5")
+ (version "0.2.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "sphinx-copybutton" version))
(sha256
(base32
- "1bk006nv5s9ym6v67cxd4d2wvd8wm6czqi21mqcs33risygksncl"))))
+ "0ny9jpygj93z8jyjpi4v6jjz90pmns74s389wq16igzzq2mpgfjm"))))
(build-system python-build-system)
+ (arguments
+ `(#:tests? #f)) ; XXX: Check requires network access.
+ (propagated-inputs
+ `(("python-flit" ,python-flit)
+ ("python-setuptools" ,python-setuptools)
+ ("python-sphinx" ,python-sphinx)
+ ("python-wheel" ,python-wheel)))
(home-page "https://github.com/choldgraf/sphinx-copybutton")
(synopsis "Sphinx extension to add \"copy\" buttons to code blocks")
(description
- branch master updated (d8de20a -> 5bc95d2b), guix-commits, 2019/12/23
- 01/20: gnu: python-sphinx: Update to 2.3.1., guix-commits, 2019/12/23
- 05/20: gnu: python-sphinx-copybutton: Update to 0.2.6.,
guix-commits <=
- 02/20: gnu: python-sphinx: Alphabetize inputs., guix-commits, 2019/12/23
- 03/20: gnu: python-sphinx: Use HTTP URI., guix-commits, 2019/12/23
- 04/20: gnu: python-sphinx: Fix license., guix-commits, 2019/12/23
- 06/20: gnu: python-sphinxcontrib-jsmath: Fix license., guix-commits, 2019/12/23
- 07/20: gnu: python-sphinxcontrib-programoutput: Update to 0.15., guix-commits, 2019/12/23
- 08/20: gnu: python-sphinxcontrib-programoutput: Fix home-page., guix-commits, 2019/12/23
- 09/20: gnu: python-sphinxcontrib-svg2pdfconverter: Update to 1.0.1., guix-commits, 2019/12/23
- 11/20: gnu: python-sphinxcontrib-svg2pdfconverter: Reflow description., guix-commits, 2019/12/23
- 12/20: gnu: python-sphinxcontrib-svg2pdfconverter: Fix license., guix-commits, 2019/12/23
- 10/20: gnu: python-sphinxcontrib-svg2pdfconverter: Fix home-page., guix-commits, 2019/12/23