pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-sphinxcontrib-newsfeed py-sphinxcontrib-ne...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/428e06307ef9
branches:  trunk
changeset: 381591:428e06307ef9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 10 19:05:02 2022 +0000

description:
py-sphinxcontrib-newsfeed: restrict to python3

diffstat:

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

diffs (23 lines):

diff -r 726e3fb29e0f -r 428e06307ef9 textproc/py-sphinxcontrib-newsfeed/Makefile
--- a/textproc/py-sphinxcontrib-newsfeed/Makefile       Sun Jul 10 19:04:50 2022 +0000
+++ b/textproc/py-sphinxcontrib-newsfeed/Makefile       Sun Jul 10 19:05:02 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/01/04 20:55:07 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/07/10 19:05:02 wiz Exp $
 
 DISTNAME=      sphinxcontrib-newsfeed-0.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,10 +11,11 @@
 COMMENT=       News Feed extension for Sphinx
 LICENSE=       2-clause-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