64917425a9
Closes: #26876 [via git-merge-pr]
22 lines
635 B
Bash
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
|
|
}
|