From 6ceecdceb32577ed84762301a96cc9bb9c736ec0 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 22 Feb 2020 02:50:23 +0300 Subject: [PATCH] python3-paramiko:moved from contrib --- .../python3/python3-paramiko/actions.py | 18 +++++ .../python3/python3-paramiko/pspec.xml | 75 +++++++++++++++++++ .../python3/python3-paramiko/translations.xml | 9 +++ 3 files changed, 102 insertions(+) create mode 100644 programming/language/python3/python3-paramiko/actions.py create mode 100644 programming/language/python3/python3-paramiko/pspec.xml create mode 100644 programming/language/python3/python3-paramiko/translations.xml diff --git a/programming/language/python3/python3-paramiko/actions.py b/programming/language/python3/python3-paramiko/actions.py new file mode 100644 index 0000000000..e40138ec16 --- /dev/null +++ b/programming/language/python3/python3-paramiko/actions.py @@ -0,0 +1,18 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pythonmodules +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") + + for dirs in ["demos"]: + pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs) \ No newline at end of file diff --git a/programming/language/python3/python3-paramiko/pspec.xml b/programming/language/python3/python3-paramiko/pspec.xml new file mode 100644 index 0000000000..66374454e2 --- /dev/null +++ b/programming/language/python3/python3-paramiko/pspec.xml @@ -0,0 +1,75 @@ + + + + + python3-paramiko + http://www.lag.net/paramiko/ + + PisiLinux Community + admins@pisilinux.org + + programming.language.python3 + LGPL + library + SSH2 implementation for Python + python-paramiko is a module for python 2.2 (or higher) that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines. + https://github.com/paramiko/paramiko/archive/2.7.1.tar.gz + + python3-setuptools + python3-devel + + + + + python3-paramiko + Paramiko module for python3 + + python3-cryptography + python3-pynacl + python3-bcrypt + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-paramiko + + + + + + 2019-12-13 + 2.7.1 + Version bump and Rebuilt + Blue DeviL + bluedevil@sctzine.com + + + 2019-11-22 + 2.6.0 + Ver. bump + Blue DeviL + bluedevil@sctzine.com + + + 2016-03-31 + 1.16.0 + Version bump, rebuilt with docker + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2013-11-19 + 1.12.0 + Version bump + Burak Fazıl Ertürk + burakerturk@pisilinux.org + + + 2012-11-15 + 1.7.7.1 + First release + Erdinç Gültekin + admins@pisilinux.org + + + \ No newline at end of file diff --git a/programming/language/python3/python3-paramiko/translations.xml b/programming/language/python3/python3-paramiko/translations.xml new file mode 100644 index 0000000000..0dd69ae3a0 --- /dev/null +++ b/programming/language/python3/python3-paramiko/translations.xml @@ -0,0 +1,9 @@ + + + + python3-paramiko + Python3 için SSH2 Protokolü Uygulaması + Paramiko, python 2.2 ya da üzeri için, uzak makinelere güvenli (şifrelenmiş ve doğrulanmış) bağlantılar kurmak amacıyla SSH2 protokolünü uygulayan bir Python Modülüdür. + paramiko es un módulo para python 2.2 (o posterior) que implementa el protocolo SSH2 para conexiones seguras (encriptado y autenticado) con equipos remotos. + + \ No newline at end of file