60 lines
2.4 KiB
XML
60 lines
2.4 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="e5c48e2a4d59694bcb11e5c7495e9cb28492f75b" type="targz">https://github.com/matplotlib/matplotlib/archive/v3.2.1.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="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> |