Skip to content

Commit

Permalink
net/py-pyroute2: Update to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Sep 21, 2021
1 parent 9f6d6ac commit 5cc1495
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
10 changes: 8 additions & 2 deletions net/py-pyroute2/Makefile
@@ -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}
Expand Down Expand Up @@ -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>
6 changes: 3 additions & 3 deletions net/py-pyroute2/distinfo
@@ -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
12 changes: 6 additions & 6 deletions net/py-pyroute2/files/patch-setup.cfg
@@ -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

0 comments on commit 5cc1495

Please sign in to comment.