Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 566582 - dev-python/pyflakes-1.0.0: emerge failure due to wrong patch name
Summary: dev-python/pyflakes-1.0.0: emerge failure due to wrong patch name
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-23 06:37 UTC by Priit Laes (IRC: plaes)
Modified: 2015-11-26 06:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Priit Laes (IRC: plaes) 2015-11-23 06:37:07 UTC
dev-python/pyflakes-1.0.0.ebuild contains:

PATCHES=( "${FILESDIR}"/fix-pypy-tests.patch )


But the files directory contains 1.0.0-fix-pypy-tests.patch
Comment 1 Toralf Förster gentoo-dev 2015-11-23 13:09:22 UTC
confirmed at the tinderbox too :


 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 * 
 *   /usr/portage/dev-python/pyflakes/files/fix-pypy-tests.patch
 *   ( fix-pypy-tests.patch )

 * ERROR: dev-python/pyflakes
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2015-11-26 06:23:12 UTC
line now has
PATCHES=( "${FILESDIR}"/${PV}-fix-pypy-tests.patch )

think I changed the name then missed editing in the ebuild