gnu: Fix indentation of some python packages.

This is a followup to abe2ec73..807a5b32.

* gnu/packages/python.scm (python-snowballstemmer,
  python-sphinx-cloud-sptheme, python-sphinx-alabaster-theme): Fix indentation.
This commit is contained in:
Marius Bakke 2017-01-05 16:28:01 +01:00
parent 807a5b32bf
commit 1bd858cc14
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 23 additions and 24 deletions

View File

@ -11700,11 +11700,11 @@ focus on building massively scalable web applications.")
(name "python-snowballstemmer") (name "python-snowballstemmer")
(version "1.2.1") (version "1.2.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "snowballstemmer" version)) (uri (pypi-uri "snowballstemmer" version))
(sha256 (sha256
(base32 (base32
"0a0idq4y5frv7qsg2x62jd7rd272749xk4x99misf5rcifk2d7wi")))) "0a0idq4y5frv7qsg2x62jd7rd272749xk4x99misf5rcifk2d7wi"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(;; No tests exist `(;; No tests exist
@ -11724,19 +11724,19 @@ English stemmer.")
(name "python-sphinx-cloud-sptheme") (name "python-sphinx-cloud-sptheme")
(version "1.7.1") (version "1.7.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "cloud_sptheme" version)) (uri (pypi-uri "cloud_sptheme" version))
(sha256 (sha256
(base32 (base32
"0zm9ap4p5dzln8f1m2immadaxv2xpg8jg4w53y52rhfl7pdb58vy")))) "0zm9ap4p5dzln8f1m2immadaxv2xpg8jg4w53y52rhfl7pdb58vy"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-sphinx" ,python-sphinx))) `(("python-sphinx" ,python-sphinx)))
(home-page "https://bitbucket.org/ecollins/cloud_sptheme") (home-page "https://bitbucket.org/ecollins/cloud_sptheme")
(synopsis "'Cloud' theme for Sphinx documenter") (synopsis "'Cloud' theme for Sphinx documenter")
(description "This package contains the \"Cloud\" theme for Sphinx and some (description "This package contains the \"Cloud\" theme for Sphinx and some
related extensions.") related extensions.")
(license license:bsd-3))) (license license:bsd-3)))
(define-public python2-sphinx-cloud-sptheme (define-public python2-sphinx-cloud-sptheme
(package-with-python2 python-sphinx-cloud-sptheme)) (package-with-python2 python-sphinx-cloud-sptheme))
@ -11745,13 +11745,12 @@ related extensions.")
(package (package
(name "python-sphinx-alabaster-theme") (name "python-sphinx-alabaster-theme")
(version "0.7.9") (version "0.7.9")
(source (source (origin
(origin (method url-fetch)
(method url-fetch) (uri (pypi-uri "alabaster" version))
(uri (pypi-uri "alabaster" version)) (sha256
(sha256 (base32
(base32 "027anxzcb951gjlcc43y3rbn9qrw36d16vj9wd2smv5410xx9bs7"))))
"027anxzcb951gjlcc43y3rbn9qrw36d16vj9wd2smv5410xx9bs7"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-pygments" ,python-pygments))) `(("python-pygments" ,python-pygments)))