Date: Thu, 21 Nov 2024 20:57:48 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: f14172a73708 - main - devel/py-pyperf: Update to 2.8.1 Message-ID: <202411212057.4ALKvmUn040098@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=f14172a737088a4ec8cc547219ece69a20e653e6 commit f14172a737088a4ec8cc547219ece69a20e653e6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-11-21 20:53:51 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-11-21 20:53:51 +0000 devel/py-pyperf: Update to 2.8.1 Changes: https://github.com/psf/pyperf/releases --- devel/py-pyperf/Makefile | 4 ++-- devel/py-pyperf/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-pyperf/Makefile b/devel/py-pyperf/Makefile index d8448467f4ed..128f84edd17d 100644 --- a/devel/py-pyperf/Makefile +++ b/devel/py-pyperf/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyperf -PORTVERSION= 2.8.0 +PORTVERSION= 2.8.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FL ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=5.9.0:sysutils/py-psutil@${PY_FLAVOR} -USES= python +USES= python:3.9+ USE_PYTHON= autoplist concurrent pep517 unittest NO_ARCH= yes diff --git a/devel/py-pyperf/distinfo b/devel/py-pyperf/distinfo index 11eb58d6e82b..68db70efa8fc 100644 --- a/devel/py-pyperf/distinfo +++ b/devel/py-pyperf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728632396 -SHA256 (pyperf-2.8.0.tar.gz) = b30a20465819daf102b6543b512f6799a5a879ff2a123981e6cd732d0e6a7a79 -SIZE (pyperf-2.8.0.tar.gz) = 225186 +TIMESTAMP = 1732202550 +SHA256 (pyperf-2.8.1.tar.gz) = ef103e21a4d04999315003026a2d659c48a7cfce5e1440f03d6e72591400713a +SIZE (pyperf-2.8.1.tar.gz) = 225161
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411212057.4ALKvmUn040098>