pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-jupyter_client py-jupyter_client: fix PLIST f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4d3bce048ba
branches:  trunk
changeset: 384586:b4d3bce048ba
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 01 20:21:52 2022 +0000

description:
py-jupyter_client: fix PLIST for dependency update

Clean up some pkglint while here.

Bump PKGREVISION.

diffstat:

 devel/py-jupyter_client/Makefile |  5 ++---
 devel/py-jupyter_client/PLIST    |  4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (40 lines):

diff -r 21a381ed6dbd -r b4d3bce048ba devel/py-jupyter_client/Makefile
--- a/devel/py-jupyter_client/Makefile  Thu Sep 01 18:44:19 2022 +0000
+++ b/devel/py-jupyter_client/Makefile  Thu Sep 01 20:21:52 2022 +0000
@@ -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 @@
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-USE_PKG_RESOURCES=     yes
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} jupyter-kernel jupyter-kernel-${PYVERSSUFFIX} && \
diff -r 21a381ed6dbd -r b4d3bce048ba devel/py-jupyter_client/PLIST
--- a/devel/py-jupyter_client/PLIST     Thu Sep 01 18:44:19 2022 +0000
+++ b/devel/py-jupyter_client/PLIST     Thu Sep 01 20:21:52 2022 +0000
@@ -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}/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