mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
python3-matplotlib: revbump for qhull
This commit is contained in:
parent
623e971715
commit
6e9aa42830
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-matplotlib'
|
# Template file for 'python3-matplotlib'
|
||||||
pkgname=python3-matplotlib
|
pkgname=python3-matplotlib
|
||||||
version=3.3.3
|
version=3.3.3
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="matplotlib-${version}"
|
wrksrc="matplotlib-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
build_helper="numpy"
|
build_helper="numpy"
|
||||||
|
@ -25,6 +25,10 @@ pre_build() {
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
echo "Skipping check: comparison of images is too frail for validation"
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc "${FILESDIR}/README.voidlinux"
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
vlicense LICENSE/LICENSE
|
vlicense LICENSE/LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue