Created attachment 372556 [details] python-graph-1.8.2.ebuild Could you port the ebuild from the "luksan" overlay for use in the main tree please. I have changed the copyright year and the pyparsing dependency, but these are very minor. All credit to luksan please.
Created attachment 372572 [details] python-graph-1.8.2.ebuild (r1) This is my ebuild. It installs correctly but the tests segfault somehow.
ya, I'm getting it too :| nothing obvious # PYTHONPATH=../core/ python2.7 testrunner.py -------------------------------------------------- python-graph unit-tests Random seed: 1395005733 -------------------------------------------------- Testing with small graphs No handlers could be found for logger "__main__" test_bfs_in_digraph (unittests-searching.test_breadth_first_search) ... ok test_bfs_in_empty_digraph (unittests-searching.test_breadth_first_search) ... ok test_bfs_in_empty_graph (unittests-searching.test_breadth_first_search) ... ok test_bfs_in_graph (unittests-searching.test_breadth_first_search) ... ok test_dfs_in_digraph (unittests-searching.test_depth_first_search) ... ok test_dfs_in_empty_digraph (unittests-searching.test_depth_first_search) ... ok test_dfs_in_empty_graph (unittests-searching.test_depth_first_search) ... ok test_dfs_in_graph (unittests-searching.test_depth_first_search) ... ok test_dfs_very_deep_graph (unittests-searching.test_depth_first_search) ... Segmentation fault
Our need for this package has abated.