Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 425146 - dev-python/networkx-1.7 version bump request
Summary: dev-python/networkx-1.7 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-07-07 09:51 UTC by Ian Delaney (RETIRED)
Modified: 2012-11-03 15:36 UTC (History)
0 users

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


Attachments
ebuild patch (networkx.patch,1.24 KB, patch)
2012-07-07 09:51 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-07-07 09:51:32 UTC
Created attachment 317474 [details, diff]
ebuild patch

archtester networkx # USE_PYTHON="2.6 2.7 2.7-pypy-1.9 2.7-pypy-1.8" ebuild networkx-1.7.ebuild clean test

 * Testing of dev-python/networkx-1.7 with CPython 2.6...
PYTHONPATH=build-2.6/lib nosetests --verbosity=1
..............................................................................
Ran 1670 tests in 11.165s

OK (SKIP=12)
 * Testing of dev-python/networkx-1.7 with CPython 2.7...
..............................................................................
Ran 1670 tests in 10.996s

OK (SKIP=12)
 * Testing of dev-python/networkx-1.7 with PyPy 1.9 (Python 2.7)...
..............................................................................
Ran 1522 tests in 20.383s

OK (SKIP=57)
 * Testing of dev-python/networkx-1.7 with PyPy 1.8 (Python 2.7)...
..............................................................................
Ran 1522 tests in 21.470s

OK (SKIP=57)

_______________________________________________________________________________

archtester networkx # USE_PYTHON="2.6 2.7 2.7-pypy-1.8 2.7-pypy-1.9" ebuild networkx-1.7.ebuild clean merge
 * 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 PyPy1.8(Python 2.7)[ ok ]
 * Compilation and optimization of Python modules for PyPy1.9(Python 2.7)[ ok ]
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2012-11-03 15:36:21 UTC
# networkx # USE_PYTHON="2.6 2.7 2.7-pypy-1.9" ebuild networkx-1.7.ebuild clean test

 * Testing of dev-python/networkx-1.7 with CPython 2.6...

Ran 1670 tests in 10.675s
OK (SKIP=12)

 * Testing of dev-python/networkx-1.7 with CPython 2.7...
Ran 1683 tests in 15.198s
OK (SKIP=8)

 * Testing of dev-python/networkx-1.7 with PyPy 1.9 (Python 2.7)...
Ran 1528 tests in 21.614s
OK (SKIP=55)

#  USE_PYTHON="2.6 2.7 2.7-pypy-1.9" ebuild networkx-1.7.ebuild merge
 * 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 PyPy 1.9 (Python 2.7) [ ok ]
>>> dev-python/networkx-1.7 merged.