pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/py-beancount



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Mar 23 09:41:00 UTC 2020

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

Log Message:
py-beancount: Try to fix bulk build failures.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/finance/py-beancount/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-beancount/Makefile
diff -u pkgsrc/finance/py-beancount/Makefile:1.1 pkgsrc/finance/py-beancount/Makefile:1.2
--- pkgsrc/finance/py-beancount/Makefile:1.1    Sun Mar 22 21:27:51 2020
+++ pkgsrc/finance/py-beancount/Makefile        Mon Mar 23 09:41:00 2020
@@ -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}-requests>=2.0:.
 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