pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-uvicorn
Module Name: pkgsrc
Committed By: jperkin
Date: Wed Sep 30 09:38:45 UTC 2020
Modified Files:
pkgsrc/www/py-uvicorn: Makefile
Log Message:
py-uvicorn: Fix bulk builds yet again.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-uvicorn/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-uvicorn/Makefile
diff -u pkgsrc/www/py-uvicorn/Makefile:1.9 pkgsrc/www/py-uvicorn/Makefile:1.10
--- pkgsrc/www/py-uvicorn/Makefile:1.9 Wed Sep 30 06:47:17 2020
+++ pkgsrc/www/py-uvicorn/Makefile Wed Sep 30 09:38:44 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/09/30 06:47:17 adam Exp $
+# $NetBSD: Makefile,v 1.10 2020/09/30 09:38:44 jperkin Exp $
DISTNAME= uvicorn-0.12.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,6 +16,8 @@ DEPENDS+= ${PYPKGPREFIX}-httptools>=0.1.
DEPENDS+= ${PYPKGPREFIX}-uvloop>=0.14.0:../../devel/py-uvloop
DEPENDS+= ${PYPKGPREFIX}-websockets>=8.0:../../www/py-websockets
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} < 38
DEPENDS+= ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
@@ -23,8 +25,6 @@ DEPENDS+= ${PYPKGPREFIX}-typing-extensio
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} uvicorn uvicorn-${PYVERSSUFFIX} || ${TRUE}
Home |
Main Index |
Thread Index |
Old Index