git: 0d493a1a9f06 - main - devel/py-loguru: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Mar 2022 13:26:12 UTC
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0d493a1a9f0678654b484b8a544bd8f0ee7d819e
commit 0d493a1a9f0678654b484b8a544bd8f0ee7d819e
Author: Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-03-18 13:09:40 +0000
Commit: Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-03-18 13:23:50 +0000
devel/py-loguru: Add CPE information
Approved by: portmgr (blanket)
---
devel/py-loguru/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/devel/py-loguru/Makefile b/devel/py-loguru/Makefile
index ca0958d9c4fe..283d3951ca11 100644
--- a/devel/py-loguru/Makefile
+++ b/devel/py-loguru/Makefile
@@ -13,9 +13,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
-USES= python:3.7+
+USES= cpe python:3.7+
USE_PYTHON= autoplist distutils
+CPE_VENDOR= loguru_project
+
NO_ARCH= yes
do-test: