mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
net/py-sshuttle: Update version 1.1.1=>1.1.2
Changelog: https://github.com/sshuttle/sshuttle/releases/tag/v1.1.2
This commit is contained in:
parent
b85d451917
commit
57318ddfda
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user