diff --git a/programming/language/python3/python3-matplotlib/actions.py b/programming/language/python3/python3-matplotlib/actions.py index 74ddb2af39..6616b69a9f 100644 --- a/programming/language/python3/python3-matplotlib/actions.py +++ b/programming/language/python3/python3-matplotlib/actions.py @@ -2,23 +2,22 @@ # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import get -from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools -from pisi.actionsapi import pythonmodules +from pisi.actionsapi import pythonmodules, shelltools, pisitools def setup(): + pass # dodoc method cannot move LICENSE named dir, so i delete the directory shelltools.unlinkDir("LICENSE") + pisitools.dosed("setupext.py", "LICENSE", deleteLine = True) def build(): # suppress compiler warnings: pisitools.cflags.add("-Wno-unused-but-set-variable -Wno-misleading-indentation -Wno-stringop-truncation -Wno-unused-function") # fix unused direct dependency analysis shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -lbz2") - pythonmodules.compile(pyVer="3") + pythonmodules.compile(pyVer = "3") def install(): - pythonmodules.install(pyVer="3") \ No newline at end of file + pythonmodules.install(pyVer = "3") diff --git a/programming/language/python3/python3-matplotlib/pspec.xml b/programming/language/python3/python3-matplotlib/pspec.xml index fd84346eaf..be1293797c 100644 --- a/programming/language/python3/python3-matplotlib/pspec.xml +++ b/programming/language/python3/python3-matplotlib/pspec.xml @@ -1,5 +1,5 @@ - + python3-matplotlib @@ -13,9 +13,12 @@ library matplotlib: plotting with Python. Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. - https://github.com/matplotlib/matplotlib/archive/v3.3.1.tar.gz + + https://files.pythonhosted.org/packages/source/m/matplotlib/matplotlib-3.6.3.tar.gz + pip3 + python3-wheel python3-devel python3-numpy freetype-devel @@ -32,7 +35,11 @@ freetype python3-numpy python3-cycler + python3-pillow python3-dateutil + python3-fonttools + python3-contourpy + python3-packaging python3-pyparsing python3-kiwisolver @@ -43,6 +50,13 @@ + + 2023-01-26 + 3.6.3 + Version bump. + fury + uglyside@yandex.ru + 2023-01-23 3.3.1 diff --git a/programming/language/python3/python3-matplotlib/translations.xml b/programming/language/python3/python3-matplotlib/translations.xml index 08fe1522cc..cffb65473d 100644 --- a/programming/language/python3/python3-matplotlib/translations.xml +++ b/programming/language/python3/python3-matplotlib/translations.xml @@ -5,4 +5,4 @@ matplotlib: python grafik çizim kitaplığı. python3-matplotlib, python ile hareketli, durağan ve etkileşimli çizgeler yapılmasını sağlayan kapsamlı bir python kitaplığı sunar. - \ No newline at end of file +