Index: head/devel/py-pytest-django/Makefile =================================================================== --- head/devel/py-pytest-django/Makefile (revision 484957) +++ head/devel/py-pytest-django/Makefile (revision 484958) @@ -1,23 +1,24 @@ # Created by: Tom Judge # $FreeBSD$ PORTNAME= pytest-django -PORTVERSION= 3.2.1 +PORTVERSION= 3.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Django plugin for py.test LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.11.1:devel/py-setuptools_scm@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.9:devel/py-pytest@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.6:devel/py-pytest@${PY_FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils + NO_ARCH= yes .include Index: head/devel/py-pytest-django/distinfo =================================================================== --- head/devel/py-pytest-django/distinfo (revision 484957) +++ head/devel/py-pytest-django/distinfo (revision 484958) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526373879 -SHA256 (pytest-django-3.2.1.tar.gz) = 7501942093db2250a32a4e36826edfc542347bb9b26c78ed0649cdcfd49e5789 -SIZE (pytest-django-3.2.1.tar.gz) = 63706 +TIMESTAMP = 1542046077 +SHA256 (pytest-django-3.3.0.tar.gz) = 745d2659213de09d2da17eb9397db863359f6005a83b0875882d1ad3d64115cb +SIZE (pytest-django-3.3.0.tar.gz) = 64949 Index: head/devel/py-pytest-django/pkg-descr =================================================================== --- head/devel/py-pytest-django/pkg-descr (revision 484957) +++ head/devel/py-pytest-django/pkg-descr (revision 484958) @@ -1,4 +1,4 @@ pytest-django allows you to test your Django project/applications with the pytest testing tool. -WWW: https://pypi.org/project/pytest-django/ +WWW: https://github.com/pytest-dev/pytest-django