Files
main/programming/language/python3/python3-scour/pspec.xml
T
2020-09-16 00:35:43 +02:00

45 lines
1.8 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-scour</Name>
<Homepage>https://github.com/scour-project/scour</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>Apachev2.0</License>
<IsA>library</IsA>
<Summary>Scour - An SVG Optimizer / Cleaner</Summary>
<Description>Scour is an SVG optimizer/cleaner that reduces the size of scalable vector graphics by optimizing structure and removing unnecessary data written in Python.</Description>
<Archive sha1sum="1e00370d80513691a7447897f792d8b6d5d36133" type="targz">https://github.com/scour-project/scour/archive/v038.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-scour</Name>
<Summary>Scour - An SVG Optimizer / Cleaner</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/scour</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-scour</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-09-15</Date>
<Version>0.38.1</Version>
<Comment>First release</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>