pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-sanic-routing



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Aug 11 07:16:13 UTC 2021

Modified Files:
        pkgsrc/www/py-sanic-routing: Makefile

Log Message:
py-sanic-routing: not for Python 3.6


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-sanic-routing/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-sanic-routing/Makefile
diff -u pkgsrc/www/py-sanic-routing/Makefile:1.1 pkgsrc/www/py-sanic-routing/Makefile:1.2
--- pkgsrc/www/py-sanic-routing/Makefile:1.1    Wed Jul 28 12:11:13 2021
+++ pkgsrc/www/py-sanic-routing/Makefile        Wed Aug 11 07:16:13 2021
@@ -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 @@ LICENSE=      mit
 
 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