Received: by mail.netbsd.org (Postfix, from userid 605) id A96DC84D5A; Tue, 4 Sep 2018 00:12:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D63A584D41 for ; Tue, 4 Sep 2018 00:12:29 +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 BPfgq3R8BqeQ for ; Tue, 4 Sep 2018 00:12:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1A49984C78 for ; Tue, 4 Sep 2018 00:12:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 13555FBF8; Tue, 4 Sep 2018 00:12:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1536019949101140" MIME-Version: 1.0 Date: Tue, 4 Sep 2018 00:12:29 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/www/py-django2 To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20180904001229.13555FBF8@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. --_----------=_1536019949101140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Tue Sep 4 00:12:29 UTC 2018 Modified Files: pkgsrc/www/py-django2: Makefile Log Message: www/py-django2: Requires Python>=3.5 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-django2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1536019949101140 Content-Disposition: inline Content-Length: 724 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-django2/Makefile diff -u pkgsrc/www/py-django2/Makefile:1.8 pkgsrc/www/py-django2/Makefile:1.9 --- pkgsrc/www/py-django2/Makefile:1.8 Mon Sep 3 12:24:51 2018 +++ pkgsrc/www/py-django2/Makefile Tue Sep 4 00:12:28 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2018/09/03 12:24:51 adam Exp $ +# $NetBSD: Makefile,v 1.9 2018/09/04 00:12:28 minskim Exp $ DISTNAME= Django-2.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../ USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 +PYTHON_VERSIONS_INCOMPATIBLE= 27 34 REPLACE_PYTHON+= django/bin/django-admin.py REPLACE_PYTHON+= django/conf/project_template/manage.py-tpl --_----------=_1536019949101140--