git: c6de33966685 - main - math/py-pandas: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 10:12:57 UTC
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