The following diff update py-test to 2.3.5. Tested with a handful of ports that use this for TEST_DEPENDS.
There is a problem with py-paste's regression tests, but this was not a problem introduced by this update. OK? Index: Makefile =================================================================== RCS file: /cvs/ports/devel/py-test/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile --- Makefile 30 May 2013 13:09:21 -0000 1.5 +++ Makefile 18 Sep 2013 21:59:33 -0000 @@ -2,12 +2,9 @@ COMMENT= cross-project testing tool for Python -MODPY_EGG_VERSION= 2.2.3 +MODPY_EGG_VERSION = 2.3.5 DISTNAME= pytest-${MODPY_EGG_VERSION} PKGNAME= py-test-${MODPY_EGG_VERSION} -REVISION = 1 - -EXTRACT_SUFX= .zip CATEGORIES= devel @@ -22,13 +19,11 @@ MODULES= lang/python MODPY_SETUPTOOLS= Yes -WANTLIB+= ${MODPY_WANTLIB} - FLAVORS= python3 FLAVOR?= -RUN_DEPENDS= devel/py-py${MODPY_FLAVOR} -TEST_DEPENDS= devel/py-test${MODPY_FLAVOR} +RUN_DEPENDS = devel/py-py${MODPY_FLAVOR}>=1.4.15 +TEST_DEPENDS = devel/py-test${MODPY_FLAVOR}>=${MODPY_EGG_VERSION} do-test: cd ${WRKSRC} && ${LOCALBASE}/bin/py.test${MODPY_BIN_SUFFIX} testing Index: distinfo =================================================================== RCS file: /cvs/ports/devel/py-test/distinfo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 distinfo --- distinfo 26 Mar 2012 18:26:18 -0000 1.1.1.1 +++ distinfo 18 Sep 2013 21:59:33 -0000 @@ -1,5 +1,2 @@ -MD5 (pytest-2.2.3.zip) = +bZrKAhrhUO6pIINX4gLqg== -RMD160 (pytest-2.2.3.zip) = qZ1zVR/azOzyNlbG3PbtQ16xZrs= -SHA1 (pytest-2.2.3.zip) = yierqD3VKTtbyImzilvdyAFKoM0= -SHA256 (pytest-2.2.3.zip) = qfdroeoQq01A9Dgt8V7CzlgwUkllR6qea6sFnq/ZQG4= -SIZE (pytest-2.2.3.zip) = 307445 +SHA256 (pytest-2.3.5.tar.gz) = gEwovvQV/GpU3nk08FstZ6nMiiMN6YaF/KJ02fy+ixw= +SIZE (pytest-2.3.5.tar.gz) = 426328 -- Best Regards Edd Barrett http://www.theunixzoo.co.uk