50 lines
2.1 KiB
XML
50 lines
2.1 KiB
XML
<?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="ceb0eac885a383539a96b4ed336463ffd64ec351" type="targz">https://github.com/docker/docker-py/archive/4.1.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>
|
||
<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="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> |