Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Feb 2026 10:47:14 +0000
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 32d18331118d - main - math/py-seaborn: Update to 0.13.2
Message-ID:  <698b0cb2.20cb2.f1eaa0e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by makc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=32d18331118d9915bf7232e28242c0ec2ffeaaac

commit 32d18331118d9915bf7232e28242c0ec2ffeaaac
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-02-10 10:47:01 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-02-10 10:47:01 +0000

    math/py-seaborn: Update to 0.13.2
    
    Adjust dependencies while here.
    
    PR:             292971
    Approved by:    maintainer
---
 math/py-seaborn/Makefile | 14 ++++++--------
 math/py-seaborn/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/math/py-seaborn/Makefile b/math/py-seaborn/Makefile
index ad845bb42249..bb4e14756672 100644
--- a/math/py-seaborn/Makefile
+++ b/math/py-seaborn/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	seaborn
-DISTVERSION=	0.13.0
-PORTREVISION=	1
+DISTVERSION=	0.13.2
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,12 +12,11 @@ LICENSE=	BSD3CLAUSE
 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} \
-		${PYTHON_PKGNAMEPREFIX}patsy>0:math/py-patsy@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}statsmodels>0:math/py-statsmodels@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}matplotlib>=3.4:math/py-matplotlib@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}numpy>=1.20,1:math/py-numpy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pandas>=1.2:math/py-pandas@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scipy>=1.7:science/py-scipy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}statsmodels>=0.12:math/py-statsmodels@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist pep517
diff --git a/math/py-seaborn/distinfo b/math/py-seaborn/distinfo
index a63d8a0574b0..372ab2af8b7d 100644
--- a/math/py-seaborn/distinfo
+++ b/math/py-seaborn/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1697588051
-SHA256 (seaborn-0.13.0.tar.gz) = 0e76abd2ec291c655b516703c6a022f0fd5afed26c8e714e8baef48150f73598
-SIZE (seaborn-0.13.0.tar.gz) = 1455480
+TIMESTAMP = 1770285323
+SHA256 (seaborn-0.13.2.tar.gz) = 93e60a40988f4d65e9f4885df477e2fdaff6b73a9ded434c1ab356dd57eefff7
+SIZE (seaborn-0.13.2.tar.gz) = 1457696


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?698b0cb2.20cb2.f1eaa0e>