pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-sphinx-rtd-theme py-sphinx-rtd-theme: rest...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/882488d7a86f
branches:  trunk
changeset: 381589:882488d7a86f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 10 19:04:39 2022 +0000

description:
py-sphinx-rtd-theme: restrict to python3

diffstat:

 textproc/py-sphinx-rtd-theme/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r e81994cde9cf -r 882488d7a86f textproc/py-sphinx-rtd-theme/Makefile
--- a/textproc/py-sphinx-rtd-theme/Makefile     Sun Jul 10 19:04:24 2022 +0000
+++ b/textproc/py-sphinx-rtd-theme/Makefile     Sun Jul 10 19:04:39 2022 +0000
@@ -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 @@
 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