pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-async-timeout



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Dec 27 16:04:24 UTC 2018

Modified Files:
        pkgsrc/devel/py-async-timeout: Makefile

Log Message:
Set PYTHON_VERSIONS_INCOMPATIBLE before pyversion.mk is included.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-async-timeout/Makefile

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

Modified files:

Index: pkgsrc/devel/py-async-timeout/Makefile
diff -u pkgsrc/devel/py-async-timeout/Makefile:1.8 pkgsrc/devel/py-async-timeout/Makefile:1.9
--- pkgsrc/devel/py-async-timeout/Makefile:1.8  Wed Oct 10 08:16:22 2018
+++ pkgsrc/devel/py-async-timeout/Makefile      Thu Dec 27 16:04:24 2018
@@ -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 @@ LICENSE=      apache-2.0
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/pyversion.mk"
-
 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