pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-asgiref Added PYTHON_VERSIONS_INCOMPATIBLE



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b71e4206d86
branches:  trunk
changeset: 372457:6b71e4206d86
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Dec 08 12:07:50 2017 +0000

description:
Added PYTHON_VERSIONS_INCOMPATIBLE

diffstat:

 www/py-asgiref/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2b5ae71ff179 -r 6b71e4206d86 www/py-asgiref/Makefile
--- a/www/py-asgiref/Makefile   Fri Dec 08 08:52:56 2017 +0000
+++ b/www/py-asgiref/Makefile   Fri Dec 08 12:07:50 2017 +0000
@@ -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 @@
 
 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