Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 404919 - dev-python/pyspf-2.0.6 fails with python 2.5
Summary: dev-python/pyspf-2.0.6 fails with python 2.5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-20 02:35 UTC by Patrick Lauer
Modified: 2012-05-09 03:21 UTC (History)
0 users

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 Patrick Lauer gentoo-dev 2012-02-20 02:35:01 UTC
* Building of dev-python/pyspf-2.0.6 with CPython 2.5...
python2.5 setup.py build -b build-2.5
running build
running build_py
creating build-2.5
creating build-2.5/lib
copying spf.py -> build-2.5/lib
warning: build_py: byte-compiling is disabled, skipping.
running build_scripts
creating build-2.5/scripts-2.5
copying and adjusting type99.py -> build-2.5/scripts-2.5
copying and adjusting spfquery.py -> build-2.5/scripts-2.5
changing mode of build-2.5/scripts-2.5/type99.py from 644 to 755
changing mode of build-2.5/scripts-2.5/spfquery.py from 644 to 755
Traceback (most recent call last):
  File "setup.py", line 36, in <module>
    raise Exception("pyspf 2.0.6 and later requires at least python2.6.")
Exception: pyspf 2.0.6 and later requires at least python2.6.
 * ERROR: dev-python/pyspf-2.0.6 failed (compile phase):
 *   Building failed with CPython 2.5 in distutils_building() function
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2012-02-27 15:11:07 UTC
Exception: pyspf 2.0.6 and later requires at least python2.6.

PYTHON_DEPEND="2:2.6" at a guess.