[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/37: gnu: Add python-openstackdocstheme.
From: |
Marius Bakke |
Subject: |
11/37: gnu: Add python-openstackdocstheme. |
Date: |
Wed, 28 Feb 2018 10:33:51 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 7a565dc9ec7c2b904cf3a82975b947cd736d0b3a
Author: Marius Bakke <address@hidden>
Date: Tue Feb 27 22:04:00 2018 +0100
gnu: Add python-openstackdocstheme.
* gnu/packages/openstack.scm (python-openstackdocstheme,
python2-openstackdocstheme): New public variables.
---
gnu/packages/openstack.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index f1dffcf..0d1d699 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2015, 2016 Efraim Flashner <address@hidden>
;;; Copyright © 2016, 2017 Clément Lassieur <address@hidden>
;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018 Marius Bakke <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -185,6 +186,36 @@ tested on Python versions 3.2, 2.7, and 2.6.")
(define-public python2-mox3
(package-with-python2 python-mox3))
+(define-public python-openstackdocstheme
+ (package
+ (name "python-openstackdocstheme")
+ (version "1.18.1")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "openstackdocstheme" version))
+ (sha256
+ (base32
+ "1ki5204rjdqjvr8xr9w2qc1z6b6d2i5jas0i70xzkf9njlzjzv2r"))))
+ (build-system python-build-system)
+ (arguments
+ ;; FIXME: Tests require an old version of python-hacking, which in
+ ;; turn depends on mox3 which depends on this package.
+ `(#:tests? #f))
+ (propagated-inputs
+ `(("python-dulwich" ,python-dulwich)
+ ("python-pbr" ,python-pbr)))
+ (native-inputs
+ `(("python-sphinx" ,python-sphinx-1.6)))
+ (home-page "https://docs.openstack.org/openstackdocstheme/latest/")
+ (synopsis "OpenStack Docs Theme")
+ (description
+ "This package provides themes and extensions for Sphinx for publishing
+to docs.openstack.org and developer.openstack.org.")
+ (license asl2.0)))
+
+(define-public python2-openstackdocstheme
+ (package-with-python2 python-openstackdocstheme))
+
(define-public python-os-client-config
(package
(name "python-os-client-config")
- 16/37: gnu: python2-stevedore: Enable tests., (continued)
- 16/37: gnu: python2-stevedore: Enable tests., Marius Bakke, 2018/02/28
- 14/37: gnu: python2-bandit: Enable tests., Marius Bakke, 2018/02/28
- 09/37: gnu: python-fixtures: Update to 3.0.0., Marius Bakke, 2018/02/28
- 03/37: gnu: python-testresources: Update to 2.0.1., Marius Bakke, 2018/02/28
- 05/37: gnu: python-testtools: Update to 2.3.0., Marius Bakke, 2018/02/28
- 02/37: gnu: python-subunit: Update to 1.2.0., Marius Bakke, 2018/02/28
- 18/37: gnu: python-stevedore: Update to 1.28.0., Marius Bakke, 2018/02/28
- 22/37: gnu: python-oslo.i18n: Update to 3.19.0., Marius Bakke, 2018/02/28
- 25/37: gnu: python-oslo.utils: Update to 3.35.0., Marius Bakke, 2018/02/28
- 24/37: gnu: python-oslo.config: Update to 5.2.0., Marius Bakke, 2018/02/28
- 11/37: gnu: Add python-openstackdocstheme.,
Marius Bakke <=
- 37/37: gnu: python-webencodings: Update to 0.5.1., Marius Bakke, 2018/02/28
- 27/37: gnu: python-oslo.context: Update to 2.20.0., Marius Bakke, 2018/02/28
- 12/37: gnu: python-mox3: Update to 0.24.0., Marius Bakke, 2018/02/28
- 20/37: gnu: Add python-gitpython., Marius Bakke, 2018/02/28
- 30/37: gnu: python-msgpack: Run the tests., Marius Bakke, 2018/02/28
- 35/37: gnu: python-netifaces: Update to 0.10.6., Marius Bakke, 2018/02/28
- 17/37: gnu: Add python-rfc3986., Marius Bakke, 2018/02/28
- 28/37: gnu: python-oslo.serialization: Update to 2.24.0., Marius Bakke, 2018/02/28
- 26/37: gnu: Add python-pyinotify., Marius Bakke, 2018/02/28
- 23/37: gnu: python-debtcollector: Update to 1.19.0., Marius Bakke, 2018/02/28