pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-aiohttp



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug 28 06:27:09 UTC 2018

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

Log Message:
py-aiohttp: rearrange PYTHON_VERSIONS_INCOMPATIBLE


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/py-aiohttp/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-aiohttp/Makefile
diff -u pkgsrc/www/py-aiohttp/Makefile:1.28 pkgsrc/www/py-aiohttp/Makefile:1.29
--- pkgsrc/www/py-aiohttp/Makefile:1.28 Mon Aug 27 11:16:01 2018
+++ pkgsrc/www/py-aiohttp/Makefile      Tue Aug 28 06:27:09 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2018/08/27 11:16:01 adam Exp $
+# $NetBSD: Makefile,v 1.29 2018/08/28 06:27:09 adam Exp $
 
 DISTNAME=      aiohttp-3.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -20,12 +20,12 @@ TEST_DEPENDS+=      ${PYPKGPREFIX}-gunicorn-[
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 34
+
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} < 37
 DEPENDS+=      ${PYPKGPREFIX}-idna-ssl>=1.0:../../www/py-idna_ssl
 .endif
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 34
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index