Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2021 10:12:57 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: c6de33966685 - main - math/py-pandas: Add CPE information
Message-ID:  <202110141012.19EACveq065273@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=c6de33966685eecfa17d834e454f76de18d7ce07

commit c6de33966685eecfa17d834e454f76de18d7ce07
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 10:12:38 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 10:12:38 +0000

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

diff --git a/math/py-pandas/Makefile b/math/py-pandas/Makefile
index 80492e78eb80..d967fb898023 100644
--- a/math/py-pandas/Makefile
+++ b/math/py-pandas/Makefile
@@ -18,7 +18,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cython>=0.29.21<3:lang/cython@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytz>=2017.3,1:devel/py-pytz@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
 
-USES=		python:3.7+
+USES=		cpe python:3.7+
+CPE_VENDOR=	numfocus
 USE_PYTHON=	autoplist cython distutils
 
 OPTIONS_DEFINE=		MPL SCIPY



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