mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/python-matplotlib to 3.3.4-1
This commit is contained in:
parent
5d381d977f
commit
33c80662f9
1 changed files with 5 additions and 4 deletions
|
@ -10,8 +10,8 @@
|
|||
# - disable lto via setup.cfg
|
||||
|
||||
pkgname=python-matplotlib
|
||||
pkgver=3.3.3
|
||||
pkgrel=2
|
||||
pkgver=3.3.4
|
||||
pkgrel=1
|
||||
pkgdesc="A python plotting library, making publication quality plots"
|
||||
arch=(x86_64)
|
||||
url="https://matplotlib.org"
|
||||
|
@ -31,14 +31,15 @@ optdepends=('tk: Tk{Agg,Cairo} backends'
|
|||
'python-certifi: https support')
|
||||
makedepends=(git rsync python-setuptools
|
||||
tk python-pyqt5 python-gobject
|
||||
python-wxpython python-cairo python-tornado
|
||||
python-wxpython python-cairo
|
||||
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
|
||||
ffmpeg imagemagick python-pandas)
|
||||
source=("https://github.com/matplotlib/matplotlib/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||
sha512sums=('11477e9afe15b8c1e7eea3c889187d9ab704c727578c3a1c5dcfbc6bbabf89d964f03bc17e739ee76df4758931e33bd5555587b533f14d7a553c9ff7a5743960')
|
||||
sha512sums=('e29bcd17ea2b65c26c75421a319d3f21c5b0148c9e61d55d719c191c07342ed19032f97cde269647bd545ed45b5e142483e50caf29ffd421acde5b0b3bfa238b')
|
||||
|
||||
prepare() {
|
||||
cd matplotlib-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue