Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 45A077A1C0 for ; Thu, 8 Jun 2017 08:38:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AEA9784DAD; Thu, 8 Jun 2017 08:38:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3F0AE84D98 for ; Thu, 8 Jun 2017 08:38:36 +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 kJ5HBOL1BYCv for ; Thu, 8 Jun 2017 08:38:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9078784CDD for ; Thu, 8 Jun 2017 08:38:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8BA4BFB7B; Thu, 8 Jun 2017 08:38:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1496911115190800" MIME-Version: 1.0 Date: Thu, 8 Jun 2017 08:38:35 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/py-junos-eznc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170608083835.8BA4BFB7B@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. --_----------=_1496911115190800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Jun 8 08:38:35 UTC 2017 Modified Files: pkgsrc/net/py-junos-eznc: Makefile Log Message: Restrict to python-2.7 due to py-scp. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/py-junos-eznc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1496911115190800 Content-Disposition: inline Content-Length: 807 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-junos-eznc/Makefile diff -u pkgsrc/net/py-junos-eznc/Makefile:1.10 pkgsrc/net/py-junos-eznc/Makefile:1.11 --- pkgsrc/net/py-junos-eznc/Makefile:1.10 Wed Jun 7 10:25:30 2017 +++ pkgsrc/net/py-junos-eznc/Makefile Thu Jun 8 08:38:35 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/06/07 10:25:30 he Exp $ +# $NetBSD: Makefile,v 1.11 2017/06/08 08:38:35 wiz Exp $ DISTNAME= junos-eznc-2.1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -22,6 +22,8 @@ DEPENDS+= ${PYPKGPREFIX}-netaddr-[0-9]*: DEPENDS+= ${PYPKGPREFIX}-serial-[0-9]*:../../comms/py-serial DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six +PYTHON_VERSIONS_ACCEPTED= 27 # py-scp + .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1496911115190800--