pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinx



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.

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
 



Home | Main Index | Thread Index | Old Index