1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

net/py-sshuttle: Update to 0.78.4

- Update incorrectly specified LICENSE
  - Remove unecessary setup.py patch

Changelog:

  https://github.com/sshuttle/sshuttle/blob/v0.78.4/CHANGES.rstnet/py-sshuttle: Update to 0.78.4

  - Update incorrectly specified LICENSE
  - Remove unecessary setup.py patch

Changelog:

  https://github.com/sshuttle/sshuttle/blob/v0.78.4/CHANGES.rst
This commit is contained in:
Kubilay Kocak 2019-01-01 12:12:57 +00:00
parent 7f8930d935
commit 0d4ca719f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488867
3 changed files with 5 additions and 24 deletions
net/py-sshuttle

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sshuttle
PORTVERSION= 0.78.1
PORTVERSION= 0.78.4
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Full-featured VPN over an SSH tunnel
LICENSE= GPLv2+
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1476071476
SHA256 (sshuttle-0.78.1.tar.gz) = 03a71648ce476de06a075bd9a972492d494b414ae51304bf535b80ff22be2d3c
SIZE (sshuttle-0.78.1.tar.gz) = 67173
TIMESTAMP = 1546339832
SHA256 (sshuttle-0.78.4.tar.gz) = 30c1d8f62486b3eb7f565f00a75e0ffc7166af9a88da87cd8338b3d3e620135f
SIZE (sshuttle-0.78.4.tar.gz) = 72465

View File

@ -1,19 +0,0 @@
--- setup.py.orig 2016-10-10 04:57:26 UTC
+++ setup.py
@@ -36,7 +36,7 @@ setup(
'write_to': "sshuttle/version.py",
'version_scheme': version_scheme,
},
- setup_requires=['setuptools_scm', 'pytest-runner'],
+ setup_requires=['setuptools_scm'],
# version=version,
url='https://github.com/sshuttle/sshuttle',
author='Brian May',
@@ -61,6 +61,6 @@ setup(
'sshuttle = sshuttle.cmdline:main',
],
},
- tests_require=['pytest', 'mock'],
+ tests_require=['pytest', 'pytest-runner', 'mock'],
keywords="ssh vpn",
)