Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 367773 - sci-libs/balbes-db: Prepare to use xml.use_pyxml()
Summary: sci-libs/balbes-db: Prepare to use xml.use_pyxml()
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: xml.use_pyxml
  Show dependency tree
 
Reported: 2011-05-17 17:31 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2015-10-26 07:33 UTC (History)
1 user (show)

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 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-05-17 17:31:35 UTC
This package specifies dependency on dev-python/pyxml.

Please test this package with dev-lang/python-2.7.1-r2:2.7 or >=dev-lang/python-2.7.2_pre20110515:2.7, which require explicit calling of xml.use_pyxml() before using PyXML.

If this package actually needs PyXML, then modify all modules/scripts of this package, which import xml module. The following code should be added before first import of anything from xml module:

import xml
if hasattr(xml, "use_pyxml"):
    xml.use_pyxml()

This code works with previous versions of Python, so no changes in dependencies are needed.
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2015-10-26 07:33:33 UTC
commit 7d62034735e700ca67e977470d79f5571b15b221
Author: Justin Lecher <jlec@gentoo.org>
Date:   Mon Oct 26 08:29:56 2015 +0100
    
    Drop "CCP4: Software for Macromolecular Crystallography"
    
    obsoletes:
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=160190
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=324059
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=332485
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=367771
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=367773
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=383227
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=448756
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=460502
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=460504
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=466936
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=467040
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=467048
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=476580
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=478580
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=478586
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=478588
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=478594
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=478604
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=521646
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=528512
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=530878
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=540760
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=555614
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=556498
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=557038
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=561196
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=562780
    
    Signed-off-by: Justin Lecher <jlec@gentoo.org>
    
    https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d62034735e700ca67e977470d79f5571b15b221