Date: Sun, 9 Jul 2023 10:35:49 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: 1c97871d3eab - main - devel/py-pluggy: Update to 1.2.0 Message-ID: <202307091035.369AZnb2057722@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=1c97871d3eab790707e87f42d5433adfdfe579c7 commit 1c97871d3eab790707e87f42d5433adfdfe579c7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-07-09 10:19:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-07-09 10:19:13 +0000 devel/py-pluggy: Update to 1.2.0 - Update WWW Changes: https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst --- devel/py-pluggy/Makefile | 10 +++++----- devel/py-pluggy/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/devel/py-pluggy/Makefile b/devel/py-pluggy/Makefile index eeb8c70c3ef2..536829890366 100644 --- a/devel/py-pluggy/Makefile +++ b/devel/py-pluggy/Makefile @@ -1,19 +1,19 @@ PORTNAME= pluggy -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Plugin and hook calling mechanisms for Python -WWW= https://github.com/pytest-dev/pluggy +WWW= https://pluggy.readthedocs.io/en/latest/ \ + https://github.com/pytest-dev/pluggy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=45.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.2.3:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python diff --git a/devel/py-pluggy/distinfo b/devel/py-pluggy/distinfo index b0e2804ba50e..84cf82665e73 100644 --- a/devel/py-pluggy/distinfo +++ b/devel/py-pluggy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1650266750 -SHA256 (pluggy-1.0.0.tar.gz) = 4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159 -SIZE (pluggy-1.0.0.tar.gz) = 51510 +TIMESTAMP = 1688166240 +SHA256 (pluggy-1.2.0.tar.gz) = d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3 +SIZE (pluggy-1.2.0.tar.gz) = 61613
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307091035.369AZnb2057722>