git: a4b22537c51c - main - net/py-pyroute2: Update to 0.7.4

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 05 Feb 2023 15:55:39 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a4b22537c51c68647bf79725c19a74505ef2f938

commit a4b22537c51c68647bf79725c19a74505ef2f938
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-02-05 15:19:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-02-05 15:48:04 +0000

    net/py-pyroute2: Update to 0.7.4
    
    Changes:        https://github.com/svinota/pyroute2/blob/master/CHANGELOG.rst
---
 net/py-pyroute2/Makefile       | 5 +----
 net/py-pyroute2/distinfo       | 6 +++---
 net/py-pyroute2/files/setup.py | 3 ---
 3 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/net/py-pyroute2/Makefile b/net/py-pyroute2/Makefile
index 44c496c637d3..85fc7bda99cc 100644
--- a/net/py-pyroute2/Makefile
+++ b/net/py-pyroute2/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pyroute2
-PORTVERSION=	0.7.3
+PORTVERSION=	0.7.4
 CATEGORIES=	net python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -29,7 +29,4 @@ SS2_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}psutil>=5.0<6:sysutils/py-psutil@${PY_FL
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR}
 .endif
 
-post-patch:
-	@${CP} ${FILESDIR}/setup.py ${WRKSRC}/
-
 .include <bsd.port.post.mk>
diff --git a/net/py-pyroute2/distinfo b/net/py-pyroute2/distinfo
index afead58a0c82..0f0c2e17ea28 100644
--- a/net/py-pyroute2/distinfo
+++ b/net/py-pyroute2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1662820068
-SHA256 (pyroute2-0.7.3.tar.gz) = 7041040db1c2d187fbccd151485b1244c41d758be821785847946370eb6bb706
-SIZE (pyroute2-0.7.3.tar.gz) = 408552
+TIMESTAMP = 1675191081
+SHA256 (pyroute2-0.7.4.tar.gz) = 775acefef4d2ace7591e620000bdf383c70c8b7969804870f6c2d8204fa217e0
+SIZE (pyroute2-0.7.4.tar.gz) = 415612
diff --git a/net/py-pyroute2/files/setup.py b/net/py-pyroute2/files/setup.py
deleted file mode 100644
index 606849326a40..000000000000
--- a/net/py-pyroute2/files/setup.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from setuptools import setup
-
-setup()