Summary: | dev-embedded/libftdi: Verify and potentially improve Python-related code | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever> |
Component: | Current packages | Assignee: | Embedded Team (OBSOLETE) <dev-embedded+disabled> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | idella4, kripton |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 308257 | ||
Attachments: |
ebuild patch
r revised ebuild patch revised ebuild patch |
Description
Arfrever Frehtes Taifersar Arahesis (RETIRED)
2010-03-30 17:04:17 UTC
Created attachment 292611 [details]
ebuild patch
Tested, works.
correct, ooops vers, 0.17; EAPI="32 ->" EAPI="3" (In reply to comment #1) This package doesn't support Python 3. Created attachment 292833 [details, diff]
r
(In reply to comment #4) This patch modifies non-original ebuilds. It fails to apply to original ebuilds from gentoo-x86. Changes in libftdi-0.17.ebuild are more wrong. Please make patches only for the newest ebuild in each slot. This package has USE-conditional dependency on Python, so this should be reflected in PYTHON_DEPEND: PYTHON_DEPEND="python? 2" pkg_setup() { if use python; then python_set_active_version 2 python_pkg_setup fi } Created attachment 292979 [details, diff]
revised ebuild patch
more practice
(In reply to comment #6) This patch is reversed. Created attachment 293281 [details, diff]
revised ebuild patch
This approach was changed by the -r1 python eclasses |