pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-ipywidgets



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  2 00:21:18 UTC 2022

Modified Files:
        pkgsrc/www/py-ipywidgets: Makefile PLIST

Log Message:
py-ipywidgets: convert to egg.mk

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-ipywidgets/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-ipywidgets/PLIST

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

Modified files:

Index: pkgsrc/www/py-ipywidgets/Makefile
diff -u pkgsrc/www/py-ipywidgets/Makefile:1.5 pkgsrc/www/py-ipywidgets/Makefile:1.6
--- pkgsrc/www/py-ipywidgets/Makefile:1.5       Thu Dec 30 13:05:41 2021
+++ pkgsrc/www/py-ipywidgets/Makefile   Sun Jan  2 00:21:18 2022
@@ -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 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-ip
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-ipywidgets/PLIST
diff -u pkgsrc/www/py-ipywidgets/PLIST:1.1 pkgsrc/www/py-ipywidgets/PLIST:1.2
--- pkgsrc/www/py-ipywidgets/PLIST:1.1  Wed Aug 21 12:41:24 2019
+++ pkgsrc/www/py-ipywidgets/PLIST      Sun Jan  2 00:21:18 2022
@@ -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