Files
main/programming/language/python3/python3-matplotlib/pspec.xml
T
2020-03-07 04:50:58 +03:00

53 lines
2.1 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.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="c85c118621ebbd15eec4987d05318d983b5f132e" type="targz">https://github.com/matplotlib/matplotlib/archive/v3.2.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>freetype-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-numpy</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-matplotlib</Name>
<Summary>matplotlib: plotting with Python.</Summary>
<RuntimeDependencies>
<Dependency>python3-kiwisolver</Dependency>
<Dependency>python3-pyparsing</Dependency>
<Dependency>python3-dateutil</Dependency>
<Dependency>python3-cycler</Dependency>
<Dependency>python3-numpy</Dependency>
<Dependency>freetype</Dependency>
<Dependency>python3</Dependency>
<Dependency>libpng</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-matplotlib</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<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>