Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1E6191A9239 for ; Fri, 24 Dec 2021 15:03:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B94CD84EE2; Fri, 24 Dec 2021 15:03:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0226A84EDB for ; Fri, 24 Dec 2021 15:03:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id QK96iE4MCLdD for ; Fri, 24 Dec 2021 15:03:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5117284D21 for ; Fri, 24 Dec 2021 15:03:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 16BB9FAEC; Fri, 24 Dec 2021 15:03:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1640358193136550" MIME-Version: 1.0 Date: Fri, 24 Dec 2021 15:03:13 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/meta-pkgs/py-tryton-platform To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211224150313.16BB9FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1640358193136550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Dec 24 15:03:13 UTC 2021 Modified Files: pkgsrc/meta-pkgs/py-tryton-platform: Makefile Log Message: py-tryton-platform: mark as not for python 2.x To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/meta-pkgs/py-tryton-platform/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1640358193136550 Content-Disposition: inline Content-Length: 1153 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/py-tryton-platform/Makefile diff -u pkgsrc/meta-pkgs/py-tryton-platform/Makefile:1.11 pkgsrc/meta-pkgs/py-tryton-platform/Makefile:1.12 --- pkgsrc/meta-pkgs/py-tryton-platform/Makefile:1.11 Tue Dec 8 10:56:13 2020 +++ pkgsrc/meta-pkgs/py-tryton-platform/Makefile Fri Dec 24 15:03:12 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2020/12/08 10:56:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.12 2021/12/24 15:03:12 wiz Exp $ # DISTNAME= # empty PKGNAME= ${PYPKGPREFIX}-tryton-platform-${TRYTON_BASEVER} @@ -14,7 +14,7 @@ COMMENT= Install complete tryton client/ META_PACKAGE= yes -PYTHON_VERSIONS_ACCEPTED= 27 # some dependencies only for python-2.7 as of 20200313 +PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/pyversion.mk" @@ -128,6 +128,4 @@ DEPENDS+= ${PYPKGPREFIX}-trytond-timeshe DEPENDS+= ${PYPKGPREFIX}-trytond-web-user>=${TRYTON_BASEVER}:../../www/py-trytond-web-user DEPENDS+= ${PYPKGPREFIX}-trytond-webdav>=${TRYTON_BASEVER}:../../www/py-trytond-webdav -PYTHON_VERSIONS_ACCEPTED= 27 # py-simplesoap via py-stdnum and py-trytond-bank - .include "../../mk/bsd.pkg.mk" --_----------=_1640358193136550--