pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/finance/py-ofxparse



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Nov 30 17:02:32 UTC 2022

Modified Files:
        pkgsrc/finance/py-ofxparse: Makefile

Log Message:
py-ofxparse: not for Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/finance/py-ofxparse/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/py-ofxparse/Makefile
diff -u pkgsrc/finance/py-ofxparse/Makefile:1.7 pkgsrc/finance/py-ofxparse/Makefile:1.8
--- pkgsrc/finance/py-ofxparse/Makefile:1.7     Tue Jan  4 20:53:54 2022
+++ pkgsrc/finance/py-ofxparse/Makefile Wed Nov 30 17:02:32 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/01/04 20:53:54 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/11/30 17:02:32 adam Exp $
 
 DISTNAME=      ofxparse-0.21
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,5 +17,7 @@ DEPENDS+=     ${PYPKGPREFIX}-six-[0-9]*:../.
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-beautifulsoup4
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index