diff --git a/programming/language/python3/python3-docker/actions.py b/programming/language/python3/python3-docker/actions.py new file mode 100644 index 0000000000..2b3a6c4208 --- /dev/null +++ b/programming/language/python3/python3-docker/actions.py @@ -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") \ No newline at end of file diff --git a/programming/language/python3/python3-docker/pspec.xml b/programming/language/python3/python3-docker/pspec.xml new file mode 100644 index 0000000000..baff4cee93 --- /dev/null +++ b/programming/language/python3/python3-docker/pspec.xml @@ -0,0 +1,50 @@ + + + + + python3-docker + https://github.com/docker/docker-py + + Blue Devil + bluedevil@sctzine.com + + Apache + programming.language.python3 + library + A Python library for the Docker Engine API. + 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. + https://github.com/docker/docker-py/archive/4.1.0.tar.gz + + python3-devel + python3-websocket-client + python3-setuptools + python3-requests + python3-six + + + + + python3-docker + A Python library for the Docker Engine API. + + python3 + python3-websocket-client + python3-requests + python3-six + + + /usr/lib + /usr/share/doc + + + + + + 2020-01-15 + 4.10 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-docker/translations.xml b/programming/language/python3/python3-docker/translations.xml new file mode 100644 index 0000000000..d65ad71497 --- /dev/null +++ b/programming/language/python3/python3-docker/translations.xml @@ -0,0 +1,8 @@ + + + + python3-decorator + Dekoratör kullanımını kolaylaştıran python modulü + python3-decorator, ortalama bir Python programcısı için dekoratör kullanımını basitleştirir. + +