python3-*

This commit is contained in:
Rmys
2021-05-27 11:06:14 +03:00
parent accb5f18cf
commit d2c1413a48
16 changed files with 262953 additions and 262444 deletions
@@ -0,0 +1,63 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gi-docgen</Name>
<Homepage>https://gitlab.gnome.org/GNOME/gi-docgen</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>library</IsA>
<Summary>Documentation generator for GObject-based libraries</Summary>
<Description>GObject tabanlı kitaplıklar için belge oluşturucu </Description>
<Archive sha1sum="5f83a969dec8bfae537fd4829f642c85e1a79dc8" type="targz">https://gitlab.gnome.org/GNOME/gi-docgen/-/archive/2021.6/gi-docgen-2021.6.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-toml</Dependency>
<Dependency>python3-Jinja2</Dependency>
<Dependency>python3-markdown</Dependency>
<Dependency>python3-Pygments</Dependency>
<Dependency>python3-MarkupSafe</Dependency>
<Dependency>python3-typogrify</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>gi-docgen.patch</Patch>
<Patch level="1">gi-docgen.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>gi-docgen</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-toml</Dependency>
<Dependency>python3-Jinja2</Dependency>
<Dependency>python3-markdown</Dependency>
<Dependency>python3-Pygments</Dependency>
<Dependency>python3-MarkupSafe</Dependency>
<Dependency>python3-typogrify</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-05-26</Date>
<Version>2021.6</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>