python-docker:first pisi release
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Licensed under the GNU General Public License, version 3.
|
||||||
|
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import pythonmodules
|
||||||
|
|
||||||
|
def build():
|
||||||
|
pythonmodules.compile()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
pythonmodules.install()
|
||||||
@@ -0,0 +1,50 @@
|
|||||||
|
<?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>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>python-docker</Name>
|
||||||
|
<Summary xml:lang="tr">Docker motoru apileri için python kitaplığı.</Summary>
|
||||||
|
<Description xml:lang="tr">python-docker, docker motoru apileri için python kitaplığı sunar.</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user