Received: by mail.netbsd.org (Postfix, from userid 605) id 0A5EC84DFB; Tue, 26 Nov 2019 21:08:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 873D384DE9 for ; Tue, 26 Nov 2019 21:08:27 +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 bt1RiKXZc4Lm for ; Tue, 26 Nov 2019 21:08:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EAC8484D6B for ; Tue, 26 Nov 2019 21:08:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E41BEFA97; Tue, 26 Nov 2019 21:08:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157480250670100" MIME-Version: 1.0 Date: Tue, 26 Nov 2019 21:08:26 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/graphics/py-matplotlib-venn To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20191126210826.E41BEFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157480250670100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Tue Nov 26 21:08:26 UTC 2019 Added Files: pkgsrc/graphics/py-matplotlib-venn: DESCR Makefile PLIST distinfo Log Message: graphics/py-matplotlib-venn: Import version 0.11.5 matplotlib-venn provides functions for plotting area-proportional two- and three-way Venn diagrams in matplotlib. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/py-matplotlib-venn/DESCR \ pkgsrc/graphics/py-matplotlib-venn/Makefile \ pkgsrc/graphics/py-matplotlib-venn/PLIST \ pkgsrc/graphics/py-matplotlib-venn/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157480250670100 Content-Disposition: inline Content-Length: 3566 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/graphics/py-matplotlib-venn/DESCR diff -u /dev/null pkgsrc/graphics/py-matplotlib-venn/DESCR:1.1 --- /dev/null Tue Nov 26 21:08:26 2019 +++ pkgsrc/graphics/py-matplotlib-venn/DESCR Tue Nov 26 21:08:26 2019 @@ -0,0 +1,2 @@ +matplotlib-venn provides functions for plotting area-proportional two- +and three-way Venn diagrams in matplotlib. Index: pkgsrc/graphics/py-matplotlib-venn/Makefile diff -u /dev/null pkgsrc/graphics/py-matplotlib-venn/Makefile:1.1 --- /dev/null Tue Nov 26 21:08:26 2019 +++ pkgsrc/graphics/py-matplotlib-venn/Makefile Tue Nov 26 21:08:26 2019 @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2019/11/26 21:08:26 minskim Exp $ + +DISTNAME= matplotlib-venn-0.11.5 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= graphics python +MASTER_SITES= ${MASTER_SITE_PYPI:=m/matplotlib-venn/} +EXTRACT_SUFX= .zip + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= https://github.com/konstantint/matplotlib-venn +COMMENT= Routines for plotting area-weighted venn diagrams +LICENSE= mit + +DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib +DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy +DEPENDS+= ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy + +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/graphics/py-matplotlib-venn/PLIST diff -u /dev/null pkgsrc/graphics/py-matplotlib-venn/PLIST:1.1 --- /dev/null Tue Nov 26 21:08:26 2019 +++ pkgsrc/graphics/py-matplotlib-venn/PLIST Tue Nov 26 21:08:26 2019 @@ -0,0 +1,32 @@ +@comment $NetBSD: PLIST,v 1.1 2019/11/26 21:08:26 minskim Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/pbr.json +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/${EGG_INFODIR}/zip-safe +${PYSITELIB}/matplotlib_venn/__init__.py +${PYSITELIB}/matplotlib_venn/__init__.pyc +${PYSITELIB}/matplotlib_venn/__init__.pyo +${PYSITELIB}/matplotlib_venn/_arc.py +${PYSITELIB}/matplotlib_venn/_arc.pyc +${PYSITELIB}/matplotlib_venn/_arc.pyo +${PYSITELIB}/matplotlib_venn/_common.py +${PYSITELIB}/matplotlib_venn/_common.pyc +${PYSITELIB}/matplotlib_venn/_common.pyo +${PYSITELIB}/matplotlib_venn/_math.py +${PYSITELIB}/matplotlib_venn/_math.pyc +${PYSITELIB}/matplotlib_venn/_math.pyo +${PYSITELIB}/matplotlib_venn/_region.py +${PYSITELIB}/matplotlib_venn/_region.pyc +${PYSITELIB}/matplotlib_venn/_region.pyo +${PYSITELIB}/matplotlib_venn/_util.py +${PYSITELIB}/matplotlib_venn/_util.pyc +${PYSITELIB}/matplotlib_venn/_util.pyo +${PYSITELIB}/matplotlib_venn/_venn2.py +${PYSITELIB}/matplotlib_venn/_venn2.pyc +${PYSITELIB}/matplotlib_venn/_venn2.pyo +${PYSITELIB}/matplotlib_venn/_venn3.py +${PYSITELIB}/matplotlib_venn/_venn3.pyc +${PYSITELIB}/matplotlib_venn/_venn3.pyo Index: pkgsrc/graphics/py-matplotlib-venn/distinfo diff -u /dev/null pkgsrc/graphics/py-matplotlib-venn/distinfo:1.1 --- /dev/null Tue Nov 26 21:08:26 2019 +++ pkgsrc/graphics/py-matplotlib-venn/distinfo Tue Nov 26 21:08:26 2019 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/11/26 21:08:26 minskim Exp $ + +SHA1 (matplotlib-venn-0.11.5.zip) = 0694608f96ec4960daf5f517d911074bdb94a8d3 +RMD160 (matplotlib-venn-0.11.5.zip) = c9f0e705e5f4919444bc59294950d8fe77b659ae +SHA512 (matplotlib-venn-0.11.5.zip) = 3a4acfceaf9be21861686979afc14f9785b7dced3616a9bb7a15fbad346804e802a970f9698baa8269e0fb7db8fb06e95fab3fd501652f25755f454557a62f90 +Size (matplotlib-venn-0.11.5.zip) = 40403 bytes --_----------=_157480250670100--