Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2020 19:18:00 +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: r549828 - in head/www: . py-httpx013 py-httpx013/files
Message-ID:  <202009231918.08NJI0IS042422@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Sep 23 19:18:00 2020
New Revision: 549828
URL: https://svnweb.freebsd.org/changeset/ports/549828

Log:
  Add py-httpx013 0.13.3 (copied from py-httpx)
  
  - Add PORTSCOUT

Added:
  head/www/py-httpx013/
     - copied from r545003, head/www/py-httpx/
  head/www/py-httpx013/files/
  head/www/py-httpx013/files/patch-setup.py   (contents, props changed)
Modified:
  head/www/Makefile
  head/www/py-httpx013/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Wed Sep 23 19:17:47 2020	(r549827)
+++ head/www/Makefile	Wed Sep 23 19:18:00 2020	(r549828)
@@ -1624,6 +1624,7 @@
     SUBDIR += py-httplib2
     SUBDIR += py-httptools
     SUBDIR += py-httpx
+    SUBDIR += py-httpx013
     SUBDIR += py-hyper
     SUBDIR += py-hyperframe
     SUBDIR += py-hyperlink

Modified: head/www/py-httpx013/Makefile
==============================================================================
--- head/www/py-httpx/Makefile	Sat Aug 15 17:08:21 2020	(r545003)
+++ head/www/py-httpx013/Makefile	Wed Sep 23 19:18:00 2020	(r549828)
@@ -6,6 +6,7 @@ PORTVERSION=	0.13.3
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	013
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Next generation HTTP client
@@ -16,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}chardet>=3.0<4:textproc/py-chardet@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}hstspreload>=0:www/py-hstspreload@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}httpcore>=0.9.0<0.10:www/py-httpcore@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}httpcore>=0.9:www/py-httpcore@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}idna>=2.0<3:dns/py-idna@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}rfc3986>=1.3<2:www/py-rfc3986@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sniffio>=0:devel/py-sniffio@${PY_FLAVOR}
@@ -25,5 +26,7 @@ USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^0\.13\.
 
 .include <bsd.port.mk>

Added: head/www/py-httpx013/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-httpx013/files/patch-setup.py	Wed Sep 23 19:18:00 2020	(r549828)
@@ -0,0 +1,11 @@
+--- setup.py.orig	2020-05-29 10:29:22 UTC
++++ setup.py
+@@ -61,7 +61,7 @@ setup(
+         "chardet==3.*",
+         "idna==2.*",
+         "rfc3986>=1.3,<2",
+-        "httpcore==0.9.*",
++        "httpcore>=0.9",
+     ],
+     classifiers=[
+         "Development Status :: 4 - Beta",



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