23 lines
660 B
Bash
23 lines
660 B
Bash
# 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"
|
|
short_desc="Python library for drawing attractive statistical graphics"
|
|
maintainer="Olaf <olafm@p-value.net>"
|
|
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
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|