pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/726e3fb29e0f
branches:  trunk
changeset: 381590:726e3fb29e0f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 10 19:04:50 2022 +0000

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

diffstat:

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

diffs (23 lines):

diff -r 882488d7a86f -r 726e3fb29e0f textproc/py-sphinx-theme-cloud/Makefile
--- a/textproc/py-sphinx-theme-cloud/Makefile   Sun Jul 10 19:04:39 2022 +0000
+++ b/textproc/py-sphinx-theme-cloud/Makefile   Sun Jul 10 19:04:50 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:50 wiz Exp $
 
 DISTNAME=      cloud_sptheme-1.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/cloud_sptheme/sphinx-theme-cloud/}
@@ -11,10 +11,11 @@
 COMMENT=       Sphinx cloud theme
 LICENSE=       modified-bsd
 
-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