pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-sphinx-issues py-sphinx-issues: restrict t...



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

description:
py-sphinx-issues: restrict to python3

diffstat:

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

diffs (23 lines):

diff -r 76822b64606f -r e81994cde9cf textproc/py-sphinx-issues/Makefile
--- a/textproc/py-sphinx-issues/Makefile        Sun Jul 10 18:58:06 2022 +0000
+++ b/textproc/py-sphinx-issues/Makefile        Sun Jul 10 19:04:24 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/01/04 20:55:06 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/07/10 19:04:24 wiz Exp $
 
 DISTNAME=      sphinx-issues-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,10 +11,11 @@
 COMMENT=       Sphinx extension for linking to an issue tracker
 LICENSE=       mit
 
-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