1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>python-docker</Name>
- <Homepage>https://github.com/docker/docker-py</Homepage>
- <Packager>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Packager>
- <PartOf>programming.language.python</PartOf>
- <License>Apache</License>
- <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="ceb0eac885a383539a96b4ed336463ffd64ec351" type="targz">https://github.com/docker/docker-py/archive/4.1.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python-websocket-client</Dependency>
- <Dependency>python-setuptools</Dependency>
- <Dependency>python-requests</Dependency>
- <Dependency>python-devel</Dependency>
- <Dependency>python-six</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>python-docker</Name>
- <Summary>A Python library for the Docker Engine API.</Summary>
- <RuntimeDependencies>
- <Dependency>python-backports-ssl-match-hostname</Dependency>
- <Dependency>python-websocket-client</Dependency>
- <Dependency>python-requests</Dependency>
- <Dependency>python-six</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/python2*</Path>
- <Path fileType="doc">/usr/share/doc/python-docker</Path>
- </Files>
- </Package>
-
- <History>
- <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>
|