mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/python-matplotlib to 3.4.2-3
This commit is contained in:
parent
ec9f8e1588
commit
70b64be246
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
pkgname=python-matplotlib
|
||||
pkgver=3.4.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="A python plotting library, making publication quality plots"
|
||||
arch=(x86_64)
|
||||
url="https://matplotlib.org"
|
||||
|
@ -63,6 +63,7 @@ check() {
|
|||
|
||||
package_python-matplotlib() {
|
||||
cd matplotlib
|
||||
export PYTHONHASHSEED=0
|
||||
python setup.py install --root "${pkgdir}" --prefix=/usr --optimize=1 --skip-build
|
||||
install -Dm644 doc/users/license.rst -t "${pkgdir}"/usr/share/licenses/${pkgname}/
|
||||
# Needed since https://github.com/matplotlib/matplotlib/pull/14170
|
||||
|
|
Loading…
Reference in a new issue