Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Jun 2026 20:00:52 +0000
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: 9b0181b7f4d2 - main - devel/py-attrs: Add CPE information
Message-ID:  <6a247c74.4069f.3d81c0dc@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by decke:

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

commit 9b0181b7f4d28070473bd6a292e2d04e2d9d2850
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2026-06-06 19:45:58 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2026-06-06 19:45:58 +0000

    devel/py-attrs: Add CPE information
---
 devel/py-attrs/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/py-attrs/Makefile b/devel/py-attrs/Makefile
index 578f33252056..2f21dd24596c 100644
--- a/devel/py-attrs/Makefile
+++ b/devel/py-attrs/Makefile
@@ -22,7 +22,8 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cloudpickle>=0:devel/py-cloudpickle@${PY_FL
 		${PYTHON_PKGNAMEPREFIX}pytest-mypy-plugins>=0:devel/py-pytest-mypy-plugins@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-xdist>=0:devel/py-pytest-xdist@${PY_FLAVOR}
 
-USES=		python
+USES=		cpe python
+CPE_VENDOR=	attrs_project
 USE_PYTHON=	autoplist concurrent pep517 pytest
 
 NO_ARCH=	yes


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a247c74.4069f.3d81c0dc>