python3-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(pyVer="3")
|
||||||
|
|
||||||
|
def install():
|
||||||
|
pythonmodules.install(pyVer="3")
|
||||||
@@ -0,0 +1,50 @@
|
|||||||
|
<?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>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>python3-decorator</Name>
|
||||||
|
<Summary xml:lang="tr">Dekoratör kullanımını kolaylaştıran python modulü</Summary>
|
||||||
|
<Description xml:lang="tr">python3-decorator, ortalama bir Python programcısı için dekoratör kullanımını basitleştirir.</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user