Files
main/programming/language/python3/python3-matplotlib/pspec.xml
T
2023-01-26 10:22:27 +03:00

90 lines
3.4 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-matplotlib</Name>
<Homepage>https://github.com/matplotlib/matplotlib</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>PSF</License>
<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="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>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-matplotlib</Name>
<Summary>matplotlib: plotting with Python.</Summary>
<RuntimeDependencies>
<Dependency>libpng</Dependency>
<Dependency>python3</Dependency>
<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>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-matplotlib</Path>
</Files>
</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>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2020-08-30</Date>
<Version>3.3.1</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2020-03-18</Date>
<Version>3.2.1</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-03-05</Date>
<Version>3.2.0</Version>
<Comment>First release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>