mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
parent
c8a5577282
commit
64917425a9
1 changed files with 22 additions and 0 deletions
22
srcpkgs/python3-seaborn/template
Normal file
22
srcpkgs/python3-seaborn/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue