Files
main/programming/language/python3/python3-docker-py/pspec.xml
T
2020-03-19 23:06:02 +03:00

86 lines
3.4 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="653bad33f42de753d90b9ced35c621eeb236a960" type="targz">https://github.com/docker/docker-py/archive/2.0.2.tar.gz</Archive>-->
<Archive sha1sum="f20e51eae6f39762d6c1d8f3349785507d140f28" type="targz">https://github.com/docker/docker-py/archive/1.8.1.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="3.6.0">python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-websocket-client</Dependency>
<Dependency>python3-six</Dependency>
<Dependency>python3-requests</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch>get_rid_of_pip.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>python3-docker-py</Name>
<Summary>Python client for Docker.</Summary>
<RuntimeDependencies>
<Dependency versionFrom="3.6.0">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="6">
<Date>2020-03-19</Date>
<Version>1.8.1</Version>
<Comment>Rebuild.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2018-08-19</Date>
<Version>1.8.1</Version>
<Comment>Version Down to fix gonullu.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2017-04-21</Date>
<Version>1.8.1</Version>
<Comment>Version Down to fix gonullu.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-02-01</Date>
<Version>2.0.2</Version>
<Comment>Version Bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>1.8.1</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<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>