diff options
| author | Cyril Roelandt <tipecaml@gmail.com> | 2015-10-12 00:48:40 +0200 |
|---|---|---|
| committer | Cyril Roelandt <tipecaml@gmail.com> | 2015-11-03 21:38:13 +0100 |
| commit | f4c7dc5582d02de79fcec640046486b86024bf1d (patch) | |
| tree | a83d78910f2e36a6483a0079daba4b3b6269dec1 | |
| parent | 2ac9ba6a2914c73ff83dbd7b4ba7b47333476685 (diff) | |
gnu: Add python-oslosphinx.
* gnu/packages/openstack.scm (python-oslosphinx,
python2-oslosphinx): New variables.
| -rw-r--r-- | gnu/packages/openstack.scm | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index fc868814f79..34e482b4cd4 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -465,6 +465,36 @@ in transmittable and storable formats, such as JSON and MessagePack.") | |||
| 465 | (define-public python2-oslo.serialization | 465 | (define-public python2-oslo.serialization |
| 466 | (package-with-python2 python-oslo.serialization)) | 466 | (package-with-python2 python-oslo.serialization)) |
| 467 | 467 | ||
| 468 | (define-public python-oslosphinx | ||
| 469 | (package | ||
| 470 | (name "python-oslosphinx") | ||
| 471 | (version "3.1.0") | ||
| 472 | (source | ||
| 473 | (origin | ||
| 474 | (method url-fetch) | ||
| 475 | (uri (pypi-uri "oslosphinx" version)) | ||
| 476 | (sha256 | ||
| 477 | (base32 | ||
| 478 | "0zcshdc9s1f7hnvg0fm2ps5rak3dpnm8kqg4i21lknhmsvb7p5cb")))) | ||
| 479 | (build-system python-build-system) | ||
| 480 | (propagated-inputs | ||
| 481 | `(("python-requests" ,python-requests))) | ||
| 482 | (inputs | ||
| 483 | `(("python-pbr" ,python-pbr) | ||
| 484 | ("python-docutils" ,python-docutils) | ||
| 485 | ("python-hacking" ,python-hacking) | ||
| 486 | ("python-setuptools" ,python-setuptools) | ||
| 487 | ("python-sphinx" ,python-sphinx))) | ||
| 488 | (home-page "http://www.openstack.org/") | ||
| 489 | (synopsis "OpenStack sphinx extensions and theme") | ||
| 490 | (description | ||
| 491 | "This package provides themes and extensions for Sphinx documentation | ||
| 492 | from the OpenStack project.") | ||
| 493 | (license asl2.0))) | ||
| 494 | |||
| 495 | (define-public python2-oslosphinx | ||
| 496 | (package-with-python2 python-oslosphinx)) | ||
| 497 | |||
| 468 | (define-public python-oslotest | 498 | (define-public python-oslotest |
| 469 | (package | 499 | (package |
| 470 | (name "python-oslotest") | 500 | (name "python-oslotest") |
