Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Aug 2020 17:08:21 +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: r545003 - head/www/py-httpcore
Message-ID:  <202008151708.07FH8LhR028206@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Aug 15 17:08:21 2020
New Revision: 545003
URL: https://svnweb.freebsd.org/changeset/ports/545003

Log:
  Update to 0.10.0
  
  - Add HTTP2 option
  
  Changes:	https://github.com/encode/httpcore/releases

Modified:
  head/www/py-httpcore/Makefile
  head/www/py-httpcore/distinfo

Modified: head/www/py-httpcore/Makefile
==============================================================================
--- head/www/py-httpcore/Makefile	Sat Aug 15 17:08:01 2020	(r545002)
+++ head/www/py-httpcore/Makefile	Sat Aug 15 17:08:21 2020	(r545003)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	httpcore
-PORTVERSION=	0.9.1
+PORTVERSION=	0.10.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,12 +14,17 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}h11>=0.8<0.10:net/py-h11@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}h2>=3.0<4:www/py-h2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sniffio>=1.0<2:devel/py-sniffio@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+OPTIONS_DEFINE=	HTTP2
+OPTIONS_DEFAULT=HTTP2
+HTTP2_DESC=	HTTP/2 support
+
+HTTP2_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}h2>=3.0<4:www/py-h2@${PY_FLAVOR}
 
 .include <bsd.port.mk>

Modified: head/www/py-httpcore/distinfo
==============================================================================
--- head/www/py-httpcore/distinfo	Sat Aug 15 17:08:01 2020	(r545002)
+++ head/www/py-httpcore/distinfo	Sat Aug 15 17:08:21 2020	(r545003)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1590927009
-SHA256 (httpcore-0.9.1.tar.gz) = ecc5949310d9dae4de64648a4ce529f86df1f232ce23dcfefe737c24d21dfbe9
-SIZE (httpcore-0.9.1.tar.gz) = 31911
+TIMESTAMP = 1596954368
+SHA256 (httpcore-0.10.0.tar.gz) = 3f0481835528fe7ec57034c1e6d36cd52487707c3f15c5757d74820b9b42173e
+SIZE (httpcore-0.10.0.tar.gz) = 35514



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