python3-seaborn: update to 0.13.2.
This commit is contained in:
parent
554b273407
commit
c20a7395cf
|
@ -1,22 +1,19 @@
|
|||
# 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"
|
||||
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="Olaf <olafm@p-value.net>"
|
||||
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=44e78eaed937c5a87fc7a892c329a7cc091060b67ebd1d0d306b446a74ba01ad
|
||||
|
||||
do_check() {
|
||||
: no test is shipped
|
||||
}
|
||||
checksum=93e60a40988f4d65e9f4885df477e2fdaff6b73a9ded434c1ab356dd57eefff7
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vlicense LICENSE.md
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue