Fri Dec 11 08:10:02 2020 UTC ()
py-jupyter-console: mark as incompatible with Python 2.7 and 3.6


(adam)
diff -r1.1 -r1.2 pkgsrc/devel/py-jupyter-console/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/devel/py-jupyter-console/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-jupyter-console/Makefile 2020/12/10 12:13:19 1.1
+++ pkgsrc/devel/py-jupyter-console/Makefile 2020/12/11 08:10:02 1.2
@@ -1,28 +1,30 @@ @@ -1,28 +1,30 @@
1# $NetBSD: Makefile,v 1.1 2020/12/10 12:13:19 ryoon Exp $ 1# $NetBSD: Makefile,v 1.2 2020/12/11 08:10:02 adam Exp $
2 2
3DISTNAME= jupyter_console-6.2.0 3DISTNAME= jupyter_console-6.2.0
4PKGNAME= ${PYPKGPREFIX}-jupyter-console-6.2.0 4PKGNAME= ${PYPKGPREFIX}-jupyter-console-6.2.0
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyter_console/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyter_console/}
7 7
8MAINTAINER= kamelderouiche@yahoo.com 8MAINTAINER= kamelderouiche@yahoo.com
9HOMEPAGE= https://jupyter.org/ 9HOMEPAGE= https://jupyter.org/
10COMMENT= Jupyter terminal console 10COMMENT= Jupyter terminal console
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-jupyter_client>=6.1.7:../../devel/py-jupyter_client 13DEPENDS+= ${PYPKGPREFIX}-jupyter_client>=6.1.7:../../devel/py-jupyter_client
14DEPENDS+= ${PYPKGPREFIX}-ipython>=6.5:../../devel/py-ipython 14DEPENDS+= ${PYPKGPREFIX}-ipython>=6.5:../../devel/py-ipython
15DEPENDS+= ${PYPKGPREFIX}-ipykernel>=5.1:../../devel/py-ipykernel 15DEPENDS+= ${PYPKGPREFIX}-ipykernel>=5.1:../../devel/py-ipykernel
16DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=1.0.15:../../devel/py-prompt_toolkit 16DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=1.0.15:../../devel/py-prompt_toolkit
17DEPENDS+= ${PYPKGPREFIX}-pygments>=2.3.1:../../textproc/py-pygments 17DEPENDS+= ${PYPKGPREFIX}-pygments>=2.3.1:../../textproc/py-pygments
18 18
19USE_LANGUAGES= # none 19USE_LANGUAGES= # none
20 20
 21PYTHON_VERSIONS_INCOMPATIBLE= 27 36 # py-ipykernel
 22
21post-install: 23post-install:
22.for name in console 24.for name in console
23 cd ${DESTDIR}${PREFIX}/bin && \ 25 cd ${DESTDIR}${PREFIX}/bin && \
24 ${MV} jupyter-${name} jupyter-${name}-${PYVERSSUFFIX} || ${TRUE} 26 ${MV} jupyter-${name} jupyter-${name}-${PYVERSSUFFIX} || ${TRUE}
25.endfor 27.endfor
26 28
27.include "../../lang/python/egg.mk" 29.include "../../lang/python/egg.mk"
28.include "../../mk/bsd.pkg.mk" 30.include "../../mk/bsd.pkg.mk"