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:   wiz
Date:           Sun Jul 10 19:04:39 UTC 2022

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

Log Message:
py-sphinx-rtd-theme: restrict to python3


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/textproc/py-sphinx-rtd-theme/Makefile:1.12
--- pkgsrc/textproc/py-sphinx-rtd-theme/Makefile:1.11   Tue Jan  4 20:55:06 2022
+++ pkgsrc/textproc/py-sphinx-rtd-theme/Makefile        Sun Jul 10 19:04:39 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2022/01/04 20:55:06 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2022/07/10 19:04:39 wiz Exp $
 
 DISTNAME=      sphinx_rtd_theme-0.4.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
@@ -11,10 +11,11 @@ HOMEPAGE=   https://github.com/rtfd/sphinx
 COMMENT=       Sphinx readthedocs.org theme
 LICENSE=       modified-bsd AND ofl-v1.1
 
-PYTHON_VERSIONED_DEPENDENCIES= sphinx
+DEPENDS+=      ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index