Date: Mon, 19 Feb 2024 06:26:46 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 57318ddfda0c - main - net/py-sshuttle: Update version 1.1.1=>1.1.2 Message-ID: <202402190626.41J6Qk7Y045912@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=57318ddfda0c5537c75e922b64721e1d59867267 commit 57318ddfda0c5537c75e922b64721e1d59867267 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-19 05:57:14 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-19 06:26:36 +0000 net/py-sshuttle: Update version 1.1.1=>1.1.2 Changelog: https://github.com/sshuttle/sshuttle/releases/tag/v1.1.2 --- net/py-sshuttle/Makefile | 8 +++----- net/py-sshuttle/distinfo | 6 +++--- net/py-sshuttle/files/patch-setup.cfg | 12 ------------ 3 files changed, 6 insertions(+), 20 deletions(-) diff --git a/net/py-sshuttle/Makefile b/net/py-sshuttle/Makefile index a74815b5ba6e..03bbfcdb7e12 100644 --- a/net/py-sshuttle/Makefile +++ b/net/py-sshuttle/Makefile @@ -1,5 +1,5 @@ PORTNAME= sshuttle -PORTVERSION= 1.1.1 +DISTVERSION= 1.1.2 CATEGORIES= net python net-vpn MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +11,10 @@ WWW= https://github.com/sshuttle/sshuttle LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes diff --git a/net/py-sshuttle/distinfo b/net/py-sshuttle/distinfo index 725e8224f0cc..6357b45c4c23 100644 --- a/net/py-sshuttle/distinfo +++ b/net/py-sshuttle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667662159 -SHA256 (sshuttle-1.1.1.tar.gz) = f5a3ed1e5ab1213c7a6df860af41f1a903ab2cafbfef71f371acdcff21e69ee6 -SIZE (sshuttle-1.1.1.tar.gz) = 93639 +TIMESTAMP = 1708321854 +SHA256 (sshuttle-1.1.2.tar.gz) = f1f82bc59c45745df7543f38b0fa0f1a6a34d8a9e17dd8d9e5e259f069c763d6 +SIZE (sshuttle-1.1.2.tar.gz) = 59481 diff --git a/net/py-sshuttle/files/patch-setup.cfg b/net/py-sshuttle/files/patch-setup.cfg deleted file mode 100644 index da142ca02d26..000000000000 --- a/net/py-sshuttle/files/patch-setup.cfg +++ /dev/null @@ -1,12 +0,0 @@ ---- setup.cfg.orig 2019-04-25 04:53:45 UTC -+++ setup.cfg -@@ -8,9 +8,6 @@ universal = 1 - sign = true - identity = 0x1784577F811F6EAC - --[tool:pytest] --addopts = --cov=sshuttle --cov-branch --cov-report=term-missing -- - [egg_info] - tag_build = - tag_date = 0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402190626.41J6Qk7Y045912>