pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/py-sniffio py-sniffio: PYTHON_VERSIONS_INCOMPATIB...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bd0538e1ed61
branches: trunk
changeset: 424908:bd0538e1ed61
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun Mar 15 23:47:14 2020 +0000
description:
py-sniffio: PYTHON_VERSIONS_INCOMPATIBLE must go before pyversion.mk
diffstat:
misc/py-sniffio/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 0b3dac9fa989 -r bd0538e1ed61 misc/py-sniffio/Makefile
--- a/misc/py-sniffio/Makefile Sun Mar 15 23:41:54 2020 +0000
+++ b/misc/py-sniffio/Makefile Sun Mar 15 23:47:14 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/08 20:04:27 adam Exp $
+# $NetBSD: Makefile,v 1.2 2020/03/15 23:47:14 tnn Exp $
DISTNAME= sniffio-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@
COMMENT= Sniff out which async library your code is running under
LICENSE= mit
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} == 36
DEPENDS+= ${PYPKGPREFIX}-contextvars>=2.1:../../devel/py-contextvars
@@ -17,7 +19,5 @@
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index