Index: head/devel/py-pytest-runner/Makefile =================================================================== --- head/devel/py-pytest-runner/Makefile (revision 445542) +++ head/devel/py-pytest-runner/Makefile (revision 445543) @@ -1,21 +1,21 @@ # Created by: William Grzybowski # $FreeBSD$ PORTNAME= pytest-runner -PORTVERSION= 2.0 +PORTVERSION= 2.11.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wg@FreeBSD.org COMMENT= Test support for pytest runner in setup.py LICENSE= MIT -BUILD_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}hgtools>=0:devel/py-hgtools +BUILD_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm -USES?= python zip -USE_PYTHON= distutils autoplist +USES?= python +USE_PYTHON= autoplist distutils NO_ARCH= yes .include Index: head/devel/py-pytest-runner/distinfo =================================================================== --- head/devel/py-pytest-runner/distinfo (revision 445542) +++ head/devel/py-pytest-runner/distinfo (revision 445543) @@ -1,2 +1,3 @@ -SHA256 (pytest-runner-2.0.zip) = 65178b9f8367c84b7af196722d1132d236cc5abbafce1910c0fa49db8bd31483 -SIZE (pytest-runner-2.0.zip) = 5034 +TIMESTAMP = 1492252528 +SHA256 (pytest-runner-2.11.1.tar.gz) = 983a31eab45e375240e250161a556163bc8d250edaba97960909338c273a89b3 +SIZE (pytest-runner-2.11.1.tar.gz) = 9661 Index: head/devel/py-pytest-runner/pkg-descr =================================================================== --- head/devel/py-pytest-runner/pkg-descr (revision 445542) +++ head/devel/py-pytest-runner/pkg-descr (revision 445543) @@ -1,4 +1,4 @@ Setup scripts can use pytest-runner to add setup.py test support for pytest runner. -WWW: https://bitbucket.org/jaraco/pytest-runner +WWW: https://github.com/pytest-dev/pytest-runner Index: head/devel/py3-pytest-runner/Makefile =================================================================== --- head/devel/py3-pytest-runner/Makefile (revision 445542) +++ head/devel/py3-pytest-runner/Makefile (revision 445543) @@ -1,10 +1,10 @@ # Created by: Dmitry Marakasov # $FreeBSD$ MASTERDIR= ${.CURDIR}/../py-pytest-runner -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hgtools>=0:devel/py3-hgtools +BUILD_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py3-setuptools_scm -USES= python:3 zip +USES= python:3 .include "${MASTERDIR}/Makefile"