git: 7448b845fd22 - main - devel/py-setuptools: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 10 21:20:03 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7448b845fd22b94713e51408a846e86c901ee4a4

commit 7448b845fd22b94713e51408a846e86c901ee4a4
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-10 19:55:48 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-10 21:17:40 +0000

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

diff --git a/devel/py-setuptools/Makefile b/devel/py-setuptools/Makefile
index f41e53d59498..d50fefd758e8 100644
--- a/devel/py-setuptools/Makefile
+++ b/devel/py-setuptools/Makefile
@@ -14,9 +14,11 @@ COMMENT=	Python packages installer
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python:3.6+
+USES=		cpe python:3.6+
 USE_PYTHON=	allflavors autoplist concurrent distutils
 
+CPE_VENDOR=	python
+
 MAKE_ENV+=	SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
 NO_ARCH=	yes
 PYDISTUTILS_SETUP=	${PYSETUP}


More information about the dev-commits-ports-main mailing list