gnu: python-sphinx-copybutton: Update to 0.5.0.
* gnu/packages/sphinx.scm (python-sphinx-copybutton): Update to 0.5.0. [propagated-inputs]: Delete python-flit, python-setuptools and python-wheel.master
parent
c2a77beb1a
commit
9812a44f86
|
@ -268,19 +268,18 @@ documents click applications.")
|
||||||
(define-public python-sphinx-copybutton
|
(define-public python-sphinx-copybutton
|
||||||
(package
|
(package
|
||||||
(name "python-sphinx-copybutton")
|
(name "python-sphinx-copybutton")
|
||||||
(version "0.2.6")
|
(version "0.5.0")
|
||||||
(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
|
||||||
"0ny9jpygj93z8jyjpi4v6jjz90pmns74s389wq16igzzq2mpgfjm"))))
|
"1xl7jwcldqvfya2gdp1nfxma7rv35alk998dfnx2fg6hmpd5kh50"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; XXX: Check requires network access.
|
`(#:tests? #f)) ; XXX: Check requires network access.
|
||||||
(propagated-inputs
|
(propagated-inputs (list python-sphinx))
|
||||||
(list python-flit python-setuptools python-sphinx 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 New Issue