python3-paramiko:moved from contrib

This commit is contained in:
blue-devil
2020-02-22 02:50:23 +03:00
parent 921ac4ec34
commit 6ceecdceb3
3 changed files with 102 additions and 0 deletions
@@ -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)
@@ -0,0 +1,75 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-paramiko</Name>
<Homepage>http://www.lag.net/paramiko/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>LGPL</License>
<IsA>library</IsA>
<Summary>SSH2 implementation for Python</Summary>
<Description>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.</Description>
<Archive sha1sum="bcbd77a81f7a5b6ae93f59f3586a248513aa31e2" type="targz">https://github.com/paramiko/paramiko/archive/2.7.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-paramiko</Name>
<Summary>Paramiko module for python3</Summary>
<RuntimeDependencies>
<Dependency>python3-cryptography</Dependency>
<Dependency>python3-pynacl</Dependency>
<Dependency>python3-bcrypt</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-paramiko</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2019-12-13</Date>
<Version>2.7.1</Version>
<Comment>Version bump and Rebuilt</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2019-11-22</Date>
<Version>2.6.0</Version>
<Comment>Ver. bump</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2016-03-31</Date>
<Version>1.16.0</Version>
<Comment>Version bump, rebuilt with docker</Comment>
<Name>İbrahim KARAGÜZEL</Name>
<Email>karaguzelibrahim@gmail.com</Email>
</Update>
<Update release="2">
<Date>2013-11-19</Date>
<Version>1.12.0</Version>
<Comment>Version bump</Comment>
<Name>Burak Fazıl Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-15</Date>
<Version>1.7.7.1</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-paramiko</Name>
<Summary xml:lang="tr">Python3 için SSH2 Protokolü Uygulaması</Summary>
<Description xml:lang="tr">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.</Description>
<Description xml:lang="es">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.</Description>
</Source>
</PISI>