You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
py-ssh2: Add python 2.5, fix license.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@92761 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
@@ -9,29 +9,25 @@ version 1.7.13
|
||||
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\]+)
|
||||
|
||||
Reference in New Issue
Block a user