pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-tornado



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 19 13:55:20 UTC 2017

Modified Files:
        pkgsrc/www/py-tornado: Makefile

Log Message:
Re-written backports.abc condition for Python < 3.5


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/py-tornado/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-tornado/Makefile
diff -u pkgsrc/www/py-tornado/Makefile:1.22 pkgsrc/www/py-tornado/Makefile:1.23
--- pkgsrc/www/py-tornado/Makefile:1.22 Thu May  4 09:50:21 2017
+++ pkgsrc/www/py-tornado/Makefile      Sat Aug 19 13:55:20 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2017/05/04 09:50:21 adam Exp $
+# $NetBSD: Makefile,v 1.23 2017/08/19 13:55:20 adam Exp $
 
 DISTNAME=      tornado-4.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -28,7 +28,7 @@ DEPENDS+=     ${PYPKGPREFIX}-backports.ssl_m
 DEPENDS+=      ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
 DEPENDS+=      ${PYPKGPREFIX}-singledispatch>0:../../devel/py-singledispatch
 .endif
-.if "${PYPKGPREFIX}" != "py35" && "${PYPKGPREFIX}" != "py36"
+.if "${PYPKGPREFIX}" == "py27" || "${PYPKGPREFIX}" == "py34"
 DEPENDS+=      ${PYPKGPREFIX}-backports_abc>=0.4:../../devel/py-backports_abc
 PLIST.requires=        yes
 .endif



Home | Main Index | Thread Index | Old Index