mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/matplotlib: Updated for version 1.4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
50da1beac1
commit
b6d95b1387
3 changed files with 9 additions and 8 deletions
|
@ -8,11 +8,11 @@
|
||||||
# Updated up to version 1.4.1 by Serban Udrea <S.Udrea@gsi.de>
|
# Updated up to version 1.4.1 by Serban Udrea <S.Udrea@gsi.de>
|
||||||
|
|
||||||
PRGNAM=matplotlib
|
PRGNAM=matplotlib
|
||||||
VERSION=${VERSION:-1.4.1}
|
VERSION=${VERSION:-1.4.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
TARBALL_VERSION=1.4.1 # Tarball sometimes has a wrong version number
|
TARBALL_VERSION=1.4.2 # Tarball sometimes has a wrong version number
|
||||||
DISABLE_TESTS=${DISABLE_TESTS:-Y}
|
DISABLE_TESTS=${DISABLE_TESTS:-Y}
|
||||||
DISABLE_TK_TESTS=${DISABLE_TK_TESTS:-Y}
|
DISABLE_TK_TESTS=${DISABLE_TK_TESTS:-Y}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="matplotlib"
|
PRGNAM="matplotlib"
|
||||||
VERSION="1.4.1"
|
VERSION="1.4.2"
|
||||||
HOMEPAGE="http://matplotlib.org/"
|
HOMEPAGE="http://matplotlib.org/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/matplotlib/matplotlib-1.4.1.tar.gz"
|
DOWNLOAD="http://downloads.sourceforge.net/matplotlib/matplotlib-1.4.2.tar.gz"
|
||||||
MD5SUM="f9bb4d27988f2b4496ddd5447a792c54"
|
MD5SUM="7d22efb6cce475025733c50487bd8898"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="pysetuptools numpy python-dateutil pytz six tornado pyparsing"
|
REQUIRES="pysetuptools numpy python-dateutil pytz six tornado pyparsing"
|
||||||
|
|
|
@ -147,9 +147,10 @@ def get_base_dirs():
|
||||||
return options['basedirlist']
|
return options['basedirlist']
|
||||||
|
|
||||||
basedir_map = {
|
basedir_map = {
|
||||||
'win32': ['win32_static',],
|
'win32': ['win32_static', ],
|
||||||
'darwin': ['/usr/local/', '/usr', '/usr/X11', '/opt/local'],
|
'darwin': ['/usr/local/', '/usr', '/usr/X11',
|
||||||
'sunos5': [os.getenv('MPLIB_BASE') or '/usr/local',],
|
'/opt/X11', '/opt/local'],
|
||||||
|
'sunos5': [os.getenv('MPLIB_BASE') or '/usr/local', ],
|
||||||
'gnu0': ['/usr'],
|
'gnu0': ['/usr'],
|
||||||
'aix5': ['/usr/local'],
|
'aix5': ['/usr/local'],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue