Date: Thu, 14 Oct 2021 21:34:39 GMT From: =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 36809c21bdff - main - www/py-requests: Add CPE information Message-ID: <202110142134.19ELYdOx082033@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=36809c21bdfff3efab2ca8d88b7128bf5ad4d11b commit 36809c21bdfff3efab2ca8d88b7128bf5ad4d11b Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 21:30:57 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 21:30:57 +0000 www/py-requests: Add CPE information Approved by: portmgr (blanket) --- www/py-requests/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/py-requests/Makefile b/www/py-requests/Makefile index e4af4da539ff..87c3c9f12273 100644 --- a/www/py-requests/Makefile +++ b/www/py-requests/Makefile @@ -25,7 +25,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.0:devel/py-pytest@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}blinker>0:devel/py-blinker@${PY_FLAVOR} -USES= python:3.6+ +USES= cpe python:3.6+ +CPE_VENDOR= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110142134.19ELYdOx082033>