Wed Aug 11 07:16:13 2021 UTC ()
py-sanic-routing: not for Python 3.6


(adam)
diff -r1.1 -r1.2 pkgsrc/www/py-sanic-routing/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/www/py-sanic-routing/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-sanic-routing/Makefile 2021/07/28 12:11:13 1.1
+++ pkgsrc/www/py-sanic-routing/Makefile 2021/08/11 07:16:13 1.2
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.1 2021/07/28 12:11:13 adam Exp $ 1# $NetBSD: Makefile,v 1.2 2021/08/11 07:16:13 adam Exp $
2 2
3DISTNAME= sanic-routing-0.7.1 3DISTNAME= sanic-routing-0.7.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=s/sanic-routing/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=s/sanic-routing/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/sanic-org/sanic-routing/ 9HOMEPAGE= https://github.com/sanic-org/sanic-routing/
10COMMENT= Core routing component for Sanic 10COMMENT= Core routing component for Sanic
11LICENSE= mit 11LICENSE= mit
12 12
13#DEPENDS+= ${PYPKGPREFIX}-aiohttp-[0-9]*:../../www/py-aiohttp 13#DEPENDS+= ${PYPKGPREFIX}-aiohttp-[0-9]*:../../www/py-aiohttp
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16
17PYTHON_VERSIONS_INCOMPATIBLE= 27 17PYTHON_VERSIONS_INCOMPATIBLE= 27 36
18 18
19# tests are not included 19# tests are not included
20do-test: 20do-test:
21 ${DO_NADA} 21 ${DO_NADA}
22 22
23.include "../../lang/python/egg.mk" 23.include "../../lang/python/egg.mk"
24.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"