[csw-devel] SF.net SVN: gar:[14832] csw/mgar/pkg/lang-python
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Thu Jun 16 12:45:39 CEST 2011
Revision: 14832
http://gar.svn.sourceforge.net/gar/?rev=14832&view=rev
Author: skayser
Date: 2011-06-16 10:45:39 +0000 (Thu, 16 Jun 2011)
Log Message:
-----------
lang-python/paramiko/trunk: initial commit, needs pycrypto first
Added Paths:
-----------
csw/mgar/pkg/lang-python/paramiko/
csw/mgar/pkg/lang-python/paramiko/branches/
csw/mgar/pkg/lang-python/paramiko/tags/
csw/mgar/pkg/lang-python/paramiko/trunk/
csw/mgar/pkg/lang-python/paramiko/trunk/Makefile
csw/mgar/pkg/lang-python/paramiko/trunk/checksums
csw/mgar/pkg/lang-python/paramiko/trunk/files/
Property changes on: csw/mgar/pkg/lang-python/paramiko/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar//v2
Added: csw/mgar/pkg/lang-python/paramiko/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/paramiko/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/paramiko/trunk/Makefile 2011-06-16 10:45:39 UTC (rev 14832)
@@ -0,0 +1,24 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+# ! Needs pycrypto to be built/released/installed first
+#
+NAME = paramiko
+VERSION = 1.7.7.1
+GARTYPE = v2
+CATEGORIES = python
+
+DESCRIPTION = Python module that implements the SSH2 protocol
+define BLURB
+ Paramiko is a module for Python 2.2 (or higher) that implements the SSH2
+ protocol for secure (encrypted and authenticated) connections to remote
+ machines. It is written entirely in python and contains no C or
+ platform-dependent code.
+endef
+
+MASTER_SITES = http://www.lag.net/paramiko/download/
+DISTFILES = $(DISTNAME).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
Property changes on: csw/mgar/pkg/lang-python/paramiko/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/lang-python/paramiko/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/paramiko/trunk/checksums (rev 0)
+++ csw/mgar/pkg/lang-python/paramiko/trunk/checksums 2011-06-16 10:45:39 UTC (rev 14832)
@@ -0,0 +1 @@
+ce8e2c254378312a264206f65c354d72 paramiko-1.7.7.1.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list