Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2013 09:01:16 -0700 (PDT)
From:      William Grzybowski <william88@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177235: [MAINTAINER] devel/py-flake8: fix run depenency package name
Message-ID:  <514c804c.e573ec0a.56c0.fffff8dd@mx.google.com>
Resent-Message-ID: <201303221610.r2MGA0cB090652@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177235
>Category:       ports
>Synopsis:       [MAINTAINER] devel/py-flake8: fix run depenency package name
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 22 16:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     William Grzybowski
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
>Description:

	py-flakes was renamed to py-pyflakes


>How-To-Repeat:
>Fix:

	See attached patch


--- py-flake8.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 314933)
+++ Makefile	(working copy)
@@ -14,7 +14,7 @@
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mccabe>=0.2:${PORTSDIR}/devel/py-mccabe \
 		${PYTHON_PKGNAMEPREFIX}pep8>=1.4.3:${PORTSDIR}/devel/pep8 \
-		${PYTHON_PKGNAMEPREFIX}flakes>=0.6.1:${PORTSDIR}/devel/py-pyflakes
+		${PYTHON_PKGNAMEPREFIX}pyflakes>=0.6.1:${PORTSDIR}/devel/py-pyflakes
 
 USE_PYTHON=	-2.7 # It actually python3 ready, but still needs some work
 USE_PYDISTUTILS=	easy_install
--- py-flake8.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?514c804c.e573ec0a.56c0.fffff8dd>