pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-matplotlib-inline



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr 19 04:27:20 UTC 2024

Modified Files:
        pkgsrc/graphics/py-matplotlib-inline: Makefile PLIST distinfo

Log Message:
py-matplotlib-inline: updated to 0.1.7

0.1.7
Unknown changes


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-matplotlib-inline/Makefile \
    pkgsrc/graphics/py-matplotlib-inline/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-matplotlib-inline/PLIST

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

Modified files:

Index: pkgsrc/graphics/py-matplotlib-inline/Makefile
diff -u pkgsrc/graphics/py-matplotlib-inline/Makefile:1.2 pkgsrc/graphics/py-matplotlib-inline/Makefile:1.3
--- pkgsrc/graphics/py-matplotlib-inline/Makefile:1.2   Thu Oct 20 09:13:05 2022
+++ pkgsrc/graphics/py-matplotlib-inline/Makefile       Fri Apr 19 04:27:20 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2022/10/20 09:13:05 adam Exp $
+# $NetBSD: Makefile,v 1.3 2024/04/19 04:27:20 adam Exp $
 
-DISTNAME=      matplotlib-inline-0.1.6
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      matplotlib_inline-0.1.7
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/matplotlib-inline/}
 
@@ -10,11 +10,13 @@ HOMEPAGE=   https://github.com/ipython/mat
 COMMENT=       Inline Matplotlib backend for Jupyter
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-traitlets>0:../../devel/py-traitlets
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/py-matplotlib-inline/distinfo
diff -u pkgsrc/graphics/py-matplotlib-inline/distinfo:1.2 pkgsrc/graphics/py-matplotlib-inline/distinfo:1.3
--- pkgsrc/graphics/py-matplotlib-inline/distinfo:1.2   Thu Oct 20 09:13:05 2022
+++ pkgsrc/graphics/py-matplotlib-inline/distinfo       Fri Apr 19 04:27:20 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2022/10/20 09:13:05 adam Exp $
+$NetBSD: distinfo,v 1.3 2024/04/19 04:27:20 adam Exp $
 
-BLAKE2s (matplotlib-inline-0.1.6.tar.gz) = 5227dacd8bb61d29b150e6a0f2a712c96547ba773e97055acfc6b008cf0d1908
-SHA512 (matplotlib-inline-0.1.6.tar.gz) = 354ff7c474c655e46eac43c5ce55426250a8b2d6c5e4a8d8a068129e8de55a2988c1683e34632a8c31396700ed7556000e1a29ae7a49539d698b6a502d50b0fd
-Size (matplotlib-inline-0.1.6.tar.gz) = 7790 bytes
+BLAKE2s (matplotlib_inline-0.1.7.tar.gz) = 94ebda46df35528abd5128ce0dbda15bd01a2b86a182d304c8484480b8322cdf
+SHA512 (matplotlib_inline-0.1.7.tar.gz) = 0142fea7c85986d57c7aac2b31a526dbc91794da41b60623d301916fe8ed995ec1bc64d5d62dc2d511acad70f5514ea0cbe86dd4994c43465bd6392b43f05406
+Size (matplotlib_inline-0.1.7.tar.gz) = 8159 bytes

Index: pkgsrc/graphics/py-matplotlib-inline/PLIST
diff -u pkgsrc/graphics/py-matplotlib-inline/PLIST:1.1 pkgsrc/graphics/py-matplotlib-inline/PLIST:1.2
--- pkgsrc/graphics/py-matplotlib-inline/PLIST:1.1      Mon Jan 24 18:35:27 2022
+++ pkgsrc/graphics/py-matplotlib-inline/PLIST  Fri Apr 19 04:27:20 2024
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2022/01/24 18:35:27 adam 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
+@comment $NetBSD: PLIST,v 1.2 2024/04/19 04:27:20 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/matplotlib_inline/__init__.py
 ${PYSITELIB}/matplotlib_inline/__init__.pyc
 ${PYSITELIB}/matplotlib_inline/__init__.pyo



Home | Main Index | Thread Index | Old Index