pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-jupyter_client



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep  1 20:21:52 UTC 2022

Modified Files:
        pkgsrc/devel/py-jupyter_client: Makefile PLIST

Log Message:
py-jupyter_client: fix PLIST for dependency update

Clean up some pkglint while here.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/py-jupyter_client/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-jupyter_client/PLIST

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_client/Makefile
diff -u pkgsrc/devel/py-jupyter_client/Makefile:1.31 pkgsrc/devel/py-jupyter_client/Makefile:1.32
--- pkgsrc/devel/py-jupyter_client/Makefile:1.31        Fri Jun 17 10:54:56 2022
+++ pkgsrc/devel/py-jupyter_client/Makefile     Thu Sep  1 20:21:52 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.31 2022/06/17 10:54:56 adam Exp $
+# $NetBSD: Makefile,v 1.32 2022/09/01 20:21:52 wiz Exp $
 
 DISTNAME=      jupyter_client-7.3.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter_client/}
 
@@ -29,8 +30,6 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-USE_PKG_RESOURCES=     yes
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} jupyter-kernel jupyter-kernel-${PYVERSSUFFIX} && \

Index: pkgsrc/devel/py-jupyter_client/PLIST
diff -u pkgsrc/devel/py-jupyter_client/PLIST:1.13 pkgsrc/devel/py-jupyter_client/PLIST:1.14
--- pkgsrc/devel/py-jupyter_client/PLIST:1.13   Tue Jun  7 16:28:39 2022
+++ pkgsrc/devel/py-jupyter_client/PLIST        Thu Sep  1 20:21:52 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2022/06/07 16:28:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2022/09/01 20:21:52 wiz Exp $
 bin/jupyter-kernel-${PYVERSSUFFIX}
 bin/jupyter-kernelspec-${PYVERSSUFFIX}
 bin/jupyter-run-${PYVERSSUFFIX}
@@ -9,7 +9,7 @@ ${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
-${PYSITELIB}/${WHEEL_INFODIR}/license_files/COPYING.md
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING.md
 ${PYSITELIB}/jupyter_client/__init__.py
 ${PYSITELIB}/jupyter_client/__init__.pyc
 ${PYSITELIB}/jupyter_client/_version.py



Home | Main Index | Thread Index | Old Index