pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/finance/py-beancount py-beancount: Try to fix bulk bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0e387a99630
branches:  trunk
changeset: 413931:d0e387a99630
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Mar 23 09:41:00 2020 +0000

description:
py-beancount: Try to fix bulk build failures.

diffstat:

 finance/py-beancount/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f54ebf3a4dc6 -r d0e387a99630 finance/py-beancount/Makefile
--- a/finance/py-beancount/Makefile     Mon Mar 23 09:34:27 2020 +0000
+++ b/finance/py-beancount/Makefile     Mon Mar 23 09:41:00 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/22 21:27:51 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2020/03/23 09:41:00 jperkin Exp $
 
 DISTNAME=      beancount-2.2.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -22,5 +22,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-beautifulsoup4>=4:../../www/py-beautifulsoup4
 DEPENDS+=      ${PYPKGPREFIX}-magic>=0.4.12:../../sysutils/py-magic
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-google-api-python-client
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index