Port details |
- py-ssh Python SSH2 protocol library
- 1.8.0_1 security
=2 1.8.0_1Version of this port present on the latest quarterly branch.
- Maintainer: lwhsu@FreeBSD.org
- Port Added: 2011-12-20 03:21:49
- Last Update: 2022-04-30 15:57:14
- Commit Hash: 6f75164
- People watching this port, also watch:: opensmtpd, monit, tmux, mailutils, beadm
- Also Listed In: python
- License: not specified in port
- WWW:
- https://pypi.org/project/ssh/
- Description:
- This is a library for making SSH2 connections (client or server). Emphasis is
on using SSH2 as an alternative to SSL for making secure connections between
python scripts. All major ciphers and hash methods are supported. SFTP client
and server mode are both supported too.
WWW: https://pypi.org/project/ssh/
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}ssh>0:security/py-ssh@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py38-ssh
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (ssh-1.8.0.tar.gz) = b0aca1faf8a12e6aae24ab9cfae90d061a8741b680c8afad21da6ff8b8ae28d7
SIZE (ssh-1.8.0.tar.gz) = 795832
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-pycrypto>=2.1 : security/py-pycrypto@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_py-ssh
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.0_1 30 Apr 2022 15:57:14 |
Po-Chuan Hsieh (sunpoet) |
security/py-ssh: Remove obsoleted port
Use security/py-paramiko instead.
This library originated as a fork of the Paramiko library, and has now been
merged back into it.
Approved by: lwhsu (maintainer) |
1.8.0_1 17 Apr 2022 23:59:20 |
Po-Chuan Hsieh (sunpoet) |
security/py-ssh: Add NO_ARCH
Approved by: portmgr (blanket) |
1.8.0_1 16 Apr 2022 04:19:53 |
Po-Chuan Hsieh (sunpoet) |
security/py-ssh: Fix build with setuptools 58.0.0+
With hat: python |
1.8.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8.0_1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.8.0_1 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.8.0_1 25 Apr 2018 16:42:38 |
amdmi3 |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
1.8.0_1 08 Feb 2018 20:18:09 |
amdmi3 |
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes
Approved by: portmgr blanket |
1.8.0_1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.8.0_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.8.0_1 24 Oct 2014 16:50:43 |
mva |
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit) |
1.8.0_1 09 Mar 2014 14:24:31 |
miwi |
- Convert to autoplist
- Stage support
- Bump PORTREVISIO |
1.8.0 20 Nov 2013 20:51:25 |
sunpoet |
- Update WWW:
- http://cheeseshop.python.org/ -> https://pypi.python.org/
- http://pypi.python.org/ -> https://pypi.python.org/
With hat: python
Approved by: bapt (portmgr) |
1.8.0 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.8.0 01 Nov 2012 05:25:54 |
lwhsu |
- Update to 1.8.0
Feature safe: yes |
1.7.14 18 May 2012 17:22:36 |
lwhsu |
- Update to 1.7.14
PR: ports/168105
Submitted by: William Grzybowski <william88@gmail.com> |
1.7.11_2 20 Dec 2011 06:31:36 |
lwhsu |
- Remove explicit dependency in setup.py for `python ./setup.py test`
Requested by: clsung |
1.7.11_1 20 Dec 2011 04:10:33 |
lwhsu |
- Add missing dependency |
1.7.11 20 Dec 2011 03:21:09 |
lwhsu |
Add py-ssh 1.7.11, python SSH2 protocol library. |