python3-matplotlib: update to 3.3.2, drop python3-matplotlib-data
This commit is contained in:
parent
c34f3c1bab
commit
a7cbd300b2
2 changed files with 5 additions and 15 deletions
|
@ -1 +0,0 @@
|
||||||
python3-matplotlib
|
|
|
@ -1,22 +1,21 @@
|
||||||
# Template file for 'python3-matplotlib'
|
# Template file for 'python3-matplotlib'
|
||||||
pkgname=python3-matplotlib
|
pkgname=python3-matplotlib
|
||||||
version=3.3.1
|
version=3.3.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="matplotlib-${version}"
|
wrksrc="matplotlib-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
build_helper="numpy"
|
build_helper="numpy"
|
||||||
hostmakedepends="pkg-config python3-setuptools python3-certifi python3-numpy"
|
hostmakedepends="pkg-config python3-setuptools python3-certifi python3-numpy"
|
||||||
# XXX use internal copy of agg, highly patched
|
|
||||||
makedepends="python3-devel freetype-devel libpng-devel libqhull-devel"
|
makedepends="python3-devel freetype-devel libpng-devel libqhull-devel"
|
||||||
depends="python3-matplotlib-data>=${version}_${revision} python3-certifi
|
depends="python3-certifi python3-cycler python3-kiwisolver
|
||||||
python3-cycler python3-kiwisolver python3-numpy python3-Pillow
|
python3-numpy python3-Pillow python3-parsing python3-dateutil"
|
||||||
python3-parsing python3-dateutil"
|
|
||||||
short_desc="Python3 2D/3D plotting library"
|
short_desc="Python3 2D/3D plotting library"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="custom:matplotlib, BSD-3-Clause, MIT"
|
license="custom:matplotlib, BSD-3-Clause, MIT"
|
||||||
homepage="https://matplotlib.org/"
|
homepage="https://matplotlib.org/"
|
||||||
distfiles="https://github.com/matplotlib/matplotlib/archive/v${version}.tar.gz"
|
distfiles="https://github.com/matplotlib/matplotlib/archive/v${version}.tar.gz"
|
||||||
checksum=672faf2c79aaae2250f322bd1d11226b41e09d4c91cbbe50951dd33e01845a44
|
checksum=a17664009de73849906de076c1de60d2854d26325d012cdd0b5e75edb8bd8edb
|
||||||
|
replaces="python3-matplotlib-data>=0"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cat <<-EOF > setup.cfg
|
cat <<-EOF > setup.cfg
|
||||||
|
@ -30,11 +29,3 @@ post_install() {
|
||||||
vdoc "${FILESDIR}/README.voidlinux"
|
vdoc "${FILESDIR}/README.voidlinux"
|
||||||
vlicense LICENSE/LICENSE
|
vlicense LICENSE/LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-matplotlib-data_package() {
|
|
||||||
archs=noarch
|
|
||||||
short_desc+=" - data files"
|
|
||||||
pkg_install() {
|
|
||||||
vmove "${py3_sitelib}/matplotlib/mpl-data"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue