Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id D49A01A9239 for ; Mon, 24 Jan 2022 18:35:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 327D784E7B; Mon, 24 Jan 2022 18:35:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6C14084D32 for ; Mon, 24 Jan 2022 18:35:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id xEW3PWK1I1AZ for ; Mon, 24 Jan 2022 18:35:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B3E2884CE3 for ; Mon, 24 Jan 2022 18:35:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AB09BFB24; Mon, 24 Jan 2022 18:35:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1643049327237480" MIME-Version: 1.0 Date: Mon, 24 Jan 2022 18:35:27 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220124183527.AB09BFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1643049327237480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 24 18:35:27 UTC 2022 Modified Files: pkgsrc/graphics: Makefile Added Files: pkgsrc/graphics/py-matplotlib-inline: DESCR Makefile PLIST distinfo Log Message: py-matplotlib-inline: added version 0.1.3 Matplotlib inline back-end for IPython and Jupyter. To generate a diff of this commit: cvs rdiff -u -r1.956 -r1.957 pkgsrc/graphics/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/py-matplotlib-inline/DESCR \ pkgsrc/graphics/py-matplotlib-inline/Makefile \ pkgsrc/graphics/py-matplotlib-inline/PLIST \ pkgsrc/graphics/py-matplotlib-inline/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1643049327237480 Content-Disposition: inline Content-Length: 3341 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/Makefile diff -u pkgsrc/graphics/Makefile:1.956 pkgsrc/graphics/Makefile:1.957 --- pkgsrc/graphics/Makefile:1.956 Sat Dec 11 09:59:02 2021 +++ pkgsrc/graphics/Makefile Mon Jan 24 18:35:27 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.956 2021/12/11 09:59:02 tsutsui Exp $ +# $NetBSD: Makefile,v 1.957 2022/01/24 18:35:27 adam Exp $ # COMMENT= Graphics tools and libraries @@ -507,6 +507,7 @@ SUBDIR+= py-imagesize SUBDIR+= py-imaging SUBDIR+= py-leather SUBDIR+= py-matplotlib +SUBDIR+= py-matplotlib-inline SUBDIR+= py-matplotlib-venn SUBDIR+= py-mcomix SUBDIR+= py-nwdiag Added files: Index: pkgsrc/graphics/py-matplotlib-inline/DESCR diff -u /dev/null pkgsrc/graphics/py-matplotlib-inline/DESCR:1.1 --- /dev/null Mon Jan 24 18:35:27 2022 +++ pkgsrc/graphics/py-matplotlib-inline/DESCR Mon Jan 24 18:35:27 2022 @@ -0,0 +1 @@ +Matplotlib inline back-end for IPython and Jupyter. Index: pkgsrc/graphics/py-matplotlib-inline/Makefile diff -u /dev/null pkgsrc/graphics/py-matplotlib-inline/Makefile:1.1 --- /dev/null Mon Jan 24 18:35:27 2022 +++ pkgsrc/graphics/py-matplotlib-inline/Makefile Mon Jan 24 18:35:27 2022 @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2022/01/24 18:35:27 adam Exp $ + +DISTNAME= matplotlib-inline-0.1.3 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= graphics python +MASTER_SITES= ${MASTER_SITE_PYPI:=m/matplotlib-inline/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/ipython/matplotlib-inline +COMMENT= Inline Matplotlib backend for Jupyter +LICENSE= modified-bsd + +DEPENDS+= ${PYPKGPREFIX}-traitlets>0:../../devel/py-traitlets + +USE_LANGUAGES= # none + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/graphics/py-matplotlib-inline/PLIST diff -u /dev/null pkgsrc/graphics/py-matplotlib-inline/PLIST:1.1 --- /dev/null Mon Jan 24 18:35:27 2022 +++ pkgsrc/graphics/py-matplotlib-inline/PLIST Mon Jan 24 18:35:27 2022 @@ -0,0 +1,15 @@ +@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 +${PYSITELIB}/matplotlib_inline/__init__.py +${PYSITELIB}/matplotlib_inline/__init__.pyc +${PYSITELIB}/matplotlib_inline/__init__.pyo +${PYSITELIB}/matplotlib_inline/backend_inline.py +${PYSITELIB}/matplotlib_inline/backend_inline.pyc +${PYSITELIB}/matplotlib_inline/backend_inline.pyo +${PYSITELIB}/matplotlib_inline/config.py +${PYSITELIB}/matplotlib_inline/config.pyc +${PYSITELIB}/matplotlib_inline/config.pyo Index: pkgsrc/graphics/py-matplotlib-inline/distinfo diff -u /dev/null pkgsrc/graphics/py-matplotlib-inline/distinfo:1.1 --- /dev/null Mon Jan 24 18:35:27 2022 +++ pkgsrc/graphics/py-matplotlib-inline/distinfo Mon Jan 24 18:35:27 2022 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/01/24 18:35:27 adam Exp $ + +BLAKE2s (matplotlib-inline-0.1.3.tar.gz) = ffde770bf7d7b7c5cb37787b17ae105ab1125f7207b3e934fd8f46f025fd98f1 +SHA512 (matplotlib-inline-0.1.3.tar.gz) = 536d1f1fb4bd40d9442b31005092c34df98f09ce6564577bf27778692a505faaeed7850e3359e3ae6a9a9d6ee3873d33c3e4d73f3138954b3deda1bd3aabf85c +Size (matplotlib-inline-0.1.3.tar.gz) = 7448 bytes --_----------=_1643049327237480--