mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
net/py-pyroute2: Update to 0.6.5
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.md
This commit is contained in:
parent
9f6d6ac052
commit
5cc14958df
@ -1,7 +1,7 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= pyroute2
|
||||
PORTVERSION= 0.6.4
|
||||
PORTVERSION= 0.6.5
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -31,4 +31,10 @@ SS2_DESC= Socket statistics
|
||||
|
||||
SS2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=5.0<6:sysutils/py-psutil@${PY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 30800
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1624189745
|
||||
SHA256 (pyroute2-0.6.4.tar.gz) = 560b48a751b1150056ba553c89a31d563cc18ae2675b3793666adcaeb4fabfda
|
||||
SIZE (pyroute2-0.6.4.tar.gz) = 23875
|
||||
TIMESTAMP = 1632227550
|
||||
SHA256 (pyroute2-0.6.5.tar.gz) = d0995c8aeb96c0e4eed4d62e97c9d795000a1a33b747d6dc54326665857cf11c
|
||||
SIZE (pyroute2-0.6.5.tar.gz) = 23971
|
||||
|
@ -1,12 +1,12 @@
|
||||
Reference: https://github.com/svinota/pyroute2/discussions/788
|
||||
|
||||
--- setup.cfg.orig 2021-06-06 20:07:55 UTC
|
||||
--- setup.cfg.orig 2021-09-20 06:42:36 UTC
|
||||
+++ setup.cfg
|
||||
@@ -33,7 +33,6 @@ install_requires =
|
||||
pyroute2.nftables==0.6.4
|
||||
pyroute2.ethtool==0.6.4
|
||||
pyroute2.ipset==0.6.4
|
||||
- pyroute2.ipdb==0.6.4
|
||||
pyroute2.ndb==0.6.4
|
||||
pyroute2.nftables==0.6.5
|
||||
pyroute2.ethtool==0.6.5
|
||||
pyroute2.ipset==0.6.5
|
||||
- pyroute2.ipdb==0.6.5
|
||||
pyroute2.ndb==0.6.5
|
||||
packages_dir =
|
||||
=pyroute2
|
||||
|
Loading…
Reference in New Issue
Block a user