Received: by mail.netbsd.org (Postfix, from userid 605) id B4E1084D78; Sun, 31 May 2020 11:38:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3EC3884D77 for ; Sun, 31 May 2020 11:38:14 +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 018t4Bvo-kse for ; Sun, 31 May 2020 11:38:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9A36A84D25 for ; Sun, 31 May 2020 11:38:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8E1C4FB27; Sun, 31 May 2020 11:38:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159092509357480" MIME-Version: 1.0 Date: Sun, 31 May 2020 11:38:13 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases/py-tortoise-orm To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200531113813.8E1C4FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159092509357480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun May 31 11:38:13 UTC 2020 Modified Files: pkgsrc/databases/py-tortoise-orm: Makefile Log Message: py-tortoise-orm: apparently Python 3.6 is not supported To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/py-tortoise-orm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159092509357480 Content-Disposition: inline Content-Length: 744 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/py-tortoise-orm/Makefile diff -u pkgsrc/databases/py-tortoise-orm/Makefile:1.3 pkgsrc/databases/py-tortoise-orm/Makefile:1.4 --- pkgsrc/databases/py-tortoise-orm/Makefile:1.3 Sat May 23 20:01:55 2020 +++ pkgsrc/databases/py-tortoise-orm/Makefile Sun May 31 11:38:13 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/05/23 20:01:55 adam Exp $ +# $NetBSD: Makefile,v 1.4 2020/05/31 11:38:13 adam Exp $ DISTNAME= tortoise-orm-0.16.12 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-typing-extensio USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 36 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" --_----------=_159092509357480--