summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpython-pypi/matplotlib/DEPENDS3
-rwxr-xr-xpython-pypi/matplotlib/DETAILS4
-rw-r--r--python-pypi/matplotlib/HISTORY3
-rwxr-xr-xpython-pypi/matplotlib/PRE_BUILD6
4 files changed, 14 insertions, 2 deletions
diff --git a/python-pypi/matplotlib/DEPENDS b/python-pypi/matplotlib/DEPENDS
index 575d381cba..d6b4c3bb5d 100755
--- a/python-pypi/matplotlib/DEPENDS
+++ b/python-pypi/matplotlib/DEPENDS
@@ -1,11 +1,14 @@
+depends certifi &&
depends freetype2 &&
depends libpng &&
depends numpy &&
+depends pillow &&
depends pyparsing &&
depends python-cycler &&
depends python-dateutil &&
depends python-kiwisolver &&
depends python3 &&
+depends qhull &&
depends zlib &&
optional_depends pygtk2 "" "" "for GTK+2 GUI frontend" &&
diff --git a/python-pypi/matplotlib/DETAILS b/python-pypi/matplotlib/DETAILS
index 1b7244729e..594db8ef75 100755
--- a/python-pypi/matplotlib/DETAILS
+++ b/python-pypi/matplotlib/DETAILS
@@ -1,6 +1,6 @@
SPELL=matplotlib
- VERSION=3.3.2
- SOURCE_HASH=sha512:553469fe1f4a8608b832f71805b97582dc5df75ed7a4f2e3ff12a9a862069d62909cacd50f01891bb0f6b161e630ea887a7674e904ea1a963c62877dec2ec5cb
+ VERSION=3.4.0
+ SOURCE_HASH=sha512:4c08bfc545cef91386c3197bcf8d0d5c378212a18bc9b8b17212f24ebc8784a712cb5ae6aec86e09f6961c3d3fa53e8145d98f50e4770e7618733dcf40273a14
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]="https://github.com/matplotlib/matplotlib/archive/v${VERSION}.tar.gz"
diff --git a/python-pypi/matplotlib/HISTORY b/python-pypi/matplotlib/HISTORY
index 69d81e12fe..af805a1159 100644
--- a/python-pypi/matplotlib/HISTORY
+++ b/python-pypi/matplotlib/HISTORY
@@ -1,3 +1,6 @@
+2021-03-27 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS, DETAILS, PRE_BUILD: version 3.4.0
+
2020-09-17 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 3.3.2
diff --git a/python-pypi/matplotlib/PRE_BUILD b/python-pypi/matplotlib/PRE_BUILD
new file mode 100755
index 0000000000..99e219622c
--- /dev/null
+++ b/python-pypi/matplotlib/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sed -e 's|#system_freetype = False|system_freetype = True|' \
+ -e 's|#system_qhull = False|system_qhull = True|' \
+ setup.cfg.template > setup.cfg