Nothing uses the python2 FLAVOR of py-ofxparse so I'd like to drop it in
order to allow cleaning up some other ports python2 flavors.

That's all this diff does. ok?

(cc maintainer)

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/py-ofxparse/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile    3 Jul 2020 21:13:15 -0000       1.7
+++ Makefile    14 Mar 2021 02:52:24 -0000
@@ -5,7 +5,7 @@ COMMENT =       parser for the Open Financial 
 MODPY_EGG_VERSION = 0.20
 DISTNAME =     ofxparse-${MODPY_EGG_VERSION}
 PKGNAME =      py-${DISTNAME}
-REVISION =     1
+REVISION =     2
 
 CATEGORIES =   textproc
 
@@ -20,7 +20,7 @@ MODPY_SETUPTOOLS =    Yes
 MODPY_PYTEST =         Yes
 
 FLAVORS =      python3
-FLAVOR ?=
+FLAVOR =       python3
 
 RUN_DEPENDS +=         devel/py-six${MODPY_FLAVOR} \
                        textproc/py-lxml${MODPY_FLAVOR} \
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/py-ofxparse/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   1 Dec 2018 09:10:26 -0000       1.2
+++ pkg/PLIST   14 Mar 2021 02:52:24 -0000
@@ -1,4 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.2 2018/12/01 09:10:26 semarie Exp $
+@pkgpath textproc/py-ofxparse
+@conflict py-ofxparse-*
 lib/python${MODPY_VERSION}/site-packages/ofxparse/
 
lib/python${MODPY_VERSION}/site-packages/ofxparse-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
 
lib/python${MODPY_VERSION}/site-packages/ofxparse-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO

Reply via email to