Hi,

This diff updates py-msgpack to the latest release.
Tested on amd64. Take maintainer.

Comments ? OK ?

-- 
Alexandr Shadchin

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/py-msgpack/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile    9 Oct 2015 10:07:18 -0000       1.7
+++ Makefile    10 Apr 2016 14:51:52 -0000
@@ -2,15 +2,16 @@
 
 COMMENT =      messagepack (de)serializer
 
-MODPY_EGG_VERSION =    0.4.6
+MODPY_EGG_VERSION =    0.4.7
 DISTNAME =     msgpack-python-${MODPY_EGG_VERSION}
 PKGNAME =      py-msgpack-${MODPY_EGG_VERSION}
-REVISION =     1
 
 CATEGORIES =   net textproc
 
 HOMEPAGE =     http://msgpack.org/
 
+MAINTAINER =   Alexandr Shadchin <[email protected]>
+
 # Apache 2.0
 PERMIT_PACKAGE_CDROM = Yes
 
@@ -20,14 +21,12 @@ MODULES =   lang/python
 MODPY_SETUPTOOLS =     Yes
 WANTLIB +=     ${MODPY_WANTLIB} m pthread stdc++
 
-TEST_DEPENDS = devel/py-test${MODPY_FLAVOR} \
-               devel/py-nose${MODPY_FLAVOR} \
-               devel/py-six${MODPY_FLAVOR}
+TEST_DEPENDS = devel/py-test${MODPY_FLAVOR}
 
 FLAVORS=       python3
 FLAVOR?=
 
 do-test:
-       @cd ${WRKSRC} && nosetests${MODPY_BIN_SUFFIX} test
+       @cd ${WRKSRC} && ${MODPY_BIN} -m pytest
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/py-msgpack/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    4 Jun 2015 07:46:28 -0000       1.3
+++ distinfo    10 Apr 2016 14:51:52 -0000
@@ -1,2 +1,2 @@
-SHA256 (msgpack-python-0.4.6.tar.gz) = 
v8xYHJ278HzC+VG68wwySaV+INy9YPfm/8Q6s8xhR5Q=
-SIZE (msgpack-python-0.4.6.tar.gz) = 116433
+SHA256 (msgpack-python-0.4.7.tar.gz) = 
XgASKaVBgKAtzdWdsjyZeDUa9VsSkMJ7xUnjgfQ6zWs=
+SIZE (msgpack-python-0.4.7.tar.gz) = 126251

Reply via email to