mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-seaborn: update to 0.13.2.
This commit is contained in:
parent
554b273407
commit
c20a7395cf
1 changed files with 9 additions and 12 deletions
|
@ -1,22 +1,19 @@
|
||||||
# Template file for 'python3-seaborn'
|
# Template file for 'python3-seaborn'
|
||||||
pkgname=python3-seaborn
|
pkgname=python3-seaborn
|
||||||
version=0.11.1
|
version=0.13.2
|
||||||
revision=4
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-flit_core"
|
||||||
depends="python3-numpy python3-scipy python3-matplotlib python3-pandas"
|
depends="python3-numpy python3-matplotlib python3-pandas"
|
||||||
|
checkdepends="python3-pytest-xdist $depends"
|
||||||
short_desc="Python library for drawing attractive statistical graphics"
|
short_desc="Python library for drawing attractive statistical graphics"
|
||||||
maintainer="Olaf <olafm@p-value.net>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://seaborn.pydata.org/"
|
homepage="https://seaborn.pydata.org/"
|
||||||
changelog="https://seaborn.pydata.org/whatsnew.html"
|
changelog="https://seaborn.pydata.org/whatsnew.html"
|
||||||
distfiles="${PYPI_SITE}/s/seaborn/seaborn-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/seaborn/seaborn-${version}.tar.gz"
|
||||||
checksum=44e78eaed937c5a87fc7a892c329a7cc091060b67ebd1d0d306b446a74ba01ad
|
checksum=93e60a40988f4d65e9f4885df477e2fdaff6b73a9ded434c1ab356dd57eefff7
|
||||||
|
|
||||||
do_check() {
|
|
||||||
: no test is shipped
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE.md
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue