pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/py-sniffio



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Mar 15 23:47:14 UTC 2020

Modified Files:
        pkgsrc/misc/py-sniffio: Makefile

Log Message:
py-sniffio: PYTHON_VERSIONS_INCOMPATIBLE must go before pyversion.mk


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/py-sniffio/Makefile

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

Modified files:

Index: pkgsrc/misc/py-sniffio/Makefile
diff -u pkgsrc/misc/py-sniffio/Makefile:1.1 pkgsrc/misc/py-sniffio/Makefile:1.2
--- pkgsrc/misc/py-sniffio/Makefile:1.1 Wed Jan  8 20:04:27 2020
+++ pkgsrc/misc/py-sniffio/Makefile     Sun Mar 15 23:47:14 2020
@@ -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 @@ HOMEPAGE=     https://github.com/python-trio
 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 @@ DEPENDS+=     ${PYPKGPREFIX}-contextvars>=2.
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index