Summary: | app-arch/cfv: Verify and potentially improve Python-related code | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever> |
Component: | Current packages | Assignee: | Sven Wegener <swegener> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | idella4 |
Priority: | Highest | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 308257 | ||
Attachments: |
ebuild patch
ebuild patch revised revised ebuild patch revised ebuild patch revised ebuild patch |
Description
Arfrever Frehtes Taifersar Arahesis (RETIRED)
2010-03-07 17:06:29 UTC
Created attachment 292271 [details]
ebuild patch
can't emerge in python 2.5
Otherwise tested, all AOK. Usual bump to EAFI 3.
Portage itself requires Python >=2.6 and it has no relation to Python version required by other packages. If you install sys-apps/portage with USE="python3", then you will be able to set active version of Python 2 to 2.4 or 2.5 and still use Portage (Portage will use active version of Python 3 regardless of active version of Python 2). Use PYTHON_DEPEND="2". Such pkg_setup() is not needed. Created attachment 292489 [details, diff]
ebuild patch revised
done
(In reply to comment #3) Shebang in /usr/bin/cfv should be fixed. Created attachment 292593 [details, diff]
revised ebuild patch
done
(In reply to comment #5) This patch is identical to previous patch. Created attachment 292823 [details, diff]
revised ebuild patch
(In reply to comment #7) In cfv-1.18.3.ebuild, dependency on Python will be specified using PYTHON_DEPEND, so dev-lang/python in explicit RDEPEND is not needed. Created attachment 292973 [details, diff]
revised ebuild patch
sheeesh; missed one. practice practice practice
Thanks, commited. |