pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-uvicorn py-uvicorn: Fix bulk builds yet again.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/973b777b97e5
branches:  trunk
changeset: 439940:973b777b97e5
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Sep 30 09:38:44 2020 +0000

description:
py-uvicorn: Fix bulk builds yet again.

diffstat:

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

diffs (27 lines):

diff -r b3d99aa3af0b -r 973b777b97e5 www/py-uvicorn/Makefile
--- a/www/py-uvicorn/Makefile   Wed Sep 30 09:25:44 2020 +0000
+++ b/www/py-uvicorn/Makefile   Wed Sep 30 09:38:44 2020 +0000
@@ -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}-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 @@
 
 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