summaryrefslogtreecommitdiff
path: root/meta-pkgs
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 /meta-pkgs
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 'meta-pkgs')
-rw-r--r--meta-pkgs/py-tryton-platform/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-pkgs/py-tryton-platform/Makefile b/meta-pkgs/py-tryton-platform/Makefile
index 48c2e63fde4..e7fc7f42103 100644
--- a/meta-pkgs/py-tryton-platform/Makefile
+++ b/meta-pkgs/py-tryton-platform/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/08/24 15:50:08 richard Exp $
+# $NetBSD: Makefile,v 1.3 2016/08/28 15:48:33 wiz Exp $
#
DISTNAME= # empty
PKGNAME= ${PYPKGPREFIX}-tryton-platform-${TRYTON_BASEVER}
@@ -59,4 +59,6 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-stock-product-location-[0-9]*:../../misc/py-try
DEPENDS+= ${PYPKGPREFIX}-trytond-calendar-[0-9]*:../../time/py-trytond-calendar
DEPENDS+= ${PYPKGPREFIX}-trytond-company-work-time-[0-9]*:../../time/py-trytond-company-work-time
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-simplesoap via py-stdnum and py-trytond-bank
+
.include "../../mk/bsd.pkg.mk"