Date: Tue, 21 Sep 2021 12:02:35 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: cc6912feab04 - main - devel/py-pydantic: Add CPE information Message-ID: <202109211202.18LC2ZgG000219@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=cc6912feab04fe1ec179e73007bd4d14be38dbfe commit cc6912feab04fe1ec179e73007bd4d14be38dbfe Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-21 11:48:10 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-09-21 12:01:40 +0000 devel/py-pydantic: Add CPE information Approved by: portmgr (blanket) --- devel/py-pydantic/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-pydantic/Makefile b/devel/py-pydantic/Makefile index 00342b1e58aa..8c0a1bf1a004 100644 --- a/devel/py-pydantic/Makefile +++ b/devel/py-pydantic/Makefile @@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR} py36_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dataclasses>=0.6:devel/py-dataclasses@${PY_FLAVOR} -USES= python:3.7+ +USES= cpe python:3.7+ USE_PYTHON= distutils cython autoplist +CPE_VENDOR= pydantic_project .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109211202.18LC2ZgG000219>