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.
This commit is contained in:
parent
50bb74d0f2
commit
8d45404e3f
1 changed files with 9 additions and 2 deletions
|
@ -169,15 +169,22 @@ Apple help books.")
|
||||||
(define-public python-sphinx-copybutton
|
(define-public python-sphinx-copybutton
|
||||||
(package
|
(package
|
||||||
(name "python-sphinx-copybutton")
|
(name "python-sphinx-copybutton")
|
||||||
(version "0.2.5")
|
(version "0.2.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "sphinx-copybutton" version))
|
(uri (pypi-uri "sphinx-copybutton" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bk006nv5s9ym6v67cxd4d2wvd8wm6czqi21mqcs33risygksncl"))))
|
"0ny9jpygj93z8jyjpi4v6jjz90pmns74s389wq16igzzq2mpgfjm"))))
|
||||||
(build-system python-build-system)
|
(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")
|
(home-page "https://github.com/choldgraf/sphinx-copybutton")
|
||||||
(synopsis "Sphinx extension to add \"copy\" buttons to code blocks")
|
(synopsis "Sphinx extension to add \"copy\" buttons to code blocks")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue