pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-sphinx-rtd-theme
Module Name: pkgsrc
Committed By: adam
Date: Fri Jun 15 07:41:43 UTC 2018
Modified Files:
pkgsrc/textproc/py-sphinx-rtd-theme: Makefile PLIST distinfo
Log Message:
py-sphinx-rtd-theme: updated to 0.4.0
v0.4.0
This version made some changes to how JS and CSS were included when the theme is used on Read the Docs.
Fixes
- Do not rely on readthedocs.org for CSS/JS
- Color accessibility improvements on the left navigation
Other Changes
- Write theme version and build date at top of JavaScript and CSS
- Changed code and literals to use a native font stack
- Fix small styling issues
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-sphinx-rtd-theme/Makefile \
pkgsrc/textproc/py-sphinx-rtd-theme/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-sphinx-rtd-theme/PLIST
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-rtd-theme/Makefile
diff -u pkgsrc/textproc/py-sphinx-rtd-theme/Makefile:1.5 pkgsrc/textproc/py-sphinx-rtd-theme/Makefile:1.6
--- pkgsrc/textproc/py-sphinx-rtd-theme/Makefile:1.5 Fri May 4 06:54:05 2018
+++ pkgsrc/textproc/py-sphinx-rtd-theme/Makefile Fri Jun 15 07:41:43 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/05/04 06:54:05 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/06/15 07:41:43 adam Exp $
-DISTNAME= sphinx_rtd_theme-0.3.1
+DISTNAME= sphinx_rtd_theme-0.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx_rtd_theme/}
Index: pkgsrc/textproc/py-sphinx-rtd-theme/distinfo
diff -u pkgsrc/textproc/py-sphinx-rtd-theme/distinfo:1.5 pkgsrc/textproc/py-sphinx-rtd-theme/distinfo:1.6
--- pkgsrc/textproc/py-sphinx-rtd-theme/distinfo:1.5 Fri May 4 06:54:05 2018
+++ pkgsrc/textproc/py-sphinx-rtd-theme/distinfo Fri Jun 15 07:41:43 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/05/04 06:54:05 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/06/15 07:41:43 adam Exp $
-SHA1 (sphinx_rtd_theme-0.3.1.tar.gz) = 38b514412538c98642bf7c220eb8c7a0dee22996
-RMD160 (sphinx_rtd_theme-0.3.1.tar.gz) = f29d2b689ac0485f19bb6f1c64bc87305cb43d49
-SHA512 (sphinx_rtd_theme-0.3.1.tar.gz) = 8b68baf776aad01cfe486bb83b9238b79dfed2ef493c836db566e8a043546772e2dc4943fe83f0938b8f0ffe4b420eccba4a14cf3da7601d0d2e76acaa91550d
-Size (sphinx_rtd_theme-0.3.1.tar.gz) = 2234990 bytes
+SHA1 (sphinx_rtd_theme-0.4.0.tar.gz) = 7ffe9d4ad25c4ee972e5ca13292f0bc9a0203976
+RMD160 (sphinx_rtd_theme-0.4.0.tar.gz) = 0e4d9c739ddf1435e21424cf7f48f9b567c56d20
+SHA512 (sphinx_rtd_theme-0.4.0.tar.gz) = 21da583b4b6819f8681948f71808a1cb6cba6ef7f8d601b945a3ef164d10f7e11748634a115d35b4442d061ee8b7ec512d568487d2e744dc5dfce045401bf1bd
+Size (sphinx_rtd_theme-0.4.0.tar.gz) = 5388092 bytes
Index: pkgsrc/textproc/py-sphinx-rtd-theme/PLIST
diff -u pkgsrc/textproc/py-sphinx-rtd-theme/PLIST:1.2 pkgsrc/textproc/py-sphinx-rtd-theme/PLIST:1.3
--- pkgsrc/textproc/py-sphinx-rtd-theme/PLIST:1.2 Fri Apr 6 08:39:31 2018
+++ pkgsrc/textproc/py-sphinx-rtd-theme/PLIST Fri Jun 15 07:41:43 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/04/06 08:39:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/06/15 07:41:43 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -15,14 +15,30 @@ ${PYSITELIB}/sphinx_rtd_theme/search.htm
${PYSITELIB}/sphinx_rtd_theme/searchbox.html
${PYSITELIB}/sphinx_rtd_theme/static/css/badge_only.css
${PYSITELIB}/sphinx_rtd_theme/static/css/theme.css
-${PYSITELIB}/sphinx_rtd_theme/static/fonts/Inconsolata-Bold.ttf
-${PYSITELIB}/sphinx_rtd_theme/static/fonts/Inconsolata-Regular.ttf
-${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato-Bold.ttf
-${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato-BoldItalic.ttf
-${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato-Italic.ttf
-${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato-Regular.ttf
-${PYSITELIB}/sphinx_rtd_theme/static/fonts/RobotoSlab-Bold.ttf
-${PYSITELIB}/sphinx_rtd_theme/static/fonts/RobotoSlab-Regular.ttf
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-bold.eot
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-bold.ttf
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-bold.woff
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-bold.woff2
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-bolditalic.eot
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-bolditalic.ttf
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-bolditalic.woff
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-bolditalic.woff2
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-italic.eot
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-italic.ttf
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-italic.woff
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-italic.woff2
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-regular.eot
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-regular.ttf
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-regular.woff
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/Lato/lato-regular.woff2
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
+${PYSITELIB}/sphinx_rtd_theme/static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
${PYSITELIB}/sphinx_rtd_theme/static/fonts/fontawesome-webfont.eot
${PYSITELIB}/sphinx_rtd_theme/static/fonts/fontawesome-webfont.svg
${PYSITELIB}/sphinx_rtd_theme/static/fonts/fontawesome-webfont.ttf
Home |
Main Index |
Thread Index |
Old Index