Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 May 2022 14:59:49 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8683d8890ac8 - main - www/py-httpx: Add CPE information
Message-ID:  <202205101459.24AExnXP083124@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=8683d8890ac8114c098d1df0b10a0fe04bc3abb6

commit 8683d8890ac8114c098d1df0b10a0fe04bc3abb6
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-05-10 14:58:03 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-05-10 14:58:03 +0000

    www/py-httpx: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 www/py-httpx/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/py-httpx/Makefile b/www/py-httpx/Makefile
index 24c708cd00f1..0eec81305ef1 100644
--- a/www/py-httpx/Makefile
+++ b/www/py-httpx/Makefile
@@ -20,9 +20,11 @@ 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+
+USES=		python:3.7+ cpe
 USE_PYTHON=	autoplist concurrent distutils
 
+CPE_VENDOR=	encode
+
 NO_ARCH=	yes
 
 OPTIONS_DEFINE=	BROTLI CLI HTTP2 SOCKS



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