1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <PISI>
- <Source>
- <Name>python-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>
- <BuildDependencies>
- <Dependency>python-devel</Dependency>
- <Dependency>python-setuptools</Dependency>
- <Dependency>python-websocket-client</Dependency>
- <Dependency>python-six</Dependency>
- <Dependency>python-requests</Dependency>
- <Dependency>pip</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>python-docker-py</Name>
- <Summary>Python client for Docker.</Summary>
- <RuntimeDependencies>
- <Dependency>python</Dependency>
- <Dependency>python-websocket-client</Dependency>
- <Dependency>python-six</Dependency>
- <Dependency>python-requests</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2018-08-29</Date>
- <Version>2.0.2</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-25</Date>
- <Version>2.0.2</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@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>
|