Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 422523 - dev-python/pytest-2.2.4 version bump request
Summary: dev-python/pytest-2.2.4 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: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-20 09:24 UTC by Ian Delaney (RETIRED)
Modified: 2012-11-06 09:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild patch (pytest.patch,1.32 KB, patch)
2012-06-20 09:24 UTC, Ian Delaney (RETIRED)
Details | Diff

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-20 09:24:05 UTC
Created attachment 315825 [details, diff]
ebuild patch

archtester pytest # USE_PYTHON="2.5 2.6 2.7 3.1 3.2 2.7-pypy-1.8 2.7-pypy-1.9" ebuild pytest-2.2.4.ebuild clean merge

>>> Original instance of package unmerged safely.
 * Compilation and optimization of Python modules for CPython 2.5    [ ok ]
 * 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.1    [ 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/pytest-2.2.4 merged.

why have the docs not been previously included???
good to go
Comment 1 Patrick Lauer gentoo-dev 2012-07-19 07:57:45 UTC
>>> Compiling source in /var/tmp/portage/dev-python/pytest-2.2.4-r1/work/pytest-2.2.4 ...
make -j4 -C doc html 
make: Entering directory `/var/tmp/portage/dev-python/pytest-2.2.4-r1/work/pytest-2.2.4/doc'
sphinx-build -b html -d _build/doctrees   . _build/html
Making output directory...
Running Sphinx v1.1.3

Exception occurred:
  File "/var/tmp/portage/dev-python/pytest-2.2.4-r1/work/pytest-2.2.4/doc/conf.py", line 52, in <module>
    import pytest
ImportError: No module named pytest
The full traceback has been saved in /var/tmp/portage/dev-python/pytest-2.2.4-r1/temp/sphinx-err-krcEpu.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
Either send bugs to the mailing list at <http://groups.google.com/group/sphinx-dev/>,
or report them in the tracker at <http://bitbucket.org/birkenfeld/sphinx/issues/>. Thanks!
make: *** [html] Error 1
make: Leaving directory `/var/tmp/portage/dev-python/pytest-2.2.4-r1/work/pytest-2.2.4/doc'
emake failed
>>> Source compiled.
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2012-07-19 09:23:01 UTC
grief iksaif had exactly the same thing happen with celery.
Need set PYTHONPATH for building docs
Comment 3 Ian Delaney (RETIRED) gentoo-dev 2012-11-06 09:00:08 UTC
  28 Jun 2012; Patrick Lauer <patrick@gentoo.org> +pytest-2.2.4.ebuild: