From 5effb68998398aba1ab76fa5cea617256817c84f Mon Sep 17 00:00:00 2001 From: Olaf Mersmann Date: Tue, 1 Dec 2020 22:52:33 +0100 Subject: [PATCH] New packages: python3-seaborn-0.11.0 --- srcpkgs/python3-seaborn/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/python3-seaborn/template diff --git a/srcpkgs/python3-seaborn/template b/srcpkgs/python3-seaborn/template new file mode 100644 index 00000000000..53cc295f321 --- /dev/null +++ b/srcpkgs/python3-seaborn/template @@ -0,0 +1,22 @@ +# Template file for 'python3-seaborn' +pkgname=python3-seaborn +version=0.11.0 +revision=1 +wrksrc="seaborn-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-numpy python3-scipy python3-matplotlib python3-pandas" +short_desc="Python library for drawing attractive statistical graphics" +maintainer="Olaf " +license="BSD-3-Clause" +homepage="https://seaborn.pydata.org/" +distfiles="${PYPI_SITE}/s/seaborn/seaborn-${version}.tar.gz" +checksum=390f8437b14f5ce845062f2865ad51656464c306d09bb97d7764c6cba1dd607c + +do_check() { + : no test is shipped +} + +post_install() { + vlicense LICENSE +}