pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-sphinx py-sphinx: remove py-typing depende...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f346ad96757
branches:  trunk
changeset: 371641:8f346ad96757
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 16 07:46:12 2017 +0000

description:
py-sphinx: remove py-typing dependency for py35

python-3.5 includes this module.

diffstat:

 textproc/py-sphinx/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5472cb9a3f63 -r 8f346ad96757 textproc/py-sphinx/Makefile
--- a/textproc/py-sphinx/Makefile       Thu Nov 16 02:43:51 2017 +0000
+++ b/textproc/py-sphinx/Makefile       Thu Nov 16 07:46:12 2017 +0000
@@ -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}-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
 



Home | Main Index | Thread Index | Old Index