Files
main/programming/language/python3/python3-docker-py/pspec.xml
T
2016-06-07 00:15:28 +03:00

46 lines
1.8 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.
<PISI>
<Source>
<Name>python3-docker-py</Name>
<Homepage>https://github.com/dotcloud/docker-py</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>apache</License>
<IsA>app:console</IsA>
<Summary>Python client for Docker.</Summary>
<Description>A Python library for the Docker Remote API. It does everything the docker command does, but from within Python run containers, manage them, pull/push images, etc.</Description>
<Archive sha1sum="f20e51eae6f39762d6c1d8f3349785507d140f28" type="targz">https://github.com/docker/docker-py/archive/1.8.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-websocket-client</Dependency>
<Dependency>python3-six</Dependency>
<Dependency>python3-requests</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-docker-py</Name>
<Summary>Python client for Docker.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-websocket-client</Dependency>
<Dependency>python3-six</Dependency>
<Dependency>python3-requests</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-06-06</Date>
<Version>1.8.1</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>