diff --git a/devel/py-pytest-sugar/Makefile b/devel/py-pytest-sugar/Makefile index e5fe0a3c0da6..1ab47fa25a52 100644 --- a/devel/py-pytest-sugar/Makefile +++ b/devel/py-pytest-sugar/Makefile @@ -1,26 +1,26 @@ # Created by: Po-Chuan Hsieh PORTNAME= pytest-sugar -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Changes the look and feel of pytest 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} 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.6+ .include diff --git a/devel/py-pytest-sugar/distinfo b/devel/py-pytest-sugar/distinfo index 6cedb4190b09..53109bb92aa8 100644 --- a/devel/py-pytest-sugar/distinfo +++ b/devel/py-pytest-sugar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1594117215 -SHA256 (pytest-sugar-0.9.4.tar.gz) = b1b2186b0a72aada6859bea2a5764145e3aaa2c1cfbb23c3a19b5f7b697563d3 -SIZE (pytest-sugar-0.9.4.tar.gz) = 12727 +TIMESTAMP = 1657555659 +SHA256 (pytest-sugar-0.9.5.tar.gz) = eea78b6f15b635277d3d90280cd386d8feea1cab0f9be75947a626e8b02b477d +SIZE (pytest-sugar-0.9.5.tar.gz) = 13545 diff --git a/devel/py-pytest-sugar/pkg-descr b/devel/py-pytest-sugar/pkg-descr index 0f270dfab419..6e34e6d5ce43 100644 --- a/devel/py-pytest-sugar/pkg-descr +++ b/devel/py-pytest-sugar/pkg-descr @@ -1,5 +1,4 @@ pytest-sugar is a plugin for py.test that shows failures and errors instantly and shows a progress bar. -WWW: https://pypi.org/project/pytest-sugar/ -WWW: https://github.com/Frozenball/pytest-sugar +WWW: https://github.com/Teemu/pytest-sugar