python3-scour : first rel

This commit is contained in:
blue-devil
2020-09-16 00:35:43 +02:00
parent 016baec692
commit 0291f52023
3 changed files with 66 additions and 0 deletions
@@ -0,0 +1,13 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,45 @@
<?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>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-scour</Name>
<Summary xml:lang="tr">SVG iyileştirici/temizleyici.</Summary>
<Description xml:lang="tr">python3-scour, SVG çizim dosyalarının yapısını düzelten, bunu yaparken boyutlarını da düşürerek iyileştirme yapan bir python kitaplığıdır.</Description>
</Source>
</PISI>