Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Aug 2021 02:57:41 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3d3519cab7ed - main - security/py-paramiko1: Mark DEPRECATED
Message-ID:  <202108040257.1742vf6Y053553@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3d3519cab7ed61b399b95a422e9e95201838c285

commit 3d3519cab7ed61b399b95a422e9e95201838c285
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2021-08-04 02:55:38 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-08-04 02:55:38 +0000

    security/py-paramiko1: Mark DEPRECATED
    
    This was for letting ports migrating to newer version at security/py-paramiko.
    The job has been done and this port has no consumer now.
    
    Reported by:    sbz
---
 security/py-paramiko1/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/security/py-paramiko1/Makefile b/security/py-paramiko1/Makefile
index b884b363c547..a6642752e3d6 100644
--- a/security/py-paramiko1/Makefile
+++ b/security/py-paramiko1/Makefile
@@ -10,6 +10,9 @@ COMMENT=	Python SSH2 protocol library
 
 LICENSE=	GPLv2
 
+DEPRECATED=	Out of date version.  No consumer now.  Use security/py-paramiko
+EXPIRATION_DATE=2021-09-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa@${PY_FLAVOR}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108040257.1742vf6Y053553>