mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/python-matplotlib to 3.4.0-1
This commit is contained in:
parent
54baf72f36
commit
53e4fe56e2
1 changed files with 5 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
|||
# - disable lto via setup.cfg
|
||||
|
||||
pkgname=python-matplotlib
|
||||
pkgver=3.3.4
|
||||
pkgver=3.4.0
|
||||
pkgrel=1
|
||||
pkgdesc="A python plotting library, making publication quality plots"
|
||||
arch=(x86_64)
|
||||
|
@ -18,6 +18,7 @@ url="https://matplotlib.org"
|
|||
license=(custom)
|
||||
depends=(freetype2 python-cycler python-dateutil python-kiwisolver python-numpy python-pillow python-pyparsing qhull)
|
||||
optdepends=('tk: Tk{Agg,Cairo} backends'
|
||||
'pyside2: alternative for Qt5{Agg,Cairo} backends'
|
||||
'python-pyqt5: Qt5{Agg,Cairo} backends'
|
||||
'python-gobject: for GTK3{Agg,Cairo} backend'
|
||||
'python-wxpython: WX{,Agg,Cairo} backend'
|
||||
|
@ -35,11 +36,11 @@ makedepends=(git rsync python-setuptools
|
|||
python-certifi python-tornado
|
||||
ghostscript texlive-bin)
|
||||
# agg missing some non-upstreamed patches?
|
||||
checkdepends=(python-pytest-xdist python-pytest-runner xorg-server-xvfb
|
||||
texlive-core texlive-latexextra inkscape mencoder
|
||||
checkdepends=(python-pytest python-pytest-xdist python-pytest-runner xorg-server-xvfb
|
||||
texlive-core texlive-latexextra ghostscript inkscape mencoder
|
||||
ffmpeg imagemagick python-pandas)
|
||||
source=("https://github.com/matplotlib/matplotlib/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||
sha512sums=('e29bcd17ea2b65c26c75421a319d3f21c5b0148c9e61d55d719c191c07342ed19032f97cde269647bd545ed45b5e142483e50caf29ffd421acde5b0b3bfa238b')
|
||||
sha512sums=('4c08bfc545cef91386c3197bcf8d0d5c378212a18bc9b8b17212f24ebc8784a712cb5ae6aec86e09f6961c3d3fa53e8145d98f50e4770e7618733dcf40273a14')
|
||||
|
||||
prepare() {
|
||||
cd matplotlib-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue