This release fixes a few bugs calculating the complexity.

I removed NO_TEST since upstream added the test suite to the release
(https://github.com/PyCQA/mccabe/issues/31)

devel/flake8 is the only port with py-mccabe as dependency and it was tested
successfully.

Bertrand


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-mccabe/Makefile,v
retrieving revision 1.3
diff -u -p -u -r1.3 Makefile
--- Makefile    29 Sep 2015 10:51:54 -0000      1.3
+++ Makefile    24 Dec 2015 14:01:57 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =              McCabe complexity checker for Python
 
-MODPY_EGG_VERSION =    0.2.1
+MODPY_EGG_VERSION =    0.3.1
 DISTNAME =             mccabe-${MODPY_EGG_VERSION}
 PKGNAME =              py-mccabe-${MODPY_EGG_VERSION}
 REVISION =             0
@@ -21,7 +21,5 @@ MODPY_PI =            Yes
 MODULES =              lang/python
 
 MODPY_SETUPTOOLS =     Yes
-
-NO_TEST =              Yes
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-mccabe/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 distinfo
--- distinfo    17 Nov 2014 14:18:48 -0000      1.1.1.1
+++ distinfo    24 Dec 2015 14:01:57 -0000
@@ -1,2 +1,2 @@
-SHA256 (mccabe-0.2.1.tar.gz) = WioXDkfeVZOmq/rh6VQr0sOSSsYrvk5u2WyVPANSJDo=
-SIZE (mccabe-0.2.1.tar.gz) = 5031
+SHA256 (mccabe-0.3.1.tar.gz) = X36m+zqpr+FG0H/W1c7feIdH2LDCnkRzJFPCstsePRY=
+SIZE (mccabe-0.3.1.tar.gz) = 7586

Reply via email to