New packages: python3-seaborn-0.11.0

Closes: #26876 [via git-merge-pr]
This commit is contained in:
Olaf Mersmann 2020-12-01 22:52:33 +01:00 committed by Andrew J. Hesford
parent c8a5577282
commit 64917425a9

View file

@ -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 <olafm@p-value.net>"
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
}