Date: Sun, 9 Apr 2023 13:41:09 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: 435eaf5743ee - main - devel/py-pyperf: Update to 2.6.0 Message-ID: <202304091341.339Df9Ee094522@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=435eaf5743ee6c70c1ad5fd4d8547135f7589f9b commit 435eaf5743ee6c70c1ad5fd4d8547135f7589f9b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-09 13:31:22 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-09 13:36:52 +0000 devel/py-pyperf: Update to 2.6.0 - Convert to USE_PYTHON=pep517 Changes: https://github.com/psf/pyperf/releases --- devel/py-pyperf/Makefile | 8 +++++--- devel/py-pyperf/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/devel/py-pyperf/Makefile b/devel/py-pyperf/Makefile index 27816a1ec2c0..cafa807266ab 100644 --- a/devel/py-pyperf/Makefile +++ b/devel/py-pyperf/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyperf -PORTVERSION= 2.5.0 +PORTVERSION= 2.6.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,12 @@ WWW= https://github.com/psf/pyperf LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=5.9.0:sysutils/py-psutil@${PY_FLAVOR} USES= python:3.4+ -USE_PYTHON= autoplist concurrent distutils unittest +USE_PYTHON= autoplist concurrent pep517 unittest NO_ARCH= yes TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} diff --git a/devel/py-pyperf/distinfo b/devel/py-pyperf/distinfo index 62c512ed7197..d174f931e56f 100644 --- a/devel/py-pyperf/distinfo +++ b/devel/py-pyperf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669057829 -SHA256 (pyperf-2.5.0.tar.gz) = 9fd9be5b57224e68b5a5b88f7126f15b6c8667573f62a0a39faf14d6fdd13909 -SIZE (pyperf-2.5.0.tar.gz) = 221397 +TIMESTAMP = 1680726160 +SHA256 (pyperf-2.6.0.tar.gz) = d7e367a1ec7035d7a2b25f55a5925596c00cb15851f28cffd85b05b7307232af +SIZE (pyperf-2.6.0.tar.gz) = 221604
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304091341.339Df9Ee094522>