Date: Thu, 14 Oct 2021 11:02:29 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: 17a1b3241661 - main - textproc/py-openpyxl: Add CPE information Message-ID: <202110141102.19EB2Td6034337@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=17a1b3241661cb6e16bc0efcff7af07e3295c6ee commit 17a1b3241661cb6e16bc0efcff7af07e3295c6ee Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 11:01:11 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 11:02:08 +0000 textproc/py-openpyxl: Add CPE information Approved by: portmgr (blanket) --- textproc/py-openpyxl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/py-openpyxl/Makefile b/textproc/py-openpyxl/Makefile index 45c8692b2564..2ed5b797d745 100644 --- a/textproc/py-openpyxl/Makefile +++ b/textproc/py-openpyxl/Makefile @@ -16,7 +16,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jdcal>=0:devel/py-jdcal@${PY_FLAVOR} \ NO_ARCH= yes PORTSCOUT= limit:^2\. # Version 3 drops python 2.7 compatibility -USES= python:3.6+ +USES= cpe python:3.6+ +CPE_VENDOR= python USE_PYTHON= distutils autoplist .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110141102.19EB2Td6034337>