matplotlib is now python3 only so py-numpydoc will need to be python3 only 
in order to update matplotlib.

Only devel/spyder/spyder uses py-numpydoc but that port is already python3 
only.

ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/py-numpydoc/Makefile,v
retrieving revision 1.12
diff -u -p -u -r1.12 Makefile
--- Makefile    3 Jul 2020 21:13:15 -0000       1.12
+++ Makefile    5 Oct 2020 23:34:04 -0000
@@ -7,7 +7,7 @@ DISTNAME =              numpydoc-${MODPY_EGG_VERSION
 PKGNAME =              py-numpydoc-${MODPY_EGG_VERSION}
 CATEGORIES =           textproc devel
 HOMEPAGE =             https://github.com/numpy/numpydoc
-REVISION =             2
+REVISION =             3
 
 # BSD
 PERMIT_PACKAGE =       Yes
@@ -17,7 +17,7 @@ MODULES =             lang/python
 MODPY_PI =             Yes
 
 FLAVORS =              python3
-FLAVOR ?=
+FLAVOR =               python3
 
 MODPY_PYTEST =         Yes
 MODPY_PYTEST_ARGS =    numpydoc
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/py-numpydoc/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -u -r1.4 PLIST
--- pkg/PLIST   24 Jun 2017 10:29:22 -0000      1.4
+++ pkg/PLIST   5 Oct 2020 23:34:04 -0000
@@ -1,4 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.4 2017/06/24 10:29:22 shadchin Exp $
+@conflict py-numpydoc-*
+@pkgpath textproc/py-numpydoc
 lib/python${MODPY_VERSION}/site-packages/numpydoc/
 
lib/python${MODPY_VERSION}/site-packages/numpydoc-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
 lib/python${MODPY_VERSION}/site-packages/numpydoc/__init__.py

Reply via email to