mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
c56367982c
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>
14 lines
692 B
Text
14 lines
692 B
Text
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 \
|
|
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"
|
|
MAINTAINER="Serban Udrea"
|
|
EMAIL="S.Udrea@gsi.de"
|