pkgsrc-Changes-HG archive

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

[.joined/pkgsrc/trunk]: .joined/pkgsrc/www/py-ipywidgets py-ipywidgets: conve...



details:   https://anonhg.NetBSD.org/.joined/pkgsrc/rev/3a7c5d366421
branches:  trunk
changeset: 370939:3a7c5d366421
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 02 00:21:18 2022 +0000

description:
py-ipywidgets: convert to egg.mk

Bump PKGREVISION.

diffstat:

 www/py-ipywidgets/Makefile |  5 +++--
 www/py-ipywidgets/PLIST    |  8 ++++++--
 2 files changed, 9 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 172ff33bc64f -r 3a7c5d366421 www/py-ipywidgets/Makefile
--- a/www/py-ipywidgets/Makefile        Sun Jan 02 00:17:33 2022 +0000
+++ b/www/py-ipywidgets/Makefile        Sun Jan 02 00:21:18 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2021/12/30 13:05:41 adam Exp $
+# $NetBSD: Makefile,v 1.6 2022/01/02 00:21:18 wiz Exp $
 
 DISTNAME=      ipywidgets-7.6.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipywidgets/}
 
@@ -23,5 +24,5 @@
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 172ff33bc64f -r 3a7c5d366421 www/py-ipywidgets/PLIST
--- a/www/py-ipywidgets/PLIST   Sun Jan 02 00:17:33 2022 +0000
+++ b/www/py-ipywidgets/PLIST   Sun Jan 02 00:21:18 2022 +0000
@@ -1,5 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2019/08/21 12:41:24 adam Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.2 2022/01/02 00:21:18 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/ipywidgets/__init__.py
 ${PYSITELIB}/ipywidgets/__init__.pyc
 ${PYSITELIB}/ipywidgets/__init__.pyo



Home | Main Index | Thread Index | Old Index