Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2022 11:46:33 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 20fb2b95f303 - main - www/py-httpx: Cosmetic change
Message-ID:  <202205131146.24DBkXwr065212@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=20fb2b95f303864ce3c25a1ca6f6cf2bfdfad02a

commit 20fb2b95f303864ce3c25a1ca6f6cf2bfdfad02a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-05-13 11:32:11 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-05-13 11:39:38 +0000

    www/py-httpx: Cosmetic change
---
 www/py-httpx/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/py-httpx/Makefile b/www/py-httpx/Makefile
index 0eec81305ef1..a86d24b3f6f9 100644
--- a/www/py-httpx/Makefile
+++ b/www/py-httpx/Makefile
@@ -20,13 +20,13 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR}
 		${PYTHON_PKGNAMEPREFIX}rfc3986>=1.3,1:www/py-rfc3986@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sniffio>=0:devel/py-sniffio@${PY_FLAVOR}
 
-USES=		python:3.7+ cpe
+USES=		cpe python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
 
-CPE_VENDOR=	encode
-
 NO_ARCH=	yes
 
+CPE_VENDOR=	encode
+
 OPTIONS_DEFINE=	BROTLI CLI HTTP2 SOCKS
 OPTIONS_DEFAULT=HTTP2
 BROTLI_DESC=	Brotli support



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