mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
python-matplotlib: update to 1.5.2
This commit is contained in:
parent
dd95441818
commit
96b05874a4
1 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-matplotlib'
|
# Template file for 'python-matplotlib'
|
||||||
pkgname=python-matplotlib
|
pkgname=python-matplotlib
|
||||||
version=1.5.1
|
version=1.5.2
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="matplotlib-${version}"
|
wrksrc="matplotlib-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
|
@ -23,7 +23,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://matplotlib.org/"
|
homepage="http://matplotlib.org/"
|
||||||
license="matplotlib, BSD, MIT"
|
license="matplotlib, BSD, MIT"
|
||||||
distfiles="${PYPI_SITE}/m/matplotlib/matplotlib-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/m/matplotlib/matplotlib-${version}.tar.gz"
|
||||||
checksum=3ab8d968eac602145642d0db63dd8d67c85e9a5444ce0e2ecb2a8fedc7224d40
|
checksum=8875d763c9e0d0ae01fefd5ebbe2b22bde5f080037f9467126d5dbee31785913
|
||||||
|
|
||||||
export XDG_RUNTIME_DIR=/tmp
|
export XDG_RUNTIME_DIR=/tmp
|
||||||
|
|
||||||
|
@ -35,8 +35,6 @@ pre_build() {
|
||||||
[rc_options]
|
[rc_options]
|
||||||
backend = Agg
|
backend = Agg
|
||||||
EOF
|
EOF
|
||||||
# remove shebangs
|
|
||||||
find . -type f -name '*.py' -exec sed -i "s,^#!.*python$,," {} +
|
|
||||||
# adjust path
|
# adjust path
|
||||||
sed -i 's,\(site-packages/matplotlib/mpl-data\),/etc,' matplotlibrc.template
|
sed -i 's,\(site-packages/matplotlib/mpl-data\),/etc,' matplotlibrc.template
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue