pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-matplotlib-venn
Module Name: pkgsrc
Committed By: adam
Date: Sun Jan 28 17:27:38 UTC 2024
Modified Files:
pkgsrc/graphics/py-matplotlib-venn: Makefile PLIST distinfo
Log Message:
py-matplotlib-venn: updated to 0.11.10
Version 0.11.10
- Updated tests to work with Matplotlib 3.6+
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/py-matplotlib-venn/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-matplotlib-venn/PLIST
cvs rdiff -u -r1.6 -r1.7 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.
Modified files:
Index: pkgsrc/graphics/py-matplotlib-venn/Makefile
diff -u pkgsrc/graphics/py-matplotlib-venn/Makefile:1.10 pkgsrc/graphics/py-matplotlib-venn/Makefile:1.11
--- pkgsrc/graphics/py-matplotlib-venn/Makefile:1.10 Tue Aug 1 23:20:44 2023
+++ pkgsrc/graphics/py-matplotlib-venn/Makefile Sun Jan 28 17:27:38 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2023/08/01 23:20:44 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2024/01/28 17:27:38 adam Exp $
-DISTNAME= matplotlib-venn-0.11.9
+DISTNAME= matplotlib-venn-0.11.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/matplotlib-venn/}
@@ -10,11 +10,13 @@ HOMEPAGE= https://github.com/konstantint
COMMENT= Routines for plotting area-weighted venn diagrams
LICENSE= mit
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
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 38
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/py-matplotlib-venn/PLIST
diff -u pkgsrc/graphics/py-matplotlib-venn/PLIST:1.2 pkgsrc/graphics/py-matplotlib-venn/PLIST:1.3
--- pkgsrc/graphics/py-matplotlib-venn/PLIST:1.2 Mon May 10 09:29:14 2021
+++ pkgsrc/graphics/py-matplotlib-venn/PLIST Sun Jan 28 17:27:38 2024
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2021/05/10 09:29:14 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}/${EGG_INFODIR}/zip-safe
+@comment $NetBSD: PLIST,v 1.3 2024/01/28 17:27:38 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
${PYSITELIB}/matplotlib_venn/__init__.py
${PYSITELIB}/matplotlib_venn/__init__.pyc
${PYSITELIB}/matplotlib_venn/__init__.pyo
Index: pkgsrc/graphics/py-matplotlib-venn/distinfo
diff -u pkgsrc/graphics/py-matplotlib-venn/distinfo:1.6 pkgsrc/graphics/py-matplotlib-venn/distinfo:1.7
--- pkgsrc/graphics/py-matplotlib-venn/distinfo:1.6 Wed Mar 8 10:37:47 2023
+++ pkgsrc/graphics/py-matplotlib-venn/distinfo Sun Jan 28 17:27:38 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/03/08 10:37:47 wiz Exp $
+$NetBSD: distinfo,v 1.7 2024/01/28 17:27:38 adam Exp $
-BLAKE2s (matplotlib-venn-0.11.9.tar.gz) = 864e717dfbd336cc56c3258ba58e368df702a45928b442792f9dff6f3c023998
-SHA512 (matplotlib-venn-0.11.9.tar.gz) = 929918fe41ffc1b917f2dd1595ad06483b5cda88993cf432d9ad00369a9adcb47815f9a544e8028c1d5e27879e3e557057aa0ce1ffbdea9ea7086df232571b74
-Size (matplotlib-venn-0.11.9.tar.gz) = 30572 bytes
+BLAKE2s (matplotlib-venn-0.11.10.tar.gz) = a896ae5e17c31809b823ec7afe7efc7c80a5d20ddc21c8351519362c483aa817
+SHA512 (matplotlib-venn-0.11.10.tar.gz) = af206fd1dd7af4ae8671eb512d1c9b25d0859294f5b2341b95fceb5442884c41fd0b659f8b7d0e43c4e972c31cc8336474f3bcdeace825a0bfa169a0c8b8b412
+Size (matplotlib-venn-0.11.10.tar.gz) = 30509 bytes
Home |
Main Index |
Thread Index |
Old Index