Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2013 08:03:20 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322421 - head/devel/py-pyflakes
Message-ID:  <201307070803.r6783KwY002367@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Sun Jul  7 08:03:20 2013
New Revision: 322421
URL: http://svnweb.freebsd.org/changeset/ports/322421

Log:
  devel/py-pyflakes: Update to 0.7.3, Remove TESTS option
  
  - Update to 0.7.3
  - unittest2 is no longer required to run tests
  - Remove TESTS option accordingly
  
  Changes: 0.7.3 (2013-07-02)
    - Do not report undefined name for generator expression and dict or
      set comprehension at class level.
    - Deprecate `Checker.pushFunctionScope` and `Checker.pushClassScope`:
      use `Checker.pushScope` instead.
    - Remove dependency on Unittest2 for the tests.
  
  portlint: OK - looks fine.
  porttest: OK - 9-STABLE amd64, clang
  testport: OK - poudriere, all versions/archs
  unittest: OK - Ran 547 tests in 0.595s OK (skipped=33)

Modified:
  head/devel/py-pyflakes/Makefile
  head/devel/py-pyflakes/distinfo

Modified: head/devel/py-pyflakes/Makefile
==============================================================================
--- head/devel/py-pyflakes/Makefile	Sun Jul  7 07:37:19 2013	(r322420)
+++ head/devel/py-pyflakes/Makefile	Sun Jul  7 08:03:20 2013	(r322421)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pyflakes
-PORTVERSION=	0.7.2
+PORTVERSION=	0.7.3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,16 +12,6 @@ COMMENT=	Program to analyze Python progr
 
 LICENSE=	MIT
 
-OPTIONS_DEFINE=	TESTS
-TESTS_DESC=	Include tools for unit tests
-OPTIONSFILE?=	${PORT_DBDIR}/py-${PORTNAME}/options
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MTESTS}
-BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}unittest2>0:${PORTSDIR}/devel/py-unittest2
-.endif
-
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	easy_install
 

Modified: head/devel/py-pyflakes/distinfo
==============================================================================
--- head/devel/py-pyflakes/distinfo	Sun Jul  7 07:37:19 2013	(r322420)
+++ head/devel/py-pyflakes/distinfo	Sun Jul  7 08:03:20 2013	(r322421)
@@ -1,2 +1,2 @@
-SHA256 (pyflakes-0.7.2.tar.gz) = e971804569e26a120ded70ca94882cbbf360390538fc3b5861f8ccecaf291178
-SIZE (pyflakes-0.7.2.tar.gz) = 30107
+SHA256 (pyflakes-0.7.3.tar.gz) = dbd2c940a1030a4f811afc1a04017a44011c0cb54f8f384b66aa624097d9b5e3
+SIZE (pyflakes-0.7.3.tar.gz) = 30551



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307070803.r6783KwY002367>