Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 302890 - pyparsing-1.5.2 deps are too restrictive
Summary: pyparsing-1.5.2 deps are too restrictive
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-30 17:02 UTC by Brian Harring (RETIRED)
Modified: 2010-06-29 05:51 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 Brian Harring (RETIRED) gentoo-dev 2010-01-30 17:02:15 UTC
In bumping pyparsing 1.5.1 to 1.5.2, the deps were restricted to >=2.6; this however is wrong.  Deps for pyparsing are >=2.3 from a quick check of the source, at the very least >=2.4.

Plsfix, kthnx.  I understand the desire to move things forward, but the deps should be accurate none the less- py2.4 is still in the tree after all.
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-06-29 05:51:14 UTC
pyparsing-1.5.2 tarball was containing pyparsing.py (for Python 2.*) and pyparsing_py3.py (for Python >=2.6, including 3.*). For simplicity, the ebuild was containing the following code:
    mv -f pyparsing_py3.py pyparsing.py || die "mv failed"

setup.py has been changed [*] in pyparsing-1.5.3, so I have readded support for Python <2.6 in dev-python/pyparsing-1.5.3.

[*] Usage of 'file' in setup.py means that upstream haven't tested building with Python 3 :( .