Files
main/programming/language/python3/gonullu/pspec.xml
T
2017-04-21 00:18:18 +03:00

73 lines
2.8 KiB
XML

<PISI>
<Source>
<Name>gonullu</Name>
<Homepage>https://github.com/PisiLinuxNew/gonullu</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>app:console</IsA>
<Summary>Volunteer application is developed to compile the packages for Pisi distributions</Summary>
<Description>Application build the packages waiting at queue of build system as PISI packages using docker images and again, sent them to build system.</Description>
<Archive type="targz" sha1sum="c57b81c875918d3d8c709c2b770584fa35937393">https://github.com/PisiLinuxNew/gonullu/archive/v1.1.6.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>gonullu</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-argparse</Dependency>
<Dependency>python3-colorama</Dependency>
<Dependency>python3-docker-py</Dependency>
<Dependency>python3-psutil</Dependency>
<Dependency>python3-requests</Dependency>
<Dependency>python3-six</Dependency>
<Dependency>python3-sip</Dependency>
<Dependency>python3-backports-ssl-match-hostname</Dependency>
<Dependency>docker</Dependency>
<Dependency>python3-PyYAML</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2017-04-10</Date>
<Version>1.1.6</Version>
<Comment>Version bump</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-01-27</Date>
<Version>1.1.4</Version>
<Comment>Version bump</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2017-01-15</Date>
<Version>1.1.3</Version>
<Comment>Version bump</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-06-14</Date>
<Version>1.0</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>