diff options
author | wiz <wiz@pkgsrc.org> | 2016-08-28 15:48:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-08-28 15:48:28 +0000 |
commit | 603dcc22edc1f178f5df2f3c0853c1294bfc80f8 (patch) | |
tree | 85b93e9a4d849775aa1efab701f573dd711aa579 /finance/py-trytond-bank | |
parent | 5391a4ec072e7fb654bef8dbf0ece3ee0945c3fb (diff) | |
download | pkgsrc-603dcc22edc1f178f5df2f3c0853c1294bfc80f8.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')
-rw-r--r-- | finance/py-trytond-bank/Makefile | 3 |
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" |