Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2021 10:12:56 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: d822b3e96fd6 - main - math/py-PuLP: Add CPE information
Message-ID:  <202110141012.19EACum6065245@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=d822b3e96fd60e029c1c5ec07f8f3bbfeb80336b

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

    math/py-PuLP: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 math/py-PuLP/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/math/py-PuLP/Makefile b/math/py-PuLP/Makefile
index 4a238bf1dacb..6b5be2845732 100644
--- a/math/py-PuLP/Makefile
+++ b/math/py-PuLP/Makefile
@@ -14,7 +14,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}amply>=0.1.2:math/py-amply@${PY_FLAVOR} \
 		cbc:math/cbc \
 		glpsol:math/glpk
 
-USES=		python:3.6+
+USES=		cpe python:3.6+
+CPE_VENDOR=	${PORTNAME:tl}project
 USE_PYTHON=	distutils concurrent autoplist
 
 NO_ARCH=	yes
@@ -25,6 +26,5 @@ post-patch:
 
 do-test: install # one test is known to fail: https://github.com/coin-or/pulp/issues/494
 	@cd ${TEST_WRKSRC} && py.test
-		
 
 .include <bsd.port.mk>



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