Date: Sun, 3 Nov 2024 13:26:10 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 28954a2dacfc - main - math/py-pandas: Update WWW Message-ID: <202411031326.4A3DQAmt020052@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=28954a2dacfca9f13300bca67920a486a10e5c3f commit 28954a2dacfca9f13300bca67920a486a10e5c3f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-11-03 13:23:37 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-11-03 13:23:37 +0000 math/py-pandas: Update WWW --- math/py-pandas/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/math/py-pandas/Makefile b/math/py-pandas/Makefile index de68be209acb..acbbdc3bb0d4 100644 --- a/math/py-pandas/Makefile +++ b/math/py-pandas/Makefile @@ -7,7 +7,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Flexible, high-performance data analysis in Python -WWW= https://pandas.pydata.org/ +WWW= https://pandas.pydata.org/ \ + https://pandas.pydata.org/docs/ \ + https://github.com/pandas-dev/pandas LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE @@ -25,8 +27,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.26.0,1<2,1:math/py-numpy@${PY_FLAVO TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arrow>=0:devel/py-arrow@${PY_FLAVOR} USES= cpe python +USE_PYTHON= autoplist concurrent cython pep517 + CPE_VENDOR= numfocus -USE_PYTHON= autoplist cython pep517 OPTIONS_DEFINE= MPL SCIPY OPTIONS_GROUP= ACCEL STORAGE HTML EXCEL
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411031326.4A3DQAmt020052>