[92761] trunk/dports/python/py-ssh2/Portfile

deric at macports.org deric at macports.org
Sat May 5 16:30:23 PDT 2012


Revision: 92761
          https://trac.macports.org/changeset/92761
Author:   deric at macports.org
Date:     2012-05-05 16:30:19 -0700 (Sat, 05 May 2012)
Log Message:
-----------
py-ssh2: Add python 2.5, fix license.

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

Modified: trunk/dports/python/py-ssh2/Portfile
===================================================================
--- trunk/dports/python/py-ssh2/Portfile	2012-05-05 23:08:42 UTC (rev 92760)
+++ trunk/dports/python/py-ssh2/Portfile	2012-05-05 23:30:19 UTC (rev 92761)
@@ -9,29 +9,25 @@
 platforms           darwin
 maintainers         deric
 homepage            https://github.com/bitprophet/ssh
-license             LPGL
+license             LGPL-2.1+
 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}
+distname            ssh-${version}
 
 checksums           md5     26800ef2c1ee3f185f48fd05258302f4 \
                     sha1    547296a7d0653f05930d1c616aebe6cb12bfd6f0 \
                     rmd160  773ddc95899b144716a65ec140767adaa4e392d6
 
-python.versions 26 27
+python.versions 25 26 27
 python.default_version 27
 
 if {$subport != $name} {
     depends_lib-append  port:py${python.version}-crypto
 }
 
-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\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120505/fe71c55e/attachment.html>


More information about the macports-changes mailing list