summaryrefslogtreecommitdiff
path: root/finance/py-trytond-bank/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2016-08-28 15:48:28 +0000
committerwiz <wiz>2016-08-28 15:48:28 +0000
commitf52ce4da4220d932e98def84e21459e2cbaa77e9 (patch)
tree7a5f961fd7465a18423b1e92a6abb26f9ca019c9 /finance/py-trytond-bank/Makefile
parentce6bf051ccf19709da42b8bbaaead7f87015d630 (diff)
downloadpkgsrc-f52ce4da4220d932e98def84e21459e2cbaa77e9.tar.gz
Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure. Mark a couple more packages as not ready for python-3.x.
Diffstat (limited to 'finance/py-trytond-bank/Makefile')
-rw-r--r--finance/py-trytond-bank/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/py-trytond-bank/Makefile b/finance/py-trytond-bank/Makefile
index 1fc8b7811ee..fa6f5586105 100644
--- a/finance/py-trytond-bank/Makefile
+++ b/finance/py-trytond-bank/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/03/15 00:17:35 rodent Exp $
+# $NetBSD: Makefile,v 1.3 2016/08/28 15:48:32 wiz Exp $
TRYTON_MODULE_NAME= trytond_bank
.include "../../devel/py-trytond/Makefile.common"
CATEGORIES= finance python
@@ -16,6 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-[0-9]*:../../devel/py-trytond
USE_LANGUAGES= # none
REPLACE_PYTHON+= tests/test_bank.py
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-simplesoap via py-stdnum
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"