On Thu, Dec 24, 2015 at 09:25:16AM -0500, Bertrand Janin wrote: > 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 > >
Small tweak - fix license. If there is no objection, I'll commit tomorrow. -- Alexandr Shadchin Index: Makefile =================================================================== RCS file: /cvs/ports/devel/py-mccabe/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile 29 Sep 2015 10:51:54 -0000 1.3 +++ Makefile 24 Dec 2015 19:58:33 -0000 @@ -2,10 +2,9 @@ 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 CATEGORIES = devel @@ -13,7 +12,7 @@ HOMEPAGE = https://github.com/flintwork MAINTAINER = Bertrand Janin <b...@janin.com> -# MIT +# Expat PERMIT_PACKAGE_CDROM = Yes MODPY_PI = Yes @@ -21,7 +20,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 -r1.1.1.1 distinfo --- distinfo 17 Nov 2014 14:18:48 -0000 1.1.1.1 +++ distinfo 24 Dec 2015 19:58:33 -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