91 lines
3.5 KiB
XML
91 lines
3.5 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>python3-docker</Name>
|
||
<Homepage>https://github.com/docker/docker-py</Homepage>
|
||
<Packager>
|
||
<Name>Blue Devil</Name>
|
||
<Email>bluedevil@sctzine.com</Email>
|
||
</Packager>
|
||
<License>Apache</License>
|
||
<PartOf>programming.language.python3</PartOf>
|
||
<IsA>library</IsA>
|
||
<Summary>A Python library for the Docker Engine API.</Summary>
|
||
<Description>A Python library for the Docker Engine API. It lets you do anything the docker command does, but from within Python apps – run containers, manage containers, manage Swarms, etc.</Description>
|
||
<Archive sha1sum="14d42d27a15e344f280de7193366280fa5becca6" type="targz">https://github.com/docker/docker-py/archive/7.1.0.tar.gz</Archive>
|
||
<BuildDependencies>
|
||
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
|
||
<Dependency>python3-websocket-client</Dependency>
|
||
<Dependency>python3-build</Dependency>
|
||
<Dependency>python3-requests</Dependency>
|
||
<Dependency>python3-six</Dependency>
|
||
<Dependency>python3-hatchling</Dependency>
|
||
</BuildDependencies>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>python3-docker</Name>
|
||
<Summary>A Python library for the Docker Engine API.</Summary>
|
||
<Conflicts>
|
||
<Package>python3-docker-py</Package>
|
||
</Conflicts>
|
||
<RuntimeDependencies>
|
||
<Dependency versionFrom="3.8.0">python3</Dependency>
|
||
<Dependency>python3-websocket-client</Dependency>
|
||
<Dependency>python3-requests</Dependency>
|
||
<Dependency>python3-hatchling</Dependency>
|
||
<Dependency>python3-six</Dependency>
|
||
</RuntimeDependencies>
|
||
<Files>
|
||
<Path fileType="library">/usr/lib</Path>
|
||
<Path fileType="doc">/usr/share/doc</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="6">
|
||
<Date>2025-04-18</Date>
|
||
<Version>7.1.0</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Pisi Linux Community</Name>
|
||
<Email>admin@pisilinux.org</Email>
|
||
</Update>
|
||
<Update release="5">
|
||
<Date>2023-10-17</Date>
|
||
<Version>5.0.0</Version>
|
||
<Comment>Rebu'ld.</Comment>
|
||
<Name>Mustafa Cinasal</Name>
|
||
<Email>muscnsl@gmail.com</Email>
|
||
</Update>
|
||
<Update release="4">
|
||
<Date>2021-10-22</Date>
|
||
<Version>5.0.0</Version>
|
||
<Comment>Rebu'ld.</Comment>
|
||
<Name>Mustafa Cinasal</Name>
|
||
<Email>muscnsl@gmail.com</Email>
|
||
</Update>
|
||
<Update release="3">
|
||
<Date>2021-10-22</Date>
|
||
<Version>5.0.0</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Mustafa Cinasal</Name>
|
||
<Email>muscnsl@gmail.com</Email>
|
||
</Update>
|
||
<Update release="2">
|
||
<Date>2021-10-22</Date>
|
||
<Version>5.0.0</Version>
|
||
<Comment>Version bump.</Comment>
|
||
<Name>Mustafa Cinasal</Name>
|
||
<Email>muscnsl@gmail.com</Email>
|
||
</Update>
|
||
<Update release="1">
|
||
<Date>2020-01-15</Date>
|
||
<Version>4.10</Version>
|
||
<Comment>First Pisi Release</Comment>
|
||
<Name>Blue Devil</Name>
|
||
<Email>bluedevil@sctzine.com</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|