diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-10-24 20:38:07 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-27 08:40:37 +0700 |
commit | c56367982ca4e45b9be10fb639c96abbd4fd3d95 (patch) | |
tree | 90ca74f159bc8bd2a10549434dccf03284412f95 /development/python3-matplotlib/python3-matplotlib.info | |
parent | ab356d80000f32fdf9312da1b7e29a672b790f8c (diff) |
development/python3-matplotlib: Build offline.
The SlackBuild tries to download freetype during build.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/python3-matplotlib/python3-matplotlib.info')
-rw-r--r-- | development/python3-matplotlib/python3-matplotlib.info | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/development/python3-matplotlib/python3-matplotlib.info b/development/python3-matplotlib/python3-matplotlib.info index 02632071c8734..29074cd7e7b18 100644 --- a/development/python3-matplotlib/python3-matplotlib.info +++ b/development/python3-matplotlib/python3-matplotlib.info @@ -1,8 +1,12 @@ PRGNAM="python3-matplotlib" VERSION="3.4.3" HOMEPAGE="https://matplotlib.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/21/37/197e68df384ff694f78d687a49ad39f96c67b8d75718bc61503e1676b617/matplotlib-3.4.3.tar.gz" -MD5SUM="6858958370a26cccfa81abc7b6dd3622" +DOWNLOAD="https://files.pythonhosted.org/packages/21/37/197e68df384ff694f78d687a49ad39f96c67b8d75718bc61503e1676b617/matplotlib-3.4.3.tar.gz \ + https://downloads.sourceforge.net/project/freetype/freetype2/2.6.1/freetype-2.6.1.tar.gz \ + http://www.qhull.org/download/qhull-2020-src-8.0.2.tgz" +MD5SUM="6858958370a26cccfa81abc7b6dd3622 \ + 348e667d728c597360e4a87c16556597 \ + 295f7332269a38279478f555cc185296" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="numpy3 python3-dateutil pytz python3-cycler python3-kiwisolver python3-tornado" |