py-matplotlib-venn: updated to 0.11.10

Version 0.11.10
- Updated tests to work with Matplotlib 3.6+
This commit is contained in:
adam 2024-01-28 17:27:38 +00:00
parent 9bd5fe28d7
commit 8e1383fdd4
3 changed files with 16 additions and 14 deletions

View File

@ -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/matplotlib-venn
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"

View File

@ -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

View File

@ -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