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:           Mon Aug  6 20:12:57 UTC 2018

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

Log Message:
py-sphinx-rtd-theme: updated to 0.4.1

v0.4.1:

Fixes
Line height adjustments for Liberation Mono

Other Changes
Add Sphinx as a dependency


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-sphinx-rtd-theme/Makefile \
    pkgsrc/textproc/py-sphinx-rtd-theme/distinfo
cvs rdiff -u -r1.3 -r1.4 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.6 pkgsrc/textproc/py-sphinx-rtd-theme/Makefile:1.7
--- pkgsrc/textproc/py-sphinx-rtd-theme/Makefile:1.6    Fri Jun 15 07:41:43 2018
+++ pkgsrc/textproc/py-sphinx-rtd-theme/Makefile        Mon Aug  6 20:12:57 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2018/06/15 07:41:43 adam Exp $
+# $NetBSD: Makefile,v 1.7 2018/08/06 20:12:57 adam Exp $
 
-DISTNAME=      sphinx_rtd_theme-0.4.0
+DISTNAME=      sphinx_rtd_theme-0.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinx_rtd_theme/}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/rtfd/sphinx
 COMMENT=       Sphinx readthedocs.org theme
 LICENSE=       modified-bsd AND ofl-v1.1
 
+DEPENDS+=      ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
Index: pkgsrc/textproc/py-sphinx-rtd-theme/distinfo
diff -u pkgsrc/textproc/py-sphinx-rtd-theme/distinfo:1.6 pkgsrc/textproc/py-sphinx-rtd-theme/distinfo:1.7
--- pkgsrc/textproc/py-sphinx-rtd-theme/distinfo:1.6    Fri Jun 15 07:41:43 2018
+++ pkgsrc/textproc/py-sphinx-rtd-theme/distinfo        Mon Aug  6 20:12:57 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/06/15 07:41:43 adam Exp $
+$NetBSD: distinfo,v 1.7 2018/08/06 20:12:57 adam Exp $
 
-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
+SHA1 (sphinx_rtd_theme-0.4.1.tar.gz) = d4143da53ba8c5300036a3a3a699393d697dd1c6
+RMD160 (sphinx_rtd_theme-0.4.1.tar.gz) = 2043293f5d351df1cc2eed714b0ad158da5c437c
+SHA512 (sphinx_rtd_theme-0.4.1.tar.gz) = f04bbf48d730ea3dfd70268d3024c26c3ab5f0a3ebc3af89c3285b63f0f3bd7bed8fe8077bbfecec92625a44379fe5c25a6a247f7a0d10f3abb54f8a0eaabf7f
+Size (sphinx_rtd_theme-0.4.1.tar.gz) = 5388144 bytes

Index: pkgsrc/textproc/py-sphinx-rtd-theme/PLIST
diff -u pkgsrc/textproc/py-sphinx-rtd-theme/PLIST:1.3 pkgsrc/textproc/py-sphinx-rtd-theme/PLIST:1.4
--- pkgsrc/textproc/py-sphinx-rtd-theme/PLIST:1.3       Fri Jun 15 07:41:43 2018
+++ pkgsrc/textproc/py-sphinx-rtd-theme/PLIST   Mon Aug  6 20:12:57 2018
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2018/06/15 07:41:43 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/08/06 20:12:57 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/sphinx_rtd_theme/__init__.py
 ${PYSITELIB}/sphinx_rtd_theme/__init__.pyc



Home | Main Index | Thread Index | Old Index