Received: by mail.netbsd.org (Postfix, from userid 605) id 25BBC84E09; Thu, 16 Nov 2017 07:46:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A256884D85 for ; Thu, 16 Nov 2017 07:46:13 +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 yzjIaITEZ1Gf for ; Thu, 16 Nov 2017 07:46:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 038DC84D24 for ; Thu, 16 Nov 2017 07:46:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F2650FB3F; Thu, 16 Nov 2017 07:46:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1510818372252630" MIME-Version: 1.0 Date: Thu, 16 Nov 2017 07:46:12 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/py-sphinx To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171116074612.F2650FB3F@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. --_----------=_1510818372252630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Nov 16 07:46:12 UTC 2017 Modified Files: pkgsrc/textproc/py-sphinx: Makefile Log Message: py-sphinx: remove py-typing dependency for py35 python-3.5 includes this module. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 pkgsrc/textproc/py-sphinx/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1510818372252630 Content-Disposition: inline Content-Length: 865 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-sphinx/Makefile diff -u pkgsrc/textproc/py-sphinx/Makefile:1.43 pkgsrc/textproc/py-sphinx/Makefile:1.44 --- pkgsrc/textproc/py-sphinx/Makefile:1.43 Tue Oct 24 07:42:12 2017 +++ pkgsrc/textproc/py-sphinx/Makefile Thu Nov 16 07:46:12 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2017/10/24 07:42:12 adam Exp $ +# $NetBSD: Makefile,v 1.44 2017/11/16 07:46:12 wiz Exp $ DISTNAME= Sphinx-1.6.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -24,7 +24,7 @@ DEPENDS+= ${PYPKGPREFIX}-sphinxcontrib-w DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six .include "../../lang/python/pyversion.mk" -.if "${PYPKGPREFIX}" == "py27" || "${PYPKGPREFIX}" == "py34" || "${PYPKGPREFIX}" == "py35" +.if "${PYPKGPREFIX}" == "py27" || "${PYPKGPREFIX}" == "py34" DEPENDS+= ${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing .endif --_----------=_1510818372252630--