Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (79c70cac641697d1c667d80b43b03259608c6895)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (79c70cac641697d1c667d80b43b03259608c6895)
  • Date: Mon, 24 Oct 2011 17:18:42 -0500

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/python-ssh/DEPENDS | 2 ++
python-pypi/python-ssh/DETAILS | 20 ++++++++++++++++++++
python-pypi/python-ssh/HISTORY | 2 ++
python-pypi/python-ssh/PRE_BUILD | 4 ++++
5 files changed, 31 insertions(+)

New commits:
commit 92eb8bd2309121501d895df85a83315c0ee856ae
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

python-ssh: corrected work with recent pycrypto (2.4 doesn't affect
source-based distros)

commit a6b7d75c9aec0db91529bfc813b7a285c451b1a9
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

python-ssh: new spell, SSH2 protocol library for Python

diff --git a/ChangeLog b/ChangeLog
index f0123c2..489a31d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-10-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/python-ssh: new spell, SSH2 protocol library for Python
+
2011-10-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* x11-libs/libaosd: new spell, a library for on screen displays

diff --git a/python-pypi/python-ssh/DEPENDS b/python-pypi/python-ssh/DEPENDS
new file mode 100755
index 0000000..89be6aa
--- /dev/null
+++ b/python-pypi/python-ssh/DEPENDS
@@ -0,0 +1,2 @@
+depends SETUPTOOLS &&
+depends pycrypto
diff --git a/python-pypi/python-ssh/DETAILS b/python-pypi/python-ssh/DETAILS
new file mode 100755
index 0000000..c5a71c9
--- /dev/null
+++ b/python-pypi/python-ssh/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=python-ssh
+ SPELLX=ssh
+ VERSION=1.7.8
+ SOURCE=$SPELLX-$VERSION.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/s/$SPELLX/$SOURCE
+
SOURCE_HASH=sha512:a915a45231766cc8dbe7bae24e711ba3eadc4970e5798ee1641ff283a71dd3d09ab3040886ccca3e2fa1f68bb21a6897bfe7d43dc4ea46c77e6775f67ad1b512
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ WEB_SITE=http://pypi.python.org/pypi/ssh/
+ ENTERED=20111025
+ LICENSE=LGPL
+ KEYWORDS="python devel"
+ SHORT="SSH2 protocol library for Python"
+cat << EOF
+This is a library for making SSH2 connections (client or server). Emphasis
is on
+using SSH2 as an alternative to SSL for making secure connections between
python
+scripts.
+
+All major ciphers and hash methods are supported. SFTP client and server mode
+are both supported too.
+EOF
diff --git a/python-pypi/python-ssh/HISTORY b/python-pypi/python-ssh/HISTORY
new file mode 100644
index 0000000..6165207
--- /dev/null
+++ b/python-pypi/python-ssh/HISTORY
@@ -0,0 +1,2 @@
+2011-10-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD: spell created
diff --git a/python-pypi/python-ssh/PRE_BUILD
b/python-pypi/python-ssh/PRE_BUILD
new file mode 100755
index 0000000..69bb4e1
--- /dev/null
+++ b/python-pypi/python-ssh/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sedit "s:, < 2.4::" setup.py



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (79c70cac641697d1c667d80b43b03259608c6895), Vlad Glagolev, 10/24/2011

Archive powered by MHonArc 2.6.24.

Top of Page