Date: Mon, 29 Jul 2024 19:05:13 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: 45c7e50d4a88 - main - devel/py-pytest-checkdocs: Update to 2.13.0 Message-ID: <202407291905.46TJ5DKI060216@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=45c7e50d4a88e631dbd016e162ff59420c45d41c commit 45c7e50d4a88e631dbd016e162ff59420c45d41c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-29 19:03:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-29 19:04:21 +0000 devel/py-pytest-checkdocs: Update to 2.13.0 Changes: https://github.com/jaraco/pytest-checkdocs/blob/main/NEWS.rst --- devel/py-pytest-checkdocs/Makefile | 14 +++++++------- devel/py-pytest-checkdocs/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/devel/py-pytest-checkdocs/Makefile b/devel/py-pytest-checkdocs/Makefile index 54ace689857f..792722019633 100644 --- a/devel/py-pytest-checkdocs/Makefile +++ b/devel/py-pytest-checkdocs/Makefile @@ -1,8 +1,9 @@ PORTNAME= pytest-checkdocs -PORTVERSION= 2.12.0 +PORTVERSION= 2.13.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= pytest_checkdocs-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Check the README when running tests @@ -11,16 +12,15 @@ WWW= https://github.com/jaraco/pytest-checkdocs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=56:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.1:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.15,1:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jaraco.packaging>=9.5:devel/py-jaraco.packaging@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-black>=0.3.7:devel/py-pytest-black@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-enabler>=1.3.0:devel/py-pytest-enabler@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-mypy>=0.9.1:devel/py-pytest-mypy@${PY_FLAVOR} \ +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-enabler>=2.2:devel/py-pytest-enabler@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-mypy>=0:devel/py-pytest-mypy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-ruff>=0.2.1:devel/py-pytest-ruff@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}types-docutils>=0:devel/py-types-docutils@${PY_FLAVOR} USES= python diff --git a/devel/py-pytest-checkdocs/distinfo b/devel/py-pytest-checkdocs/distinfo index 460ffb31d953..a01bd23e7161 100644 --- a/devel/py-pytest-checkdocs/distinfo +++ b/devel/py-pytest-checkdocs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712084506 -SHA256 (pytest-checkdocs-2.12.0.tar.gz) = 7e5ff61b67f728840e0b6d07334c97a80aebfbea9148e5f2f261870f513d5db5 -SIZE (pytest-checkdocs-2.12.0.tar.gz) = 8467 +TIMESTAMP = 1722272060 +SHA256 (pytest_checkdocs-2.13.0.tar.gz) = b0e67169c543986142e15afbc17c772da87fcdb0922c7b1e4f6c60f8769f11f9 +SIZE (pytest_checkdocs-2.13.0.tar.gz) = 8770
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407291905.46TJ5DKI060216>