pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-numpydoc py-numpydoc: restrict to python 3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76822b64606f
branches:  trunk
changeset: 381587:76822b64606f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 10 18:58:06 2022 +0000

description:
py-numpydoc: restrict to python 3

diffstat:

 textproc/py-numpydoc/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r ffda7e8cad1c -r 76822b64606f textproc/py-numpydoc/Makefile
--- a/textproc/py-numpydoc/Makefile     Sun Jul 10 18:43:31 2022 +0000
+++ b/textproc/py-numpydoc/Makefile     Sun Jul 10 18:58:06 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/04/19 12:05:35 tnn Exp $
+# $NetBSD: Makefile,v 1.10 2022/07/10 18:58:06 wiz Exp $
 
 DISTNAME=      numpydoc-0.9.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,10 +11,12 @@
 COMMENT=       Sphinx extension to support docstrings in Numpy format
 LICENSE=       modified-bsd
 
-PYTHON_VERSIONED_DEPENDENCIES= jinja2 sphinx
+DEPENDS+=      ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
+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