git: 3d3519cab7ed - main - security/py-paramiko1: Mark DEPRECATED
Li-Wen Hsu
lwhsu at FreeBSD.org
Wed Aug 4 02:57:41 UTC 2021
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3d3519cab7ed61b399b95a422e9e95201838c285
commit 3d3519cab7ed61b399b95a422e9e95201838c285
Author: Li-Wen Hsu <lwhsu at FreeBSD.org>
AuthorDate: 2021-08-04 02:55:38 +0000
Commit: Li-Wen Hsu <lwhsu at 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}
More information about the dev-commits-ports-all
mailing list