Received: by mail.netbsd.org (Postfix, from userid 605) id 7F33D84D6F; Sat, 7 Oct 2017 11:25:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 137C784D2F for ; Sat, 7 Oct 2017 11:25:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id A9ZCo-A19e1C for ; Sat, 7 Oct 2017 11:25:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 56BCC84CE4 for ; Sat, 7 Oct 2017 11:25:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 51E17FBC7; Sat, 7 Oct 2017 11:25:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1507375500208540" MIME-Version: 1.0 Date: Sat, 7 Oct 2017 11:25:00 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-sphinx-theme-cloud To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171007112500.51E17FBC7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1507375500208540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" 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. --_----------=_1507375500208540 Content-Disposition: inline Content-Length: 7585 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 -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 --_----------=_1507375500208540--