[92742] trunk/dports/python

Ryan Schmidt ryandesign at macports.org
Sat May 5 14:45:06 PDT 2012


On May 5, 2012, at 13:10, deric at macports.org wrote:

> 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

> +distfiles           ssh-${version}.tar.gz
> +worksrcdir          ssh-${version}

Note that these two lines can be more simply expressed as:

distname           ssh-${version}


> +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\]+)

Note that livecheck.md5 is not used unless livecheck.type is md5.




More information about the macports-dev mailing list