ports/177235: [MAINTAINER] devel/py-flake8: fix run depenency package name
William Grzybowski
william88 at gmail.com
Fri Mar 22 16:10:00 UTC 2013
>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:
More information about the freebsd-ports-bugs
mailing list