pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-sphinx-rtd-theme Updated py-sphinx-rtd-the...
details: https://anonhg.NetBSD.org/pkgsrc/rev/184784f6e6b5
branches: trunk
changeset: 359287:184784f6e6b5
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Mar 05 14:33:41 2017 +0000
description:
Updated py-sphinx-rtd-theme to 0.2.2.
v0.2.2:
not documented
v0.2.1
Add the rel HTML attribute to the footer links which point to the previous and next pages.
Fix toctree issue caused by Sphinx singlehtml builder (#367)
v0.2.0
Adds the comments block after the body block in the template
Added "Edit on GitLab? support
Many bug fixes
v0.1.10-alpha
Removes Sphinx dependency
Fixes hamburger on mobile display
Adds a body_begin block to the template
Add prev_next_buttons_location which can take the value bottom, top, both , None and will display the ?Next? and ?Previous? buttons accordingly
diffstat:
textproc/py-sphinx-rtd-theme/Makefile | 6 ++--
textproc/py-sphinx-rtd-theme/distinfo | 12 ++++------
textproc/py-sphinx-rtd-theme/patches/patch-requirements.txt | 9 -------
textproc/py-sphinx-rtd-theme/patches/patch-setup.py | 15 -------------
4 files changed, 8 insertions(+), 34 deletions(-)
diffs (71 lines):
diff -r 7ab6411e69ff -r 184784f6e6b5 textproc/py-sphinx-rtd-theme/Makefile
--- a/textproc/py-sphinx-rtd-theme/Makefile Sun Mar 05 14:29:37 2017 +0000
+++ b/textproc/py-sphinx-rtd-theme/Makefile Sun Mar 05 14:33:41 2017 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.1 2016/01/17 13:45:42 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2017/03/05 14:33:41 wiz Exp $
DISTNAME= sphinx_rtd_theme-${VERSION}
PKGNAME= ${PYPKGPREFIX}-sphinx-rtd-theme-${VERSION}
-VERSION= 0.1.9
+VERSION= 0.2.2
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx_rtd_theme/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://pypi.python.org/pypi/sphinx_rtd_theme/
COMMENT= Sphinx readthedocs.org theme
-LICENSE= modified-bsd
+LICENSE= modified-bsd AND ofl-v1.1
USE_LANGUAGES= #none
diff -r 7ab6411e69ff -r 184784f6e6b5 textproc/py-sphinx-rtd-theme/distinfo
--- a/textproc/py-sphinx-rtd-theme/distinfo Sun Mar 05 14:29:37 2017 +0000
+++ b/textproc/py-sphinx-rtd-theme/distinfo Sun Mar 05 14:33:41 2017 +0000
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/01/17 13:45:42 wiz Exp $
+$NetBSD: distinfo,v 1.2 2017/03/05 14:33:41 wiz Exp $
-SHA1 (sphinx_rtd_theme-0.1.9.tar.gz) = 5ff7ea05d2f4172596f358cb9f89618e97a6107a
-RMD160 (sphinx_rtd_theme-0.1.9.tar.gz) = 4fd81f7ac50fcf507b6c1996c7194d9b769e30dd
-SHA512 (sphinx_rtd_theme-0.1.9.tar.gz) = e793a4da6209c26acb261efd03e6591561d7fbad97b3d7ab0a105e125a15a035d2066a1b1572a95954304d361abec39d9e1e401cd7200c6206cc8c89ad134d0f
-Size (sphinx_rtd_theme-0.1.9.tar.gz) = 698461 bytes
-SHA1 (patch-requirements.txt) = 9725b423ce4235453b851964efe6a602d3bde5b5
-SHA1 (patch-setup.py) = 7d14fd0b81d648f4c1900bc9173722dc9b95f27d
+SHA1 (sphinx_rtd_theme-0.2.2.tar.gz) = 3cfd1c6690505946e79b4b5a5ae2c24a4dc2d218
+RMD160 (sphinx_rtd_theme-0.2.2.tar.gz) = 284598af0fb86c577867ae2903844148000483a6
+SHA512 (sphinx_rtd_theme-0.2.2.tar.gz) = aef37a9b9613361168d5196d0c35952c1e373ded1faab74baad649967e85e0bb50e1fff966dc81aceb9b8ad441f35c820716603909493e1eee9bfa1277838c49
+Size (sphinx_rtd_theme-0.2.2.tar.gz) = 1391895 bytes
diff -r 7ab6411e69ff -r 184784f6e6b5 textproc/py-sphinx-rtd-theme/patches/patch-requirements.txt
--- a/textproc/py-sphinx-rtd-theme/patches/patch-requirements.txt Sun Mar 05 14:29:37 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-$NetBSD: patch-requirements.txt,v 1.1 2016/01/17 13:45:42 wiz Exp $
-
-Drop sphinx dependency.
-https://github.com/snide/sphinx_rtd_theme/commit/9e2b17147dcf182622b5f3d9bf5e130dec924fe1
-
---- requirements.txt.orig 2015-07-16 19:05:46.000000000 +0000
-+++ requirements.txt
-@@ -1 +0,0 @@
--sphinx>=1.3
diff -r 7ab6411e69ff -r 184784f6e6b5 textproc/py-sphinx-rtd-theme/patches/patch-setup.py
--- a/textproc/py-sphinx-rtd-theme/patches/patch-setup.py Sun Mar 05 14:29:37 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-setup.py,v 1.1 2016/01/17 13:45:42 wiz Exp $
-
-Drop sphinx dependency.
-https://github.com/snide/sphinx_rtd_theme/commit/9e2b17147dcf182622b5f3d9bf5e130dec924fe1
-
---- setup.py.orig 2015-09-09 03:02:58.000000000 +0000
-+++ setup.py
-@@ -27,7 +27,6 @@ setup(
- 'static/font/*.*'
- ]},
- include_package_data=True,
-- install_requires=open('requirements.txt').read().splitlines(),
- classifiers=[
- 'Development Status :: 3 - Alpha',
- 'License :: OSI Approved :: BSD License',
Home |
Main Index |
Thread Index |
Old Index