pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-sanic-routing py-sanic-routing: not for Python 3.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ff18ddeb808
branches:  trunk
changeset: 456894:6ff18ddeb808
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Aug 11 07:16:13 2021 +0000

description:
py-sanic-routing: not for Python 3.6

diffstat:

 www/py-sanic-routing/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 04befd6ff2b9 -r 6ff18ddeb808 www/py-sanic-routing/Makefile
--- a/www/py-sanic-routing/Makefile     Wed Aug 11 07:06:36 2021 +0000
+++ b/www/py-sanic-routing/Makefile     Wed Aug 11 07:16:13 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/07/28 12:11:13 adam Exp $
+# $NetBSD: Makefile,v 1.2 2021/08/11 07:16:13 adam Exp $
 
 DISTNAME=      sanic-routing-0.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -14,7 +14,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 36
 
 # tests are not included
 do-test:



Home | Main Index | Thread Index | Old Index