Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 418143

Summary: dev-python/pep8-1.1 version bump request
Product: Gentoo Linux Reporter: Ian Delaney (RETIRED) <idella4>
Component: [OLD] LibraryAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ian Delaney (RETIRED) gentoo-dev 2012-05-29 15:02:19 UTC
archtester pep8 # USE_PYTHON="2.5 2.6 2.7 2.7-pypy-1.8 3.1 3.2" ebuild pep8-1.1.ebuild clean test merge

>>> Original instance of package unmerged safely.
 * Compilation and optimization of Python modules for CPython 2.5    [ ok ]
 * Compilation and optimization of Python modules for CPython 2.6    [ ok ]
 * Compilation and optimization of Python modules for PyPy 1.8 (Python 2.7) [ ok ]
 * Compilation and optimization of Python modules for CPython 3.1    [ ok ]
 * Compilation and optimization of Python modules for CPython 3.2    [ ok ]
>>> dev-python/pep8-1.1 merged.

Not bothering making a patch.
EAPI=3

PYTHON_DEPEND="2:2.5 3:3.1"
You might care to bump to EAPI 4.  I believe PYTHON_DEPEND is now quite redundant since it installs on all ABIs without it.
Comment 1 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2012-05-29 18:33:24 UTC
+*pep8-1.1 (29 May 2012)
+
+  29 May 2012; Kacper Kowalik <xarthisius@gentoo.org> +pep8-1.1.ebuild:
+  Version bump wrt #418143 by Ian Delaney <johneed@hotmail.com>. Drop redundant
+  PYTHON_DEPEND, bump to eapi4, add missing DOCS, enable additional tests, use
+  github in SRC_URI