pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/finance/py-ofxparse py-ofxparse: not for Python 2.7
details: https://anonhg.NetBSD.org/pkgsrc/rev/a2cf7b97ec2e
branches: trunk
changeset: 389135:a2cf7b97ec2e
user: adam <adam%pkgsrc.org@localhost>
date: Wed Nov 30 17:02:32 2022 +0000
description:
py-ofxparse: not for Python 2.7
diffstat:
finance/py-ofxparse/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 90b915e36eb1 -r a2cf7b97ec2e finance/py-ofxparse/Makefile
--- a/finance/py-ofxparse/Makefile Wed Nov 30 17:02:03 2022 +0000
+++ b/finance/py-ofxparse/Makefile Wed Nov 30 17:02:32 2022 +0000
@@ -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 @@
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