Index: head/devel/py-pytest-timeout/Makefile =================================================================== --- head/devel/py-pytest-timeout/Makefile +++ head/devel/py-pytest-timeout/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pytest-timeout -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.0:devel/py-pytest@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.0:devel/py-pytest@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.6.0:devel/py-pytest@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.6.0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} NO_ARCH= yes Index: head/devel/py-pytest-timeout/distinfo =================================================================== --- head/devel/py-pytest-timeout/distinfo +++ head/devel/py-pytest-timeout/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1522165891 -SHA256 (pytest-timeout-1.2.1.tar.gz) = 68b7d264633d5d33ee6b14ce3a7f7d05f8fd9d2f6ae594283221ec021736b7cd -SIZE (pytest-timeout-1.2.1.tar.gz) = 11498 +TIMESTAMP = 1532067067 +SHA256 (pytest-timeout-1.3.0.tar.gz) = 08b550b498b9251901a3747f02aa2624ed53a9c8285ca482551346c85b47d641 +SIZE (pytest-timeout-1.3.0.tar.gz) = 14649 Index: head/devel/py-pytest-timeout/pkg-descr =================================================================== --- head/devel/py-pytest-timeout/pkg-descr +++ head/devel/py-pytest-timeout/pkg-descr @@ -3,4 +3,4 @@ time. This is useful when running tests under a continuous integration server or simply if you don't know why the test suite hangs. -WWW: https://bitbucket.org/flub/pytest-timeout +WWW: https://bitbucket.org/pytest-dev/pytest-timeout