pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-sphinx-theme-cloud



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Oct  7 11:25:00 UTC 2017

Modified Files:
        pkgsrc/textproc/py-sphinx-theme-cloud: Makefile PLIST distinfo

Log Message:
py-sphinx-theme-cloud: update to 1.9.4

1.9.4:
auto_redirect:
- simplified markup
- skip popup if referrer is within document
- bugfix: correctly handle source document that’s not at root of url
bugfix: docfield_markup: sphinx 1.5 compat fix
bugfix: table_styling: header-alignment not being parsed correctly


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-sphinx-theme-cloud/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-sphinx-theme-cloud/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-sphinx-theme-cloud/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-sphinx-theme-cloud/Makefile
diff -u pkgsrc/textproc/py-sphinx-theme-cloud/Makefile:1.6 pkgsrc/textproc/py-sphinx-theme-cloud/Makefile:1.7
--- pkgsrc/textproc/py-sphinx-theme-cloud/Makefile:1.6  Wed Jun  8 17:43:41 2016
+++ pkgsrc/textproc/py-sphinx-theme-cloud/Makefile      Sat Oct  7 11:25:00 2017
@@ -1,20 +1,18 @@
-# $NetBSD: Makefile,v 1.6 2016/06/08 17:43:41 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/10/07 11:25:00 adam Exp $
 
-DISTNAME=      cloud_sptheme-${VERSION}
-PKGNAME=       ${PYPKGPREFIX}-sphinx-theme-cloud-${VERSION}
-VERSION=       1.7.1
+DISTNAME=      cloud_sptheme-1.9.4
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/cloud_sptheme/sphinx-theme-cloud/}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cloud_sptheme/}
 
 MAINTAINER=    darcy%NetBSD.org@localhost
-HOMEPAGE=      http://packages.python.org/cloud_sptheme/
+HOMEPAGE=      https://bitbucket.org/ecollins/cloud_sptheme
 COMMENT=       Sphinx cloud theme
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 
-USE_LANGUAGES= #none
+USE_LANGUAGES= # none
 
-.include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-sphinx-theme-cloud/PLIST
diff -u pkgsrc/textproc/py-sphinx-theme-cloud/PLIST:1.2 pkgsrc/textproc/py-sphinx-theme-cloud/PLIST:1.3
--- pkgsrc/textproc/py-sphinx-theme-cloud/PLIST:1.2     Thu Jan  7 17:01:21 2016
+++ pkgsrc/textproc/py-sphinx-theme-cloud/PLIST Sat Oct  7 11:25:00 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2016/01/07 17:01:21 darcy Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/10/07 11:25:00 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -9,47 +9,69 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx
 ${PYSITELIB}/cloud_sptheme/__init__.py
 ${PYSITELIB}/cloud_sptheme/__init__.pyc
 ${PYSITELIB}/cloud_sptheme/__init__.pyo
-${PYSITELIB}/cloud_sptheme/make_helper.pyc
-${PYSITELIB}/cloud_sptheme/make_helper.pyo
-${PYSITELIB}/cloud_sptheme/utils.pyc
-${PYSITELIB}/cloud_sptheme/utils.pyo
 ${PYSITELIB}/cloud_sptheme/ext/__init__.py
 ${PYSITELIB}/cloud_sptheme/ext/__init__.pyc
 ${PYSITELIB}/cloud_sptheme/ext/__init__.pyo
+${PYSITELIB}/cloud_sptheme/ext/auto_redirect.py
+${PYSITELIB}/cloud_sptheme/ext/auto_redirect.pyc
+${PYSITELIB}/cloud_sptheme/ext/auto_redirect.pyo
+${PYSITELIB}/cloud_sptheme/ext/autoattribute_search_bases.py
 ${PYSITELIB}/cloud_sptheme/ext/autoattribute_search_bases.pyc
 ${PYSITELIB}/cloud_sptheme/ext/autoattribute_search_bases.pyo
+${PYSITELIB}/cloud_sptheme/ext/autodoc_sections.py
 ${PYSITELIB}/cloud_sptheme/ext/autodoc_sections.pyc
 ${PYSITELIB}/cloud_sptheme/ext/autodoc_sections.pyo
+${PYSITELIB}/cloud_sptheme/ext/docfield_markup.py
 ${PYSITELIB}/cloud_sptheme/ext/docfield_markup.pyc
 ${PYSITELIB}/cloud_sptheme/ext/docfield_markup.pyo
+${PYSITELIB}/cloud_sptheme/ext/escaped_samp_literals.py
 ${PYSITELIB}/cloud_sptheme/ext/escaped_samp_literals.pyc
 ${PYSITELIB}/cloud_sptheme/ext/escaped_samp_literals.pyo
+${PYSITELIB}/cloud_sptheme/ext/index_styling.py
 ${PYSITELIB}/cloud_sptheme/ext/index_styling.pyc
 ${PYSITELIB}/cloud_sptheme/ext/index_styling.pyo
+${PYSITELIB}/cloud_sptheme/ext/issue_tracker.py
 ${PYSITELIB}/cloud_sptheme/ext/issue_tracker.pyc
 ${PYSITELIB}/cloud_sptheme/ext/issue_tracker.pyo
+${PYSITELIB}/cloud_sptheme/ext/page_only.py
+${PYSITELIB}/cloud_sptheme/ext/page_only.pyc
+${PYSITELIB}/cloud_sptheme/ext/page_only.pyo
+${PYSITELIB}/cloud_sptheme/ext/perpage.py
 ${PYSITELIB}/cloud_sptheme/ext/perpage.pyc
 ${PYSITELIB}/cloud_sptheme/ext/perpage.pyo
+${PYSITELIB}/cloud_sptheme/ext/relbar_links.py
+${PYSITELIB}/cloud_sptheme/ext/relbar_links.pyc
+${PYSITELIB}/cloud_sptheme/ext/relbar_links.pyo
+${PYSITELIB}/cloud_sptheme/ext/relbar_toc.py
 ${PYSITELIB}/cloud_sptheme/ext/relbar_toc.pyc
 ${PYSITELIB}/cloud_sptheme/ext/relbar_toc.pyo
+${PYSITELIB}/cloud_sptheme/ext/role_index.py
+${PYSITELIB}/cloud_sptheme/ext/role_index.pyc
+${PYSITELIB}/cloud_sptheme/ext/role_index.pyo
+${PYSITELIB}/cloud_sptheme/ext/static/auto_redirect.css
+${PYSITELIB}/cloud_sptheme/ext/static/auto_redirect.html_t
+${PYSITELIB}/cloud_sptheme/ext/static/table_styling.css
+${PYSITELIB}/cloud_sptheme/ext/table_styling.py
 ${PYSITELIB}/cloud_sptheme/ext/table_styling.pyc
 ${PYSITELIB}/cloud_sptheme/ext/table_styling.pyo
-${PYSITELIB}/cloud_sptheme/ext/autoattribute_search_bases.py
-${PYSITELIB}/cloud_sptheme/ext/autodoc_sections.py
-${PYSITELIB}/cloud_sptheme/ext/docfield_markup.py
-${PYSITELIB}/cloud_sptheme/ext/escaped_samp_literals.py
-${PYSITELIB}/cloud_sptheme/ext/index_styling.py
-${PYSITELIB}/cloud_sptheme/ext/issue_tracker.py
-${PYSITELIB}/cloud_sptheme/ext/perpage.py
-${PYSITELIB}/cloud_sptheme/ext/relbar_toc.py
-${PYSITELIB}/cloud_sptheme/ext/table_styling.css
-${PYSITELIB}/cloud_sptheme/ext/table_styling.py
 ${PYSITELIB}/cloud_sptheme/make_helper.py
+${PYSITELIB}/cloud_sptheme/make_helper.pyc
+${PYSITELIB}/cloud_sptheme/make_helper.pyo
+${PYSITELIB}/cloud_sptheme/tests/__init__.py
+${PYSITELIB}/cloud_sptheme/tests/__init__.pyc
+${PYSITELIB}/cloud_sptheme/tests/__init__.pyo
+${PYSITELIB}/cloud_sptheme/tests/test_ext_relbar_toc.py
+${PYSITELIB}/cloud_sptheme/tests/test_ext_relbar_toc.pyc
+${PYSITELIB}/cloud_sptheme/tests/test_ext_relbar_toc.pyo
+${PYSITELIB}/cloud_sptheme/tests/utils.py
+${PYSITELIB}/cloud_sptheme/tests/utils.pyc
+${PYSITELIB}/cloud_sptheme/tests/utils.pyo
 ${PYSITELIB}/cloud_sptheme/themes/cloud/globaltoc.html
 ${PYSITELIB}/cloud_sptheme/themes/cloud/layout.html
 ${PYSITELIB}/cloud_sptheme/themes/cloud/localtoc.html
 ${PYSITELIB}/cloud_sptheme/themes/cloud/quicklinks.html
 ${PYSITELIB}/cloud_sptheme/themes/cloud/relations.html
+${PYSITELIB}/cloud_sptheme/themes/cloud/static/cloud.base.js
 ${PYSITELIB}/cloud_sptheme/themes/cloud/static/cloud.css_t
 ${PYSITELIB}/cloud_sptheme/themes/cloud/static/cloud.js_t
 ${PYSITELIB}/cloud_sptheme/themes/cloud/static/icon-caution.png
@@ -63,5 +85,6 @@ ${PYSITELIB}/cloud_sptheme/themes/cloud/
 ${PYSITELIB}/cloud_sptheme/themes/cloud/theme.conf
 ${PYSITELIB}/cloud_sptheme/themes/greencloud/theme.conf
 ${PYSITELIB}/cloud_sptheme/themes/redcloud/theme.conf
-${PYSITELIB}/cloud_sptheme/themes/solarcloud/theme.conf
 ${PYSITELIB}/cloud_sptheme/utils.py
+${PYSITELIB}/cloud_sptheme/utils.pyc
+${PYSITELIB}/cloud_sptheme/utils.pyo

Index: pkgsrc/textproc/py-sphinx-theme-cloud/distinfo
diff -u pkgsrc/textproc/py-sphinx-theme-cloud/distinfo:1.4 pkgsrc/textproc/py-sphinx-theme-cloud/distinfo:1.5
--- pkgsrc/textproc/py-sphinx-theme-cloud/distinfo:1.4  Thu Jan  7 15:14:26 2016
+++ pkgsrc/textproc/py-sphinx-theme-cloud/distinfo      Sat Oct  7 11:25:00 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2016/01/07 15:14:26 darcy Exp $
+$NetBSD: distinfo,v 1.5 2017/10/07 11:25:00 adam Exp $
 
-SHA1 (cloud_sptheme-1.7.1.tar.gz) = c958224970376e43a2fbb7cecc63fe9df8753eff
-RMD160 (cloud_sptheme-1.7.1.tar.gz) = eed8bcb53e0cd6bb7ce9bc0e385165c63a061a19
-SHA512 (cloud_sptheme-1.7.1.tar.gz) = 364e32d5b43ce673b2269a3bb84ea1e8560a9811d08a4857222f2b2fea3f7fd988daa729c09529f0c0b3fc66e15a845fad74c0b3fe1a629785dd1d56b4dfebd5
-Size (cloud_sptheme-1.7.1.tar.gz) = 103871 bytes
+SHA1 (cloud_sptheme-1.9.4.tar.gz) = c31c2ddeace822cdd4b56db4e2f556fb7a0fdac8
+RMD160 (cloud_sptheme-1.9.4.tar.gz) = 04a8fca8ff1bc3731ed213e4d5c7a8e9009a07af
+SHA512 (cloud_sptheme-1.9.4.tar.gz) = 83293e81c4430b457be25b9374b8e20d0c267acf6dae493766525cf5364f49996900cde0c64987ccf8ec65fde69d9aa1f47a56aa80d2325bd2346d356c503b7a
+Size (cloud_sptheme-1.9.4.tar.gz) = 147827 bytes



Home | Main Index | Thread Index | Old Index