Files
main/programming/language/python3/python3-docker/pspec.xml
T
2021-10-22 17:46:11 +03:00

75 lines
2.9 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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="c942873312cdbad285a8fa6b7eeb1eab2c614c9d" type="targz">https://github.com/docker/docker-py/archive/5.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
<Dependency>python3-websocket-client</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-requests</Dependency>
<Dependency>python3-six</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-six</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2021-08-07</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-08-07</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-08-07</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>