pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-asgiref



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Dec  8 12:07:50 UTC 2017

Modified Files:
        pkgsrc/www/py-asgiref: Makefile

Log Message:
Added PYTHON_VERSIONS_INCOMPATIBLE


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-asgiref/Makefile

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

Modified files:

Index: pkgsrc/www/py-asgiref/Makefile
diff -u pkgsrc/www/py-asgiref/Makefile:1.2 pkgsrc/www/py-asgiref/Makefile:1.3
--- pkgsrc/www/py-asgiref/Makefile:1.2  Thu Nov 30 08:01:48 2017
+++ pkgsrc/www/py-asgiref/Makefile      Fri Dec  8 12:07:50 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/11/30 08:01:48 adam Exp $
+# $NetBSD: Makefile,v 1.3 2017/12/08 12:07:50 adam Exp $
 
 DISTNAME=      asgiref-2.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,5 +14,7 @@ DEPENDS+=     ${PYPKGPREFIX}-six-[0-9]*:../.
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 34
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index