Hi,

This diff updates py-mock to the latest release.
Tested on amd64.

Comments ? OK ?

-- 
Alexandr Shadchin

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-mock/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile    14 Jun 2016 18:49:04 -0000      1.9
+++ Makefile    19 Jun 2016 12:39:21 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=               python mocking and patching library for testing
 
-MODPY_EGG_VERSION=     1.3.0
+MODPY_EGG_VERSION=     2.0.0
 DISTNAME=              mock-${MODPY_EGG_VERSION}
 PKGNAME=               py-${DISTNAME}
 CATEGORIES=            devel
@@ -12,8 +12,6 @@ HOMEPAGE=             http://www.voidspace.org.uk/p
 # BSD
 PERMIT_PACKAGE_CDROM=  Yes
 
-MODPY_PI =             Yes
-
 MODULES=               lang/python
 BUILD_DEPENDS=         devel/py-pbr${MODPY_FLAVOR}
 RUN_DEPENDS=           devel/py-six${MODPY_FLAVOR} \
@@ -23,6 +21,7 @@ TEST_DEPENDS=         ${RUN_DEPENDS}
 FLAVORS =              python3
 FLAVOR ?=
 
+MODPY_PI =             Yes
 MODPY_SETUPTOOLS=      Yes
 
 .if !${FLAVOR:Mpython3}
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-mock/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    26 Dec 2015 20:48:11 -0000      1.3
+++ distinfo    19 Jun 2016 12:39:21 -0000
@@ -1,2 +1,2 @@
-SHA256 (mock-1.3.0.tar.gz) = HiR9vsxs4FcpnrfuAZrWgxS7kxUugdmmEQ019NXsoPY=
-SIZE (mock-1.3.0.tar.gz) = 70908
+SHA256 (mock-2.0.0.tar.gz) = sVi233bt0jm4II1IHcRrav1FqEa3gS/wzliXHPW8i7o=
+SIZE (mock-2.0.0.tar.gz) = 73684

Reply via email to