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 May  5 06:00:20 UTC 2023

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

Log Message:
py-sphinx-rtd-theme: stricter DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/py-sphinx-rtd-theme/Makefile

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.13 pkgsrc/textproc/py-sphinx-rtd-theme/Makefile:1.14
--- pkgsrc/textproc/py-sphinx-rtd-theme/Makefile:1.13   Fri May  5 03:42:13 2023
+++ pkgsrc/textproc/py-sphinx-rtd-theme/Makefile        Fri May  5 06:00:20 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2023/05/05 03:42:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2023/05/05 06:00:20 adam Exp $
 
 DISTNAME=      sphinx_rtd_theme-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
@@ -10,12 +10,13 @@ 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
-DEPENDS+=      ${PYPKGPREFIX}-sphinxcontrib-jquery-[0-9]*:../../textproc/py-sphinxcontrib-jquery
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+DEPENDS+=      ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
+DEPENDS+=      ${PYPKGPREFIX}-sphinx>=1.6:../../textproc/py-sphinx
+DEPENDS+=      ${PYPKGPREFIX}-sphinxcontrib-jquery>=2.0.0:../../textproc/py-sphinxcontrib-jquery
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index