Date: Fri, 27 Oct 2023 06:33:54 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0dd966515229 - main - math/py-seaborn: update to 0.13.0 Message-ID: <202310270633.39R6XsPx089343@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=0dd96651522977cb9bb2c48c226abb7431cfe2a5 commit 0dd96651522977cb9bb2c48c226abb7431cfe2a5 Author: wen heping <wenheping2000@hotmail.com> AuthorDate: 2023-10-22 01:21:51 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-10-27 06:32:09 +0000 math/py-seaborn: update to 0.13.0 Changelog: https://seaborn.pydata.org/whatsnew/v0.13.0.html PR: 274572 Approved by: Shane <FreeBSD@ShaneWare.Biz> (maintainer) --- math/py-seaborn/Makefile | 8 ++++---- math/py-seaborn/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/math/py-seaborn/Makefile b/math/py-seaborn/Makefile index bb9ef29b87e9..783a99300bb1 100644 --- a/math/py-seaborn/Makefile +++ b/math/py-seaborn/Makefile @@ -1,6 +1,5 @@ PORTNAME= seaborn -PORTVERSION= 0.11.2 -PORTREVISION= 1 +DISTVERSION= 0.13.0 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +9,9 @@ COMMENT= Statistical data visualization WWW= https://seaborn.pydata.org/ LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE.md +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \ @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}statsmodels>0:math/py-statsmodels@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist pep517 NO_ARCH= yes .include <bsd.port.mk> diff --git a/math/py-seaborn/distinfo b/math/py-seaborn/distinfo index bf54b11baee8..a63d8a0574b0 100644 --- a/math/py-seaborn/distinfo +++ b/math/py-seaborn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1655426572 -SHA256 (seaborn-0.11.2.tar.gz) = cf45e9286d40826864be0e3c066f98536982baf701a7caa386511792d61ff4f6 -SIZE (seaborn-0.11.2.tar.gz) = 268839 +TIMESTAMP = 1697588051 +SHA256 (seaborn-0.13.0.tar.gz) = 0e76abd2ec291c655b516703c6a022f0fd5afed26c8e714e8baef48150f73598 +SIZE (seaborn-0.13.0.tar.gz) = 1455480
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310270633.39R6XsPx089343>