Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8C87684D82 for ; Mon, 3 Jul 2023 20:42:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id tK-9ER2h95oI for ; Mon, 3 Jul 2023 20:42:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D73FA84D0C for ; Mon, 3 Jul 2023 20:42:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CC66AFA89; Mon, 3 Jul 2023 20:42:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168841696930160" MIME-Version: 1.0 Date: Mon, 3 Jul 2023 20:42:49 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/meta-pkgs/py-tryton-platform To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230703204249.CC66AFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168841696930160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jul 3 20:42:49 UTC 2023 Modified Files: pkgsrc/meta-pkgs/py-tryton-platform: Makefile Log Message: py-tryton-platform: not for Python 3.7 and 3.8 To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 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. --_----------=_168841696930160 Content-Disposition: inline Content-Length: 747 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.18 pkgsrc/meta-pkgs/py-tryton-platform/Makefile:1.19 --- pkgsrc/meta-pkgs/py-tryton-platform/Makefile:1.18 Fri Dec 24 16:10:39 2021 +++ pkgsrc/meta-pkgs/py-tryton-platform/Makefile Mon Jul 3 20:42:49 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2021/12/24 16:10:39 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2023/07/03 20:42:49 wiz Exp $ # DISTNAME= # empty PKGNAME= ${PYPKGPREFIX}-tryton-platform-${TRYTON_BASEVER} @@ -14,7 +14,7 @@ COMMENT= Install complete tryton client/ META_PACKAGE= yes -PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 37 38 .include "../../lang/python/pyversion.mk" --_----------=_168841696930160--