summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-06-29 08:34:18 +0000
committernia <nia@pkgsrc.org>2021-06-29 08:34:18 +0000
commit2cc0f1fad2a9a3a7e7800422f0b112a9e0ce071d (patch)
tree075feb520332c0c17153ed47d35e4604eab1a352 /www
parente359b430d863b31a7b31403b4cb7ad8a8d82eb2e (diff)
downloadpkgsrc-2cc0f1fad2a9a3a7e7800422f0b112a9e0ce071d.tar.gz
py-traitlets: doesn't support Python 3.6 in version 5
Diffstat (limited to 'www')
-rw-r--r--www/py-nbformat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-nbformat/Makefile b/www/py-nbformat/Makefile
index ba2b73a3b0e..059a35d17f2 100644
--- a/www/py-nbformat/Makefile
+++ b/www/py-nbformat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2021/06/10 18:57:58 adam Exp $
+# $NetBSD: Makefile,v 1.8 2021/06/29 08:34:18 nia Exp $
DISTNAME= nbformat-5.1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -20,7 +20,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-testpath-[0-9]*:../../devel/py-testpath
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 36
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}