50 lines
1.9 KiB
XML
50 lines
1.9 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>python3-cairosvg</Name>
|
||
<Homepage>https://cairosvg.org/</Homepage>
|
||
<Packager>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Packager>
|
||
<License>LGPL3</License>
|
||
<IsA>library</IsA>
|
||
<Summary>SVG converter based on Cairo. It can export SVG files to PDF, PostScript and PNG files</Summary>
|
||
<Description>SVG converter based on Cairo. It can export SVG files to PDF, PostScript and PNG files</Description>
|
||
<Archive sha1sum="49102d49a47a7ae8631b581ca5632e22fa225a25" type="targz">https://github.com/Kozea/CairoSVG/archive/refs/tags/2.5.2.tar.gz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency>python3-devel</Dependency>
|
||
<Dependency>python3-pillow</Dependency>
|
||
<Dependency>python3-setuptools</Dependency>
|
||
<Dependency>python3-defusedxml</Dependency>
|
||
<Dependency>python3-pytest-runner</Dependency>
|
||
</BuildDependencies>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>python3-cairosvg</Name>
|
||
<RuntimeDependencies>
|
||
<Dependency>python3</Dependency>
|
||
<Dependency>python3-pillow</Dependency>
|
||
<Dependency>python3-cairocffi</Dependency>
|
||
<Dependency>python3-defusedxml</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="executable">/usr/bin</Path>
|
||
<Path fileType="data">/usr/lib/python3*</Path>
|
||
<Path fileType="doc">/usr/share/doc</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="1">
|
||
<Date>2022-08-13</Date>
|
||
<Version>2.5.2</Version>
|
||
<Comment>First release</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|