pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-jupyter_core



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr 19 11:34:27 UTC 2022

Modified Files:
        pkgsrc/devel/py-jupyter_core: Makefile PLIST distinfo
        pkgsrc/devel/py-jupyter_core/patches: patch-jupyter__core_paths.py

Log Message:
py-jupyter_core: updated to 4.10.0

4.10.0
* Include all files from ``jupyter_core``.
* Add project URLs to ``setup.cfg``.
* Set up pre-commit.
* Add flake8 and mypy settings.
* Clean up CI.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-jupyter_core/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-jupyter_core/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-jupyter_core/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/devel/py-jupyter_core/patches/patch-jupyter__core_paths.py

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_core/Makefile
diff -u pkgsrc/devel/py-jupyter_core/Makefile:1.18 pkgsrc/devel/py-jupyter_core/Makefile:1.19
--- pkgsrc/devel/py-jupyter_core/Makefile:1.18  Wed Feb 16 09:53:20 2022
+++ pkgsrc/devel/py-jupyter_core/Makefile       Tue Apr 19 11:34:27 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2022/02/16 09:53:20 adam Exp $
+# $NetBSD: Makefile,v 1.19 2022/04/19 11:34:27 adam Exp $
 
-DISTNAME=      jupyter_core-4.9.2
+DISTNAME=      jupyter_core-4.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter_core/}
@@ -12,6 +12,8 @@ LICENSE=      modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-traitlets>=4.1.0:../../devel/py-traitlets
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-jupyter_core/PLIST
diff -u pkgsrc/devel/py-jupyter_core/PLIST:1.3 pkgsrc/devel/py-jupyter_core/PLIST:1.4
--- pkgsrc/devel/py-jupyter_core/PLIST:1.3      Thu Jun 10 18:44:33 2021
+++ pkgsrc/devel/py-jupyter_core/PLIST  Tue Apr 19 11:34:27 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2021/06/10 18:44:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/04/19 11:34:27 adam Exp $
 bin/jupyter-${PYVERSSUFFIX}
 bin/jupyter-migrate-${PYVERSSUFFIX}
 bin/jupyter-troubleshoot-${PYVERSSUFFIX}
@@ -29,6 +29,7 @@ ${PYSITELIB}/jupyter_core/migrate.pyo
 ${PYSITELIB}/jupyter_core/paths.py
 ${PYSITELIB}/jupyter_core/paths.pyc
 ${PYSITELIB}/jupyter_core/paths.pyo
+${PYSITELIB}/jupyter_core/py.typed
 ${PYSITELIB}/jupyter_core/tests/__init__.py
 ${PYSITELIB}/jupyter_core/tests/__init__.pyc
 ${PYSITELIB}/jupyter_core/tests/__init__.pyo

Index: pkgsrc/devel/py-jupyter_core/distinfo
diff -u pkgsrc/devel/py-jupyter_core/distinfo:1.13 pkgsrc/devel/py-jupyter_core/distinfo:1.14
--- pkgsrc/devel/py-jupyter_core/distinfo:1.13  Wed Feb 16 09:53:20 2022
+++ pkgsrc/devel/py-jupyter_core/distinfo       Tue Apr 19 11:34:27 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2022/02/16 09:53:20 adam Exp $
+$NetBSD: distinfo,v 1.14 2022/04/19 11:34:27 adam Exp $
 
-BLAKE2s (jupyter_core-4.9.2.tar.gz) = 429bb7ea0cd69e4701a07c13fba4b4e9d1e1c45ee91ce72a7be8bcb1cc19bf3a
-SHA512 (jupyter_core-4.9.2.tar.gz) = 2779d7857b3efb979df29f65e5db0a625e4c96b1bbed017aa7bdaa7d23d7cb202d745c92db663a183bdcdc5f55133aa32bc6c982d5a9d36decceb9a348e7754b
-Size (jupyter_core-4.9.2.tar.gz) = 74912 bytes
-SHA1 (patch-jupyter__core_paths.py) = 2ed2b8bda891e323f7102e36fd66cfd61340b822
+BLAKE2s (jupyter_core-4.10.0.tar.gz) = 3b86b32689fd0282ef0964818a8daac28dd2cb35a8c7dd47104b9e56ef21b9c2
+SHA512 (jupyter_core-4.10.0.tar.gz) = b11257aa6239d2cc51b63c4ae696b5e2862fd824f662875a9e2b663a84b86aec14aa21baae6e5c720155f2be37fd40925b913503e002401eee442d6d3258704d
+Size (jupyter_core-4.10.0.tar.gz) = 76535 bytes
+SHA1 (patch-jupyter__core_paths.py) = 6e4b61b6d261a56f8111f0f878031366112eadc8

Index: pkgsrc/devel/py-jupyter_core/patches/patch-jupyter__core_paths.py
diff -u pkgsrc/devel/py-jupyter_core/patches/patch-jupyter__core_paths.py:1.1 pkgsrc/devel/py-jupyter_core/patches/patch-jupyter__core_paths.py:1.2
--- pkgsrc/devel/py-jupyter_core/patches/patch-jupyter__core_paths.py:1.1       Tue Feb  6 01:40:48 2018
+++ pkgsrc/devel/py-jupyter_core/patches/patch-jupyter__core_paths.py   Tue Apr 19 11:34:27 2022
@@ -1,11 +1,11 @@
-$NetBSD: patch-jupyter__core_paths.py,v 1.1 2018/02/06 01:40:48 minskim Exp $
+$NetBSD: patch-jupyter__core_paths.py,v 1.2 2022/04/19 11:34:27 adam Exp $
 
 Enable Jupyter to discover kernels installed by pkgsrc packages.
 
---- jupyter_core/paths.py.orig 2017-10-11 14:52:06.000000000 +0000
+--- jupyter_core/paths.py.orig 2022-04-18 10:53:22.000000000 +0000
 +++ jupyter_core/paths.py
-@@ -118,6 +118,7 @@ if os.name == 'nt':
-         SYSTEM_JUPYTER_PATH = [os.path.join(sys.prefix, 'share', 'jupyter')]
+@@ -131,6 +131,7 @@ if os.name == "nt":
+         SYSTEM_JUPYTER_PATH = [os.path.join(sys.prefix, "share", "jupyter")]
  else:
      SYSTEM_JUPYTER_PATH = [
 +        "@PREFIX@/share/jupyter",



Home | Main Index | Thread Index | Old Index