Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jan 2017 13:21:23 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r432215 - in branches/2017Q1/devel/py-flake8: . files
Message-ID:  <201701231321.v0NDLNPb024500@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jan 23 13:21:23 2017
New Revision: 432215
URL: https://svnweb.freebsd.org/changeset/ports/432215

Log:
  MFH: r431942
  
  - Relax dependency version requirement for pyflakes, fixing the runtime failure:
  
  The 'pyflakes<1.1,>=0.8.1' distribution was not found and is required by flake8
  
  - Update WWW
  
  PR:		213960
  Submitted by:	pete@nomadlogic.org
  Approved by:	maintainer timeout (wg, 5 weeks)
  Approved by:	ports-secteam (with hat)

Added:
  branches/2017Q1/devel/py-flake8/files/
     - copied from r431942, head/devel/py-flake8/files/
Modified:
  branches/2017Q1/devel/py-flake8/Makefile
  branches/2017Q1/devel/py-flake8/pkg-descr
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/devel/py-flake8/Makefile
==============================================================================
--- branches/2017Q1/devel/py-flake8/Makefile	Mon Jan 23 13:19:17 2017	(r432214)
+++ branches/2017Q1/devel/py-flake8/Makefile	Mon Jan 23 13:21:23 2017	(r432215)
@@ -3,6 +3,7 @@
 
 PORTNAME=	flake8
 PORTVERSION=	2.5.4
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: branches/2017Q1/devel/py-flake8/pkg-descr
==============================================================================
--- branches/2017Q1/devel/py-flake8/pkg-descr	Mon Jan 23 13:19:17 2017	(r432214)
+++ branches/2017Q1/devel/py-flake8/pkg-descr	Mon Jan 23 13:21:23 2017	(r432215)
@@ -8,4 +8,4 @@ Flake8 runs all tools by launching the s
 and PyFlakes extended options and just uses defaults. It displays the warnings
 in a per-file, merged output.
 
-WWW: https://bitbucket.org/tarek/flake8
+WWW: https://gitlab.com/pycqa/flake8



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