Index: devel/py-pytest/Makefile =================================================================== --- devel/py-pytest/Makefile (revision 420588) +++ devel/py-pytest/Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pytest -PORTVERSION= 2.8.7 +PORTVERSION= 3.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}py>=1.4.29:devel/py-py TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose \ + ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis \ + ${PYTHON_PKGNAMEPREFIX}twisted>0:devel/py-twisted \ ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.13:devel/py-pytest-xdist Index: devel/py-pytest/distinfo =================================================================== --- devel/py-pytest/distinfo (revision 420588) +++ devel/py-pytest/distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (pytest-2.8.7.tar.gz) = fc4c86be54fce08e4b85b646a736efa18c6cde7599c1d2919f4f74629e018baf -SIZE (pytest-2.8.7.tar.gz) = 564943 +TIMESTAMP = 1471890779 +SHA256 (pytest-3.0.0.tar.gz) = a37795bbc4005400b281b72613cd6a13261ffde615c6d539d94ca915fc507192 +SIZE (pytest-3.0.0.tar.gz) = 728820 Index: devel/py-pytest/files/patch-setup.py =================================================================== --- devel/py-pytest/files/patch-setup.py (revision 420588) +++ devel/py-pytest/files/patch-setup.py (nonexistent) @@ -1,13 +0,0 @@ ---- setup.py.orig 2016-02-27 05:10:48 UTC -+++ setup.py -@@ -69,7 +69,9 @@ def main(): - platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], - author='Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, Brianna Laugher, Florian Bruhin and others', - author_email='holger at merlinux.eu', -- entry_points=make_entry_points(), -+ entry_points= { -+ 'console_scripts': ['py.test=pytest:main'], -+ }, - classifiers=classifiers, - cmdclass={'test': PyTest}, - # the following should be enabled for release Property changes on: devel/py-pytest/files/patch-setup.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: devel/py-pytest/pkg-descr =================================================================== --- devel/py-pytest/pkg-descr (revision 420588) +++ devel/py-pytest/pkg-descr (working copy) @@ -14,3 +14,4 @@ * Many external plugins WWW: http://pytest.org +WWW: https://github.com/pytest-dev/pytest