matplotlib version bump.
This commit is contained in:
@@ -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")
|
||||
pythonmodules.install(pyVer = "3")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python3-matplotlib</Name>
|
||||
@@ -13,9 +13,12 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>matplotlib: plotting with Python.</Summary>
|
||||
<Description>Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.</Description>
|
||||
<Archive sha1sum="1367f8527fe5410d5ddfee0766a47bad820606c0" type="targz">https://github.com/matplotlib/matplotlib/archive/v3.3.1.tar.gz</Archive>
|
||||
<Archive sha1sum="ec92f9521ffd3b7c0e434195319cda1587016952" type="targz">
|
||||
https://files.pythonhosted.org/packages/source/m/matplotlib/matplotlib-3.6.3.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>pip3</Dependency>
|
||||
<Dependency>python3-wheel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-numpy</Dependency>
|
||||
<Dependency>freetype-devel</Dependency>
|
||||
@@ -32,7 +35,11 @@
|
||||
<Dependency>freetype</Dependency>
|
||||
<Dependency>python3-numpy</Dependency>
|
||||
<Dependency>python3-cycler</Dependency>
|
||||
<Dependency>python3-pillow</Dependency>
|
||||
<Dependency>python3-dateutil</Dependency>
|
||||
<Dependency>python3-fonttools</Dependency>
|
||||
<Dependency>python3-contourpy</Dependency>
|
||||
<Dependency>python3-packaging</Dependency>
|
||||
<Dependency>python3-pyparsing</Dependency>
|
||||
<Dependency>python3-kiwisolver</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -43,6 +50,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2023-01-26</Date>
|
||||
<Version>3.6.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2023-01-23</Date>
|
||||
<Version>3.3.1</Version>
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
<Summary xml:lang="tr">matplotlib: python grafik çizim kitaplığı.</Summary>
|
||||
<Description xml:lang="tr">python3-matplotlib, python ile hareketli, durağan ve etkileşimli çizgeler yapılmasını sağlayan kapsamlı bir python kitaplığı sunar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user