Bug 212496 - textproc/py-cloud_sptheme fix build error and unbreak
Summary: textproc/py-cloud_sptheme fix build error and unbreak
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jan Beich
URL:
Keywords: patch
Depends on:
Blocks: 212492
  Show dependency treegraph
 
Reported: 2016-09-08 20:47 UTC by Walter Schwarzenfeld
Modified: 2016-09-09 03:12 UTC (History)
1 user (show)

See Also:


Attachments
svn_diff-py_cloud_sptheme (1.56 KB, patch)
2016-09-08 20:48 UTC, Walter Schwarzenfeld
no flags Details | Diff
alternate_update_svn-diff_py-cloud_sptheme-1.7.1 (2.20 KB, patch)
2016-09-08 22:03 UTC, Walter Schwarzenfeld
no flags Details | Diff
alternate_update_svn-diff_py-cloud_sptheme-1.7.1 (2.30 KB, patch)
2016-09-08 22:49 UTC, Walter Schwarzenfeld
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Walter Schwarzenfeld freebsd_triage 2016-09-08 20:47:32 UTC
py_cloud_sptheme failed to compile with:

.....
 File "/usr/local/lib/python2.7/site-packages/sphinx/builders/html.py", line 538, in write_genindex
    self.handle_page('genindex', genindexcontext, 'genindex.html')
  File "/usr/local/lib/python2.7/site-packages/sphinx/builders/html.py", line 798, in handle_page
    templatename, ctx, event_arg)
  File "/usr/local/lib/python2.7/site-packages/sphinx/application.py", line 556, in emit_firstresult
    for result in self.emit(event, *args):
  File "/usr/local/lib/python2.7/site-packages/sphinx/application.py", line 552, in emit
    results.append(callback(self, *args))
  File "/ram/usr/ports/textproc/py-cloud_sptheme/work/cloud_sptheme-1.6/cloud_sptheme/ext/index_styling.py", line 52, in mangle_index
    name, (links, subitems) = entry
Comment 1 Walter Schwarzenfeld freebsd_triage 2016-09-08 20:48:06 UTC
Created attachment 174543 [details]
svn_diff-py_cloud_sptheme
Comment 2 Walter Schwarzenfeld freebsd_triage 2016-09-08 20:48:31 UTC
This patch should fix it.
Comment 3 Walter Schwarzenfeld freebsd_triage 2016-09-08 22:03:59 UTC
Created attachment 174551 [details]
alternate_update_svn-diff_py-cloud_sptheme-1.7.1
Comment 4 Walter Schwarzenfeld freebsd_triage 2016-09-08 22:07:01 UTC
Added an alternate svn-diff: update to 1..7.1.
ChangeLog:
Bugfix release
    * Fixed divide-by-zero error under python 3 (:issue:`23`).
    * JS url comparison code now handles ``file://`` urls (:issue:`24`).
    * Now requires Sphinx >= 1.3.

portlint ok.
Comment 5 Walter Schwarzenfeld freebsd_triage 2016-09-08 22:35:27 UTC
Testbuilds with Poudriere (10.3, 9.3 amd64/i386) for both versions ok.
Comment 6 Walter Schwarzenfeld freebsd_triage 2016-09-08 22:49:52 UTC
Created attachment 174555 [details]
alternate_update_svn-diff_py-cloud_sptheme-1.7.1
Comment 7 Walter Schwarzenfeld freebsd_triage 2016-09-08 22:52:12 UTC
Corrected sphinx-version.
Comment 8 commit-hook freebsd_committer freebsd_triage 2016-09-08 23:38:00 UTC
A commit references this bug:

Author: jbeich
Date: Thu Sep  8 23:37:23 UTC 2016
New revision: 421590
URL: https://svnweb.freebsd.org/changeset/ports/421590

Log:
  textproc/py-cloud_sptheme: unbreak after r415071

  PR:		212496
  Submitted by:	w.schwarzenfeld@utanet.at

Changes:
  head/textproc/py-cloud_sptheme/Makefile
  head/textproc/py-cloud_sptheme/files/
  head/textproc/py-cloud_sptheme/files/patch-index__styling.py
Comment 9 commit-hook freebsd_committer freebsd_triage 2016-09-08 23:39:02 UTC
A commit references this bug:

Author: jbeich
Date: Thu Sep  8 23:38:34 UTC 2016
New revision: 421591
URL: https://svnweb.freebsd.org/changeset/ports/421591

Log:
  textproc/py-cloud_sptheme: update to 1.7.1

  Changes:	https://bitbucket.org/ecollins/cloud_sptheme/src/1.7.1/CHANGES
  PR:		212496
  Submitted by:	w.schwarzenfeld@utanet.at

Changes:
  head/textproc/py-cloud_sptheme/Makefile
  head/textproc/py-cloud_sptheme/distinfo
Comment 10 commit-hook freebsd_committer freebsd_triage 2016-09-08 23:41:04 UTC
A commit references this bug:

Author: jbeich
Date: Thu Sep  8 23:40:03 UTC 2016
New revision: 421592
URL: https://svnweb.freebsd.org/changeset/ports/421592

Log:
  MFH: r421590

  textproc/py-cloud_sptheme: unbreak after r415071

  PR:		212496
  Submitted by:	w.schwarzenfeld@utanet.at
  Approved by:	ports-secteam blanket

Changes:
_U  branches/2016Q3/
  branches/2016Q3/textproc/py-cloud_sptheme/Makefile
  branches/2016Q3/textproc/py-cloud_sptheme/files/
Comment 11 Jan Beich freebsd_committer freebsd_triage 2016-09-08 23:41:22 UTC
(In reply to w.schwarzenfeld from comment #4)
There're more changes since 1.6. If you want them in 2016Q3 make sure consumers don't regress.