git: 5cc14958df7f - main - net/py-pyroute2: Update to 0.6.5
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Sep 21 22:25:31 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5cc14958df7fcd8f442051564703cb304cf2a4b0
commit 5cc14958df7fcd8f442051564703cb304cf2a4b0
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-21 22:13:50 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-21 22:23:36 +0000
net/py-pyroute2: Update to 0.6.5
Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.md
---
net/py-pyroute2/Makefile | 10 ++++++++--
net/py-pyroute2/distinfo | 6 +++---
net/py-pyroute2/files/patch-setup.cfg | 12 ++++++------
3 files changed, 17 insertions(+), 11 deletions(-)
diff --git a/net/py-pyroute2/Makefile b/net/py-pyroute2/Makefile
index 3b8c74ccbd34..1a8934d7c6a8 100644
--- a/net/py-pyroute2/Makefile
+++ b/net/py-pyroute2/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet at 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>
diff --git a/net/py-pyroute2/distinfo b/net/py-pyroute2/distinfo
index a1835e14e299..f857322031a0 100644
--- a/net/py-pyroute2/distinfo
+++ b/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
diff --git a/net/py-pyroute2/files/patch-setup.cfg b/net/py-pyroute2/files/patch-setup.cfg
index 2b5c41a45b4c..94583d03ff4e 100644
--- a/net/py-pyroute2/files/patch-setup.cfg
+++ b/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
More information about the dev-commits-ports-all
mailing list