void-packages/srcpkgs/python3-seaborn/template
Olaf Mersmann 64917425a9 New packages: python3-seaborn-0.11.0
Closes: #26876 [via git-merge-pr]
2020-12-03 09:31:47 -05:00

22 lines
635 B
Bash

# 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
}