parent
aa8402ca6c
commit
9920aa5f24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429227
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cloud_sptheme
|
||||
PORTVERSION= 1.7.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.8.0
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1473371879
|
||||
SHA256 (python/cloud_sptheme-1.7.1.tar.gz) = 7ea3b2da3dd4c12c8a1f859327d1bb5decae9aaa358a1a1cb2f4b772c955a97e
|
||||
SIZE (python/cloud_sptheme-1.7.1.tar.gz) = 103871
|
||||
TIMESTAMP = 1482479245
|
||||
SHA256 (python/cloud_sptheme-1.8.0.tar.gz) = 0deae6f4599031f84d30c4fe2d43f49667638c958419e40c3ad0a7a1ccc2d1b6
|
||||
SIZE (python/cloud_sptheme-1.8.0.tar.gz) = 116992
|
||||
|
@ -1,14 +0,0 @@
|
||||
--- cloud_sptheme/ext/index_styling.py.orig 2016-09-08 20:32:45 UTC
|
||||
+++ cloud_sptheme/ext/index_styling.py
|
||||
@@ -49,8 +49,9 @@ def mangle_index(app, pagename, template
|
||||
fmt = format_index_name
|
||||
for key, entries in ctx['genindexentries']:
|
||||
for idx, entry in enumerate(entries):
|
||||
- name, (links, subitems) = entry
|
||||
- entries[idx] = fmt(name), (links, subitems)
|
||||
+ name, data = entry
|
||||
+ entries[idx] = fmt(name), data
|
||||
+ subitems = data[1]
|
||||
for idx, entry in enumerate(subitems):
|
||||
name, links = entry
|
||||
subitems[idx] = fmt(name), links
|
Loading…
Reference in New Issue
Block a user