Summary: | net-libs/libproxy: Verify and potentially improve Python-related code | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever> |
Component: | Current packages | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 308257, 313471 | ||
Attachments: |
libproxy-0.4.1.ebuild.patch
libproxy-0.4.2.ebuild.patch |
Description
Arfrever Frehtes Taifersar Arahesis (RETIRED)
![]() net-libs/libproxy-0.4.1 fails to build with Python 3. Created attachment 232081 [details, diff]
libproxy-0.4.1.ebuild.patch
Created attachment 232753 [details, diff]
libproxy-0.4.2.ebuild.patch
python_mod_cleanup() will indirectly call die() when Python is absent.
+ 31 May 2010; Gilles Dartiguelongue <eva@gentoo.org> libproxy-0.4.2.ebuild: + Preserve old lib, bug #320511. Install perl binding in vendor directory, + bug #321807. Improve python binding handling, bug #315319. + |