Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2020 09:05:07 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548189 - in head/www/py-uvicorn: . files
Message-ID:  <202009100905.08A957MT015034@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep 10 09:05:07 2020
New Revision: 548189
URL: https://svnweb.freebsd.org/changeset/ports/548189

Log:
  Update RUN_DEPENDS: allow py-h11 0.10.0
  
  It fixes the breakage after r548107.
  
  Obtained from:	https://github.com/encode/uvicorn/commit/54d729ccc1638180a51e6ab600c4724e6424b048

Added:
  head/www/py-uvicorn/files/
  head/www/py-uvicorn/files/patch-setup.py   (contents, props changed)
Modified:
  head/www/py-uvicorn/Makefile

Modified: head/www/py-uvicorn/Makefile
==============================================================================
--- head/www/py-uvicorn/Makefile	Thu Sep 10 08:16:57 2020	(r548188)
+++ head/www/py-uvicorn/Makefile	Thu Sep 10 09:05:07 2020	(r548189)
@@ -14,7 +14,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=7<8:devel/py-click@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}h11>=0.8<0.10:net/py-h11@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}h11>=0.8<0.11:net/py-h11@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}httptools>=0.1<0.2:www/py-httptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}uvloop>=0.14.0:devel/py-uvloop@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}websockets>=8<9:devel/py-websockets@${PY_FLAVOR}

Added: head/www/py-uvicorn/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-uvicorn/files/patch-setup.py	Thu Sep 10 09:05:07 2020	(r548189)
@@ -0,0 +1,13 @@
+Obtained from:	https://github.com/encode/uvicorn/commit/54d729ccc1638180a51e6ab600c4724e6424b048
+
+--- setup.py.orig	2020-07-31 16:54:58 UTC
++++ setup.py
+@@ -42,7 +42,7 @@ env_marker = (
+ 
+ requirements = [
+     "click==7.*",
+-    "h11>=0.8,<0.10",
++    "h11>=0.8,<0.11",
+     "websockets==8.*",
+     "httptools==0.1.* ;" + env_marker,
+     "uvloop>=0.14.0 ;" + env_marker,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009100905.08A957MT015034>