pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-aiohttp py-aiohttp: rearrange PYTHON_VERSIONS_I...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41a2912e8e37
branches:  trunk
changeset: 312175:41a2912e8e37
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Aug 28 06:27:09 2018 +0000

description:
py-aiohttp: rearrange PYTHON_VERSIONS_INCOMPATIBLE

diffstat:

 www/py-aiohttp/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 44210155c951 -r 41a2912e8e37 www/py-aiohttp/Makefile
--- a/www/py-aiohttp/Makefile   Tue Aug 28 03:48:55 2018 +0000
+++ b/www/py-aiohttp/Makefile   Tue Aug 28 06:27:09 2018 +0000
@@ -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}-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