git: 5db61d157c41 - main - devel/py-pytest-sugar: Update to 0.9.7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Apr 2023 18:09:14 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5db61d157c4153ef624446ba4e7b1c8314e4474c commit 5db61d157c4153ef624446ba4e7b1c8314e4474c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-18 17:57:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-18 18:00:55 +0000 devel/py-pytest-sugar: Update to 0.9.7 - Convert to USE_PYTHON=pep517 Changes: https://github.com/Teemu/pytest-sugar/releases --- devel/py-pytest-sugar/Makefile | 16 +++++++++------- devel/py-pytest-sugar/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/devel/py-pytest-sugar/Makefile b/devel/py-pytest-sugar/Makefile index da28c354ce1a..6ee759cba242 100644 --- a/devel/py-pytest-sugar/Makefile +++ b/devel/py-pytest-sugar/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest-sugar -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.7 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,15 +11,17 @@ WWW= https://github.com/Teemu/pytest-sugar LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=14.1:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest>=2.9:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:devel/py-termcolor@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.6.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=21.3:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>=6.2.0,1:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}termcolor>=2.1.0:devel/py-termcolor@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-rerunfailures>=0:devel/py-pytest-rerunfailures@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.14,1:devel/py-pytest-xdist@${PY_FLAVOR} -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils pytest +USES= python:3.8+ +USE_PYTHON= autoplist concurrent pep517 pytest -USES= python:3.6+ +NO_ARCH= yes .include <bsd.port.mk> diff --git a/devel/py-pytest-sugar/distinfo b/devel/py-pytest-sugar/distinfo index 46fad90fdd4b..2071dc9e6a8d 100644 --- a/devel/py-pytest-sugar/distinfo +++ b/devel/py-pytest-sugar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669057843 -SHA256 (pytest-sugar-0.9.6.tar.gz) = c4793495f3c32e114f0f5416290946c316eb96ad5a3684dcdadda9267e59b2b8 -SIZE (pytest-sugar-0.9.6.tar.gz) = 13702 +TIMESTAMP = 1681052974 +SHA256 (pytest-sugar-0.9.7.tar.gz) = f1e74c1abfa55f7241cf7088032b6e378566f16b938f3f08905e2cf4494edd46 +SIZE (pytest-sugar-0.9.7.tar.gz) = 14874