Date: Fri, 10 Sep 2021 21:19:59 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: 7448b845fd22 - main - devel/py-setuptools: Add CPE information Message-ID: <202109102119.18ALJxGH005324@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=7448b845fd22b94713e51408a846e86c901ee4a4 commit 7448b845fd22b94713e51408a846e86c901ee4a4 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-10 19:55:48 +0000 Commit: Bernhard Froehlich <decke@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109102119.18ALJxGH005324>