git: cc6912feab04 - main - devel/py-pydantic: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Tue Sep 21 12:02:37 UTC 2021


The branch main has been updated by decke:

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

commit cc6912feab04fe1ec179e73007bd4d14be38dbfe
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-21 11:48:10 +0000
Commit:     Bernhard Froehlich <decke at 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>


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