git: a07ed1126b99 - main - net/py-sshtunnel: Update to 0.4.0
Date: Sat, 25 Oct 2025 12:22:31 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a07ed1126b994e8238011a7fe8cb009ce9451d87
commit a07ed1126b994e8238011a7fe8cb009ce9451d87
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-25 12:21:08 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-25 12:21:08 +0000
net/py-sshtunnel: Update to 0.4.0
- Update WWW
- Convert to USE_PYTHON=pep517
- Take maintainership
Changes: https://github.com/pahaz/sshtunnel/releases
---
net/py-sshtunnel/Makefile | 15 ++++++++-------
net/py-sshtunnel/distinfo | 6 +++---
2 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/net/py-sshtunnel/Makefile b/net/py-sshtunnel/Makefile
index d8238e11383e..e4900df9997e 100644
--- a/net/py-sshtunnel/Makefile
+++ b/net/py-sshtunnel/Makefile
@@ -1,21 +1,22 @@
PORTNAME= sshtunnel
-PORTVERSION= 0.1.5
-PORTREVISION= 2
+PORTVERSION= 0.4.0
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Pure Python SSH tunnels
-WWW= https://pypi.org/project/sshtunnel/
+MAINTAINER= dbaio@FreeBSD.org
+COMMENT= Pure python SSH tunnels
+WWW= https://github.com/pahaz/sshtunnel
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.15.2:security/py-paramiko@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=2.7.2:security/py-paramiko@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
diff --git a/net/py-sshtunnel/distinfo b/net/py-sshtunnel/distinfo
index 61828a91377a..6484df3d0e3d 100644
--- a/net/py-sshtunnel/distinfo
+++ b/net/py-sshtunnel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1567948002
-SHA256 (sshtunnel-0.1.5.tar.gz) = c813fdcda8e81c3936ffeac47cb69cfb2d1f5e77ad0de656c6dab56aeebd9249
-SIZE (sshtunnel-0.1.5.tar.gz) = 49345
+TIMESTAMP = 1646089769
+SHA256 (sshtunnel-0.4.0.tar.gz) = e7cb0ea774db81bf91844db22de72a40aae8f7b0f9bb9ba0f666d474ef6bf9fc
+SIZE (sshtunnel-0.4.0.tar.gz) = 62716