Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 418143 - dev-python/pep8-1.1 version bump request
Summary: dev-python/pep8-1.1 version bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-29 15:02 UTC by Ian Delaney (RETIRED)
Modified: 2012-05-29 18:33 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 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