Date: Fri, 1 Dec 2023 22:18:58 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 12b71eb02d81 - main - net/py-pyroute2.minimal: Update to 0.7.10 Message-ID: <202312012218.3B1MIwCl040818@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=12b71eb02d81c8bc7112115eb596a207c32561f3 commit 12b71eb02d81c8bc7112115eb596a207c32561f3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-12-01 22:02:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-12-01 22:11:46 +0000 net/py-pyroute2.minimal: Update to 0.7.10 Changes: https://github.com/svinota/pyroute2/blob/master/CHANGELOG.rst https://github.com/svinota/pyroute2/commits/master --- net/py-pyroute2.minimal/Makefile | 4 ++-- net/py-pyroute2.minimal/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net/py-pyroute2.minimal/Makefile b/net/py-pyroute2.minimal/Makefile index ce58dfc0d771..55f4100ef27e 100644 --- a/net/py-pyroute2.minimal/Makefile +++ b/net/py-pyroute2.minimal/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyroute2.minimal -PORTVERSION= 0.7.8 +PORTVERSION= 0.7.10 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.Apache-2.0 LICENSE_FILE_GPLv2+ = ${WRKSRC}/LICENSE.GPL-2.0-or-later -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python diff --git a/net/py-pyroute2.minimal/distinfo b/net/py-pyroute2.minimal/distinfo index e18946c84d05..c72b28cfc752 100644 --- a/net/py-pyroute2.minimal/distinfo +++ b/net/py-pyroute2.minimal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1684104510 -SHA256 (pyroute2.minimal-0.7.8.tar.gz) = 080a26e2cd2290ede43c848616bee80e62a444c51f9695c49820f46f045768db -SIZE (pyroute2.minimal-0.7.8.tar.gz) = 273636 +TIMESTAMP = 1701363736 +SHA256 (pyroute2.minimal-0.7.10.tar.gz) = 2e16a254553c40bc7f9e0c98915a89636baf33cccf25ac37d9c9768416180f21 +SIZE (pyroute2.minimal-0.7.10.tar.gz) = 276820
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312012218.3B1MIwCl040818>