Date: Sat, 22 Apr 2023 10:01:50 GMT From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: facd5c750bc4 - main - devel/py-pytest-plus: update to 0.4.0 Message-ID: <202304221001.33MA1oQ6078247@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by matthew: URL: https://cgit.FreeBSD.org/ports/commit/?id=facd5c750bc4643028397a27cef3a0e5a218bf55 commit facd5c750bc4643028397a27cef3a0e5a218bf55 Author: Matthew Seaman <matthew@FreeBSD.org> AuthorDate: 2023-03-27 08:35:02 +0000 Commit: Matthew Seaman <matthew@FreeBSD.org> CommitDate: 2023-04-22 10:01:36 +0000 devel/py-pytest-plus: update to 0.4.0 --- devel/py-pytest-plus/Makefile | 15 ++++++--------- devel/py-pytest-plus/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/devel/py-pytest-plus/Makefile b/devel/py-pytest-plus/Makefile index 2636d2332abb..8c991b79191e 100644 --- a/devel/py-pytest-plus/Makefile +++ b/devel/py-pytest-plus/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest-plus -PORTVERSION= 0.2 +PORTVERSION= 0.4.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,14 +11,11 @@ WWW= https://github.com/pycontribs/pytest-plus LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=41.0.0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools_scm_git_archive>=1.0:devel/py-setuptools_scm_git_archive@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.50:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-html>0:devel/py-pytest-html@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=63.0.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=7.0.5:devel/py-setuptools_scm@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=6.0.1:devel/py-pytest@${PY_FLAVOR} -USES= python -USE_PYTHON= autoplist distutils +USES= python:3.9+ +USE_PYTHON= autoplist pep517 pytest .include <bsd.port.mk> diff --git a/devel/py-pytest-plus/distinfo b/devel/py-pytest-plus/distinfo index d804adf314c0..930a04b6dd68 100644 --- a/devel/py-pytest-plus/distinfo +++ b/devel/py-pytest-plus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1649581361 -SHA256 (pytest-plus-0.2.tar.gz) = eb0e11b52c617460bfaae788b82bcfd25efad9472895b240f182a8850757b6c5 -SIZE (pytest-plus-0.2.tar.gz) = 8210 +TIMESTAMP = 1679828207 +SHA256 (pytest-plus-0.4.0.tar.gz) = 750ed025dec22cff1c5a6f693ebfcd7d444b5fc4866b40513187e5ce96ff1f98 +SIZE (pytest-plus-0.4.0.tar.gz) = 9987
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304221001.33MA1oQ6078247>