Date: Tue, 15 Nov 2022 19:30:22 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a26de5d4c1a6 - main - =?utf-8?Q?devel/py-pytest-trio:=20update=200.7.0=20=E2=86=92=200.8.0?= Message-ID: <202211151930.2AFJUMJp081195@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=a26de5d4c1a68e9f73efefad3d2fdfe071847c0f commit a26de5d4c1a68e9f73efefad3d2fdfe071847c0f Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-11-02 14:54:05 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-11-15 19:29:37 +0000 devel/py-pytest-trio: update 0.7.0 → 0.8.0 --- devel/py-pytest-trio/Makefile | 12 +++++------- devel/py-pytest-trio/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/devel/py-pytest-trio/Makefile b/devel/py-pytest-trio/Makefile index 5f818ebce69f..0cb0f97e7bbc 100644 --- a/devel/py-pytest-trio/Makefile +++ b/devel/py-pytest-trio/Makefile @@ -1,12 +1,13 @@ PORTNAME= pytest-trio -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Pytest plugin for trio -WWW= https://pypi.org/project/pytest-trio/ +WWW= https://pypi.org/project/pytest-trio/ \ + https://github.com/python-trio/pytest-trio LICENSE= MIT APACHE20 LICENSE_COMB= dual @@ -15,15 +16,12 @@ LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.APACHE2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}trio>=0:net/py-trio@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}async_generator>=0:devel/py-async_generator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}outcome>=0:devel/py-outcome@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ pytest USE_PYTHON= autoplist distutils +PYTEST_ARGS= --pyargs pytest_trio NO_ARCH= yes -do-test: - @cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs - .include <bsd.port.mk> diff --git a/devel/py-pytest-trio/distinfo b/devel/py-pytest-trio/distinfo index aa4b142af840..fe75bebb4b1f 100644 --- a/devel/py-pytest-trio/distinfo +++ b/devel/py-pytest-trio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1603122012 -SHA256 (pytest-trio-0.7.0.tar.gz) = c01b741819aec2c419555f28944e132d3c711dae1e673d63260809bf92c30c31 -SIZE (pytest-trio-0.7.0.tar.gz) = 47784 +TIMESTAMP = 1667398018 +SHA256 (pytest-trio-0.8.0.tar.gz) = 8363db6336a79e6c53375a2123a41ddbeccc4aa93f93788651641789a56fb52e +SIZE (pytest-trio-0.8.0.tar.gz) = 46525
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211151930.2AFJUMJp081195>