Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 424131 - dev-python/whoosh-2.4.1 version bump request
Summary: dev-python/whoosh-2.4.1 version bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-29 16:27 UTC by Ian Delaney (RETIRED)
Modified: 2012-06-29 16:52 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 Ian Delaney (RETIRED) gentoo-dev 2012-06-29 16:27:17 UTC
archtester whoosh # USE_PYTHON="2.5 2.6 2.7 3.2 2.7-pypy-1.8 2.7-pypy-1.9" ebuild whoosh-2.4.1.ebuild clean test

......................................................................
test_writing.test_add_field ... ok
test_writing.test_add_reader ... ok

----------------------------------------------------------------------
Ran 492 tests in 60.394s

OK (skipped=2)

archtester whoosh # USE_PYTHON="2.5 2.6 2.7 3.2 2.7-pypy-1.8 2.7-pypy-1.9" ebuild whoosh-2.4.1.ebuild clean merge

 * Compilation and optimization of Python modules for CPython 2.5 ...                                               [ !! ]
 *     /usr/lib64/python2.5/site-packages/whoosh/filedb/multiproc.py:140: Warning: 'with' will become a reserved keyword in Python 2.6
 *     Compiling /usr/lib64/python2.5/site-packages/whoosh/filedb/multiproc.py ...
 *     File "/usr/lib64/python2.5/site-packages/whoosh/filedb/multiproc.py", line 140
 *     with open(filename, "rb") as f:
 *     ^
 *     SyntaxError: invalid syntax
 * Compilation and optimization of Python modules for CPython 2.6     [ ok ]
 * Compilation and optimization of Python modules for CPython 2.7     [ ok ]
 * Compilation and optimization of Python modules for CPython 3.2     [ ok ]
 * Compilation and optimization of Python modules for PyPy 1.8(Python 2.7)[ ok ]
 * Compilation and optimization of Python modules for PyPy 1.9(Python 2.7)[ ok ]
>>> dev-python/whoosh-2.4.1 merged.

trivial;
PYTHON_DEPEND="2:2.5 3:3.1"  you want to -> PYTHON_DEPEND="2:2.6 3:3.1"
RESTRICT_PYTHON_ABIS="2.4" is quite redundant