Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Mar 2022 13:26:28 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: a9e32417f187 - main - www/py-treq: Add CPE information
Message-ID:  <202203181326.22IDQSkR003677@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=a9e32417f1877f10df325f60a9ef22932ff6ed13

commit a9e32417f1877f10df325f60a9ef22932ff6ed13
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-03-18 13:21:20 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-03-18 13:23:54 +0000

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

diff --git a/www/py-treq/Makefile b/www/py-treq/Makefile
index 35bde5e71400..c9573e7bb874 100644
--- a/www/py-treq/Makefile
+++ b/www/py-treq/Makefile
@@ -25,9 +25,11 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:security/py-openssl@${PY_FL
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httpbin>=0.5.0:www/py-httpbin@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR}
 
-USES=		python:3.6+
+USES=		cpe python:3.6+
 USE_PYTHON=	autoplist distutils
 
+CPE_VENDOR=	twistedmatrix
+
 NO_ARCH=	yes
 
 do-test:



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