pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-async-timeout Set PYTHON_VERSIONS_INCOMPATIBL...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3df89587161
branches:  trunk
changeset: 317045:d3df89587161
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 27 16:04:24 2018 +0000

description:
Set PYTHON_VERSIONS_INCOMPATIBLE before pyversion.mk is included.

diffstat:

 devel/py-async-timeout/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 148712b5ecef -r d3df89587161 devel/py-async-timeout/Makefile
--- a/devel/py-async-timeout/Makefile   Thu Dec 27 16:04:08 2018 +0000
+++ b/devel/py-async-timeout/Makefile   Thu Dec 27 16:04:24 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2018/10/10 08:16:22 adam Exp $
+# $NetBSD: Makefile,v 1.9 2018/12/27 16:04:24 joerg Exp $
 
 DISTNAME=      async-timeout-3.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,9 +12,9 @@
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/pyversion.mk"
+PYTHON_VERSIONS_INCOMPATIBLE=  27 34
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 34
+.include "../../lang/python/pyversion.mk"
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index