[notes] 01/01: packages += pyopencl

Daniel Shahaf danielsh at apache.org
Sun Oct 2 13:55:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

danielsh-guest pushed a commit to branch master
in repository notes.

commit 49c5d4b7510d2fe03340c584d84d07dada062296
Author: Daniel Shahaf <danielsh at apache.org>
Date:   Sun Oct 2 13:51:40 2016 +0000

    packages += pyopencl
---
 packages.yml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/packages.yml b/packages.yml
index 3842af8..f8d78f6 100644
--- a/packages.yml
+++ b/packages.yml
@@ -21229,6 +21229,25 @@ pyode:
   version: 1.2.0-4+cvs20090320.1
   bugs:
     - 817638
+pyopencl:
+  version: 2016.1+git20160809-3
+  comments: |
+    In doc/conf.py:
+    .
+     94 html_theme_options = {
+     95         "extra_nav_links": {
+     96             "Github": "https://github.com/pyopencl/pyopencl",
+     97             "Download Releases": "https://pypi.python.org/pypi/pyopencl",
+     98             }
+     99         }
+    .
+    The inner dict is then output in dict order, i.e., unpredictably.  Using an
+    OrderedDict() should fix this.
+    .
+    Note that, while no other Debian package specifies >1 element in
+    extra_nav_links, multiple third-party sphinx themes expect unordered input
+    (extra_nav_links) to create an ordered output, including 'alabaster' which is
+    packaged in Debian.
 pyopenssl:
   version: 16.0.0-1
   issues:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/notes.git



More information about the Reproducible-commits mailing list