[92742] trunk/dports/python

deric at macports.org deric at macports.org
Sat May 5 11:10:27 PDT 2012


Revision: 92742
          https://trac.macports.org/changeset/92742
Author:   deric at macports.org
Date:     2012-05-05 11:10:24 -0700 (Sat, 05 May 2012)
Log Message:
-----------
new port: py-ssh2, a Pure-Python implementation of SSH2, based on Paramiko.

Added Paths:
-----------
    trunk/dports/python/py-ssh2/
    trunk/dports/python/py-ssh2/Portfile

Added: trunk/dports/python/py-ssh2/Portfile
===================================================================
--- trunk/dports/python/py-ssh2/Portfile	                        (rev 0)
+++ trunk/dports/python/py-ssh2/Portfile	2012-05-05 18:10:24 UTC (rev 92742)
@@ -0,0 +1,33 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-ssh2
+version             1.7.13
+platforms           darwin
+maintainers         deric
+homepage            https://github.com/bitprophet/ssh
+license             LPGL
+description         Pure-Python implementation of SSH2, based on Paramiko.
+long_description    The ssh library is a fork of, and spiritual successor to, the Paramiko Python SSH library. \
+                    It was created by the developers of the Fabric library as a way to ensure timely updates \
+                    and bugfixes for critical issues.
+
+master_sites        http://pypi.python.org/packages/source/s/ssh/
+distfiles           ssh-${version}.tar.gz
+worksrcdir          ssh-${version}
+
+checksums           md5     26800ef2c1ee3f185f48fd05258302f4 \
+                    sha1    547296a7d0653f05930d1c616aebe6cb12bfd6f0 \
+                    rmd160  773ddc95899b144716a65ec140767adaa4e392d6
+
+python.versions 26 27
+python.default_version 27
+
+livecheck.type      regex
+livecheck.name      ssh-${version}
+livecheck.url       http://pypi.python.org/pypi/ssh/
+livecheck.md5       26800ef2c1ee3f185f48fd05258302f4
+livecheck.regex     ssh/(\[0-9\]+\.\[0-9\]+.\[0-9\]+)


Property changes on: trunk/dports/python/py-ssh2/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120505/3eb47a86/attachment.html>


More information about the macports-changes mailing list