70 lines
2.8 KiB
XML
70 lines
2.8 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>cloud-init</Name>
|
||
<Homepage>https://cloud-init.io</Homepage>
|
||
<Packager>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Packager>
|
||
<License>GPLv3</License>
|
||
<IsA>app:console</IsA>
|
||
<Summary>The standard for customising cloud instances</Summary>
|
||
<Description>The standard for customising cloud instances</Description>
|
||
<Archive sha1sum="9003fcff85e107d498ab072bc59b3ede4976de2e" type="targz">https://launchpad.net/cloud-init/trunk/23.3.3/+download/cloud-init-23.3.3.tar.gz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency>dhclient</Dependency>
|
||
<Dependency>python3-devel</Dependency>
|
||
<Dependency>python3-Jinja2</Dependency>
|
||
<Dependency>python3-PyYAML</Dependency>
|
||
<Dependency>python3-requests</Dependency>
|
||
<Dependency>python3-configobj</Dependency>
|
||
<Dependency>python3-setuptools</Dependency>
|
||
<Dependency>python3-tomli</Dependency>
|
||
</BuildDependencies>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>cloud-init</Name>
|
||
<RuntimeDependencies>
|
||
<Dependency>python3</Dependency>
|
||
<Dependency>dhclient</Dependency>
|
||
<Dependency>python3-Jinja2</Dependency>
|
||
<Dependency>python3-PyYAML</Dependency>
|
||
<Dependency>python-oauthlib</Dependency>
|
||
<Dependency>python-netifaces</Dependency>
|
||
<Dependency>python-configobj</Dependency>
|
||
<Dependency>python3-requests</Dependency>
|
||
<Dependency>python3-configobj</Dependency>
|
||
<Dependency>python-jsonschema</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="executable">/usr/bin</Path>
|
||
<Path fileType="config">/etc</Path>
|
||
<Path fileType="library">/usr/lib/python3*/site-packages</Path>
|
||
<Path fileType="library">/usr/lib/cloud-init</Path>
|
||
<Path fileType="data">/lib/udev/rules.d</Path>
|
||
<Path fileType="data">/usr/share/bash-completion</Path>
|
||
<Path fileType="doc">/usr/share/doc/cloud-init</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="2">
|
||
<Date>2023-11-03</Date>
|
||
<Version>23.3.3</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Mustafa Cinasal</Name>
|
||
<Email>muscnsl@gmail.com</Email>
|
||
</Update>
|
||
<Update release="1">
|
||
<Date>2022-01-09</Date>
|
||
<Version>21.4</Version>
|
||
<Comment>First release</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|