From c20a7395cf135f84f2a4241323e2230fb7e3e118 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 31 Jul 2024 15:04:44 -0400 Subject: [PATCH] python3-seaborn: update to 0.13.2. --- srcpkgs/python3-seaborn/template | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/srcpkgs/python3-seaborn/template b/srcpkgs/python3-seaborn/template index a790274f980..c35eb206e9c 100644 --- a/srcpkgs/python3-seaborn/template +++ b/srcpkgs/python3-seaborn/template @@ -1,22 +1,19 @@ # Template file for 'python3-seaborn' pkgname=python3-seaborn -version=0.11.1 -revision=4 -build_style=python3-module -hostmakedepends="python3-setuptools" -depends="python3-numpy python3-scipy python3-matplotlib python3-pandas" +version=0.13.2 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-flit_core" +depends="python3-numpy python3-matplotlib python3-pandas" +checkdepends="python3-pytest-xdist $depends" short_desc="Python library for drawing attractive statistical graphics" -maintainer="Olaf " +maintainer="Orphaned " license="BSD-3-Clause" homepage="https://seaborn.pydata.org/" changelog="https://seaborn.pydata.org/whatsnew.html" distfiles="${PYPI_SITE}/s/seaborn/seaborn-${version}.tar.gz" -checksum=44e78eaed937c5a87fc7a892c329a7cc091060b67ebd1d0d306b446a74ba01ad - -do_check() { - : no test is shipped -} +checksum=93e60a40988f4d65e9f4885df477e2fdaff6b73a9ded434c1ab356dd57eefff7 post_install() { - vlicense LICENSE + vlicense LICENSE.md }