Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2021 21:34:42 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: 11cf9a4b89ff - main - www/py-webargs: Add CPE information
Message-ID:  <202110142134.19ELYgbN082117@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=11cf9a4b89ff91a0b915406eb55ef568f913f84d

commit 11cf9a4b89ff91a0b915406eb55ef568f913f84d
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 21:30:58 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 21:30:58 +0000

    www/py-webargs: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 www/py-webargs/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/py-webargs/Makefile b/www/py-webargs/Makefile
index c42c161cb94e..77a3b6c95fc5 100644
--- a/www/py-webargs/Makefile
+++ b/www/py-webargs/Makefile
@@ -20,7 +20,8 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}django*>=1.11.16:www/py-django22@${PY_FLAVOR} \
 	 	${PYTHON_PKGNAMEPREFIX}pyramid>0:www/py-pyramid@${PY_FLAVOR}
 
-USES=		python:3.6+
+USES=		cpe python:3.6+
+CPE_VENDOR=	${PORTNAME}_project
 USE_GITHUB=	yes # tests not packaged with PyPI sdist
 GH_ACCOUNT=	marshmallow-code
 USE_PYTHON=	autoplist concurrent distutils



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110142134.19ELYgbN082117>