net/py-sshuttle: Update to 0.78.5
Patch out coverage options from pytest args, we dont need them here. Changelog: https://github.com/sshuttle/sshuttle/blob/v0.78.5/CHANGES.rst
This commit is contained in:
parent
91119e0854
commit
1e3b8a9f21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499935
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sshuttle
|
||||
PORTVERSION= 0.78.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.78.5
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1546339832
|
||||
SHA256 (sshuttle-0.78.4.tar.gz) = 30c1d8f62486b3eb7f565f00a75e0ffc7166af9a88da87cd8338b3d3e620135f
|
||||
SIZE (sshuttle-0.78.4.tar.gz) = 72465
|
||||
TIMESTAMP = 1556167877
|
||||
SHA256 (sshuttle-0.78.5.tar.gz) = a88b59bd9a25510a6643451ec2d5fc35e149098a6a7fafdf37957498791fe16e
|
||||
SIZE (sshuttle-0.78.5.tar.gz) = 74663
|
||||
|
12
net/py-sshuttle/files/patch-setup.cfg
Normal file
12
net/py-sshuttle/files/patch-setup.cfg
Normal file
@ -0,0 +1,12 @@
|
||||
--- 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