diff --git a/graphics/py-mpl-interactions/Makefile b/graphics/py-mpl-interactions/Makefile index 441d8a42aab6..16c0eeb7a6be 100644 --- a/graphics/py-mpl-interactions/Makefile +++ b/graphics/py-mpl-interactions/Makefile @@ -1,19 +1,20 @@ PORTNAME= mpl-interactions DISTVERSION= 0.21.0 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= mpl_interactions-${DISTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= Simple interactive Matplotlib plots LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= autoplist distutils .include diff --git a/graphics/py-mpl-interactions/files/patch-setup.cfg b/graphics/py-mpl-interactions/files/patch-setup.cfg new file mode 100644 index 000000000000..d66f9e9b06fa --- /dev/null +++ b/graphics/py-mpl-interactions/files/patch-setup.cfg @@ -0,0 +1,13 @@ +--- setup.cfg.orig 2022-04-18 18:59:27 UTC ++++ setup.cfg +@@ -38,6 +38,10 @@ install_requires = + matplotlib >= 3.4 + packages = find: + ++[options.packages.find] ++exclude = ++ tests* ++ + [options.extras_require] + jupyter = + ipywidgets >= 7.5.0