summaryrefslogtreecommitdiff
path: root/textproc/py-sphinx-rtd-theme
diff options
context:
space:
mode:
authorwiz <wiz>2017-03-05 14:33:41 +0000
committerwiz <wiz>2017-03-05 14:33:41 +0000
commit6b8b340a4d35c4fa8923395a734f6fa3ee1722f3 (patch)
tree937bd1df9792c72424701d6850316d270de31865 /textproc/py-sphinx-rtd-theme
parentdb25962fb09cfd58bdde44fc264f3fdd5a7b2910 (diff)
downloadpkgsrc-6b8b340a4d35c4fa8923395a734f6fa3ee1722f3.tar.gz
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 (limited to 'textproc/py-sphinx-rtd-theme')
-rw-r--r--textproc/py-sphinx-rtd-theme/Makefile6
-rw-r--r--textproc/py-sphinx-rtd-theme/distinfo12
-rw-r--r--textproc/py-sphinx-rtd-theme/patches/patch-requirements.txt9
-rw-r--r--textproc/py-sphinx-rtd-theme/patches/patch-setup.py15
4 files changed, 8 insertions, 34 deletions
diff --git a/textproc/py-sphinx-rtd-theme/Makefile b/textproc/py-sphinx-rtd-theme/Makefile
index 9ca9fc3ff19..96cfea528ae 100644
--- a/textproc/py-sphinx-rtd-theme/Makefile
+++ b/textproc/py-sphinx-rtd-theme/Makefile
@@ -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
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 --git a/textproc/py-sphinx-rtd-theme/distinfo b/textproc/py-sphinx-rtd-theme/distinfo
index 01451755560..9568713882e 100644
--- a/textproc/py-sphinx-rtd-theme/distinfo
+++ b/textproc/py-sphinx-rtd-theme/distinfo
@@ -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 --git a/textproc/py-sphinx-rtd-theme/patches/patch-requirements.txt b/textproc/py-sphinx-rtd-theme/patches/patch-requirements.txt
deleted file mode 100644
index 860dd971a82..00000000000
--- a/textproc/py-sphinx-rtd-theme/patches/patch-requirements.txt
+++ /dev/null
@@ -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 --git a/textproc/py-sphinx-rtd-theme/patches/patch-setup.py b/textproc/py-sphinx-rtd-theme/patches/patch-setup.py
deleted file mode 100644
index 78055a5ef66..00000000000
--- a/textproc/py-sphinx-rtd-theme/patches/patch-setup.py
+++ /dev/null
@@ -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',