Hi,

This diff updates py-test to the latest release.
Take maintainer.

Comments ? OK ?

-- 
Alexandr Shadchin

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-test/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile    9 Dec 2015 18:17:58 -0000       1.12
+++ Makefile    17 Dec 2015 08:06:57 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=               cross-project testing tool for Python
 
-MODPY_EGG_VERSION=     2.8.3
+MODPY_EGG_VERSION=     2.8.5
 DISTNAME=              pytest-${MODPY_EGG_VERSION}
 PKGNAME=               py-test-${MODPY_EGG_VERSION}
 
@@ -10,10 +10,13 @@ CATEGORIES=         devel
 
 HOMEPAGE=              http://pytest.org/latest/
 
+MAINTAINER=            Alexandr Shadchin <shadc...@openbsd.org>
+
 # MIT
 PERMIT_PACKAGE_CDROM=  Yes
 
 MODPY_PI =             Yes
+EXTRACT_SUFX=          .zip
 
 MODULES=               lang/python
 
@@ -24,9 +27,11 @@ FLAVOR?=
 
 RUN_DEPENDS=           devel/py-py${MODPY_FLAVOR}>=1.4.30
 TEST_DEPENDS=          ${RUN_DEPENDS} \
-                       devel/py-test${MODPY_FLAVOR}>=${MODPY_EGG_VERSION} \
-                       devel/py-nose${MODPY_FLAVOR} \
+                       devel/py-nose${MODPY_FLAVOR}
+.if !${FLAVOR:Mpython3}
+TEST_DEPENDS +=                devel/py-mock \
                        devel/py-twisted/core
+.endif
 
 .if ${FLAVOR:Mpython3}
 post-install:
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-test/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo    9 Dec 2015 18:17:58 -0000       1.4
+++ distinfo    17 Dec 2015 08:06:57 -0000
@@ -1,2 +1,2 @@
-SHA256 (pytest-2.8.3.tar.gz) = N9lQ6Twf1+BNgWo8pKUibqJTHG1THIKErZuIhIQX5yA=
-SIZE (pytest-2.8.3.tar.gz) = 880441
+SHA256 (pytest-2.8.5.zip) = RLsy+zkltaKEzu4a9V4KY9JUNuxBUjIIlAPu06NHZn4=
+SIZE (pytest-2.8.5.zip) = 664063
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-test/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST   9 Dec 2015 18:17:58 -0000       1.4
+++ pkg/PLIST   17 Dec 2015 08:06:57 -0000
@@ -1,7 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.4 2015/12/09 18:17:58 jca Exp $
-@comment bin/py.test-${MODPY_VERSION}
 bin/py.test${MODPY_BIN_SUFFIX}
-bin/py.test-${MODPY_VERSION}
+@comment bin/py.test-${MODPY_VERSION}
 
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}pytest.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/_pytest/
 lib/python${MODPY_VERSION}/site-packages/_pytest/__init__.py
@@ -75,7 +74,7 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/_pytest/unittest.py
 lib/python${MODPY_VERSION}/site-packages/_pytest/vendored_packages/
 lib/python${MODPY_VERSION}/site-packages/_pytest/vendored_packages/__init__.py
-${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/_pytest/vendored_package/${MODPY_PYCACHE}/
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/_pytest/vendored_packages/${MODPY_PYCACHE}/
 
lib/python${MODPY_VERSION}/site-packages/_pytest/vendored_packages/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
 
lib/python${MODPY_VERSION}/site-packages/_pytest/vendored_packages/${MODPY_PYCACHE}pluggy.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/_pytest/vendored_packages/pluggy.py

Reply via email to