Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 2021 20:02:22 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: 43eff783d722 - main - devel/py-twisted: Add CPE information
Message-ID:  <202109292002.18TK2MhS010731@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=43eff783d722e1e8f2cd8d40058f9d53827c6c04

commit 43eff783d722e1e8f2cd8d40058f9d53827c6c04
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-29 19:38:04 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-29 19:38:04 +0000

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

diff --git a/devel/py-twisted/Makefile b/devel/py-twisted/Makefile
index 056c10a3c17c..821c7f7b60ba 100644
--- a/devel/py-twisted/Makefile
+++ b/devel/py-twisted/Makefile
@@ -24,9 +24,11 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.6.5:devel/py-typing-extensions@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}service_identity>0:security/py-service_identity@${PY_FLAVOR}
 
-USES=		python:3.7+
+USES=		cpe python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
 
+CPE_VENDOR=	twistedmatrix
+
 NO_ARCH=	yes
 
 OPTIONS_DEFINE=	CONCH HTTP2 SERIAL TLS



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