void-packages/srcpkgs/python3-seaborn/template

20 lines
662 B
Bash

# Template file for 'python3-seaborn'
pkgname=python3-seaborn
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="Orphaned <orphan@voidlinux.org>"
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=93e60a40988f4d65e9f4885df477e2fdaff6b73a9ded434c1ab356dd57eefff7
post_install() {
vlicense LICENSE.md
}