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

sean at macports.org sean at macports.org
Tue Jul 2 17:39:16 PDT 2013


Revision: 107557
          https://trac.macports.org/changeset/107557
Author:   sean at macports.org
Date:     2013-07-02 17:39:16 -0700 (Tue, 02 Jul 2013)
Log Message:
-----------
py-ssh2: mark as replaced_by py-paramiko

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

Modified: trunk/dports/python/py-ssh2/Portfile
===================================================================
--- trunk/dports/python/py-ssh2/Portfile	2013-07-03 00:39:10 UTC (rev 107556)
+++ trunk/dports/python/py-ssh2/Portfile	2013-07-03 00:39:16 UTC (rev 107557)
@@ -11,22 +11,22 @@
 homepage            https://github.com/bitprophet/ssh
 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.
+long_description    \
+    The ssh library was a fork of the Paramiko Python SSH library but \
+    has since been reintegrated with Paramiko.
 
-master_sites        http://pypi.python.org/packages/source/s/ssh/
-distname            ssh-${version}
+distfiles
+archive_sites
 
-checksums           sha1    18262ce679b22d9eaf7981f73856aa8b321a1261 \
-                    rmd160  03e2da2d9b5fae803cc416b44f1903cae81186b1
+python.versions     25 26 27
 
-python.versions 25 26 27
-python.default_version 27
-
 if {$subport != $name} {
-    depends_lib-append  port:py${python.version}-crypto
+    replaced_by     port:py${python.version}-paramiko
+} else {
+    replaced_by     port:py-paramiko
 }
 
-livecheck.url       http://pypi.python.org/pypi/ssh/
-livecheck.regex     ssh/(\[0-9\]+\.\[0-9\]+.\[0-9\]+)
+pre-configure {
+    ui_error "$subport is obsolete, please install $replaced_by instead."
+    error "obsolete port"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130702/bf0785d1/attachment-0001.html>


More information about the macports-changes mailing list