pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-jupyter-console



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jun 10 18:53:58 UTC 2021

Modified Files:
        pkgsrc/devel/py-jupyter-console: Makefile distinfo

Log Message:
py-jupyter-console: updated to 6.4.0

6.4.0:
Unknown changes


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-jupyter-console/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-jupyter-console/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-jupyter-console/Makefile
diff -u pkgsrc/devel/py-jupyter-console/Makefile:1.2 pkgsrc/devel/py-jupyter-console/Makefile:1.3
--- pkgsrc/devel/py-jupyter-console/Makefile:1.2        Fri Dec 11 08:10:02 2020
+++ pkgsrc/devel/py-jupyter-console/Makefile    Thu Jun 10 18:53:58 2021
@@ -1,19 +1,19 @@
-# $NetBSD: Makefile,v 1.2 2020/12/11 08:10:02 adam Exp $
+# $NetBSD: Makefile,v 1.3 2021/06/10 18:53:58 adam Exp $
 
-DISTNAME=      jupyter_console-6.2.0
-PKGNAME=       ${PYPKGPREFIX}-jupyter-console-6.2.0
+DISTNAME=      jupyter_console-6.4.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter_console/}
 
-MAINTAINER=    kamelderouiche%yahoo.com@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://jupyter.org/
 COMMENT=       Jupyter terminal console
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-jupyter_client>=6.1.7:../../devel/py-jupyter_client
 DEPENDS+=      ${PYPKGPREFIX}-ipython>=6.5:../../devel/py-ipython
 DEPENDS+=      ${PYPKGPREFIX}-ipykernel>=5.1:../../devel/py-ipykernel
-DEPENDS+=      ${PYPKGPREFIX}-prompt_toolkit>=1.0.15:../../devel/py-prompt_toolkit
+DEPENDS+=      ${PYPKGPREFIX}-jupyter_client>=6.1.7:../../devel/py-jupyter_client
+DEPENDS+=      ${PYPKGPREFIX}-prompt_toolkit>=3.0.2:../../devel/py-prompt_toolkit
 DEPENDS+=      ${PYPKGPREFIX}-pygments>=2.3.1:../../textproc/py-pygments
 
 USE_LANGUAGES= # none
@@ -21,10 +21,8 @@ USE_LANGUAGES=       # none
 PYTHON_VERSIONS_INCOMPATIBLE=  27 36   # py-ipykernel
 
 post-install:
-.for name in console
        cd ${DESTDIR}${PREFIX}/bin && \
-       ${MV} jupyter-${name} jupyter-${name}-${PYVERSSUFFIX} || ${TRUE}
-.endfor
+       ${MV} jupyter-console jupyter-console-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-jupyter-console/distinfo
diff -u pkgsrc/devel/py-jupyter-console/distinfo:1.1 pkgsrc/devel/py-jupyter-console/distinfo:1.2
--- pkgsrc/devel/py-jupyter-console/distinfo:1.1        Thu Dec 10 12:13:19 2020
+++ pkgsrc/devel/py-jupyter-console/distinfo    Thu Jun 10 18:53:58 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/12/10 12:13:19 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2021/06/10 18:53:58 adam Exp $
 
-SHA1 (jupyter_console-6.2.0.tar.gz) = de68f360ea49e94a03e77c32e728d8cd83d2a779
-RMD160 (jupyter_console-6.2.0.tar.gz) = bf0ec9a9ea5941e19f65f75bdc580f3d337e7f5a
-SHA512 (jupyter_console-6.2.0.tar.gz) = 49ab89c7a246bd182bab31680312941db9050d2d54a1dd7d0ba1fd93f23f556d90dbed340692fe69e8b0aa15f4a53f1fafa8f21c881503c01c46c5e6f924c776
-Size (jupyter_console-6.2.0.tar.gz) = 36285 bytes
+SHA1 (jupyter_console-6.4.0.tar.gz) = 78e4e456316fc7feadfce42c4da85df3f4916254
+RMD160 (jupyter_console-6.4.0.tar.gz) = 8190b4b93ef04d48765dd842e4a86af953c1e57e
+SHA512 (jupyter_console-6.4.0.tar.gz) = e2b301cfd3a56ee4cf33d5cfb297726d0f4478562167ed0f0a9320d389118fa661a85b6a5ef24db60673a76d84545bcdb9741bfdd9f8d13ccdbbc5c5e52d7227
+Size (jupyter_console-6.4.0.tar.gz) = 35765 bytes



Home | Main Index | Thread Index | Old Index