pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-matplotlib-venn graphics/py-matplotlib-ven...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/277d9dab5ed4
branches:  trunk
changeset: 418496:277d9dab5ed4
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Nov 26 21:08:26 2019 +0000

description:
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.

diffstat:

 graphics/py-matplotlib-venn/DESCR    |   2 ++
 graphics/py-matplotlib-venn/Makefile |  21 +++++++++++++++++++++
 graphics/py-matplotlib-venn/PLIST    |  32 ++++++++++++++++++++++++++++++++
 graphics/py-matplotlib-venn/distinfo |   6 ++++++
 4 files changed, 61 insertions(+), 0 deletions(-)

diffs (77 lines):

diff -r 8ae4efef75d7 -r 277d9dab5ed4 graphics/py-matplotlib-venn/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-matplotlib-venn/DESCR Tue Nov 26 21:08:26 2019 +0000
@@ -0,0 +1,2 @@
+matplotlib-venn provides functions for plotting area-proportional two-
+and three-way Venn diagrams in matplotlib.
diff -r 8ae4efef75d7 -r 277d9dab5ed4 graphics/py-matplotlib-venn/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-matplotlib-venn/Makefile      Tue Nov 26 21:08:26 2019 +0000
@@ -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@localhost
+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"
diff -r 8ae4efef75d7 -r 277d9dab5ed4 graphics/py-matplotlib-venn/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-matplotlib-venn/PLIST Tue Nov 26 21:08:26 2019 +0000
@@ -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
diff -r 8ae4efef75d7 -r 277d9dab5ed4 graphics/py-matplotlib-venn/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-matplotlib-venn/distinfo      Tue Nov 26 21:08:26 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index