Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/networkx/
Date: Mon, 01 Feb 2016 16:27:06
Message-Id: 1454344017.d1be71e57904a039d136e917c6f4fb93ae3284eb.jlec@gentoo
1 commit: d1be71e57904a039d136e917c6f4fb93ae3284eb
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 16:04:31 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 16:26:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1be71e5
7
8 dev-python/networkx: Version Bump
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/networkx/Manifest | 1 +
14 dev-python/networkx/networkx-1.11.ebuild | 73 ++++++++++++++++++++++++++++++++
15 2 files changed, 74 insertions(+)
16
17 diff --git a/dev-python/networkx/Manifest b/dev-python/networkx/Manifest
18 index 1dd881b..cbfebe2 100644
19 --- a/dev-python/networkx/Manifest
20 +++ b/dev-python/networkx/Manifest
21 @@ -1,2 +1,3 @@
22 DIST networkx-1.10.tar.gz 1189291 SHA256 ced4095ab83b7451cec1172183eff419ed32e21397ea4e1971d92a5808ed6fb8 SHA512 fc0a0b929991baef63c30382c2045d551b217140393a4264b18a5f1be198d325eee9f57e02dda38a7ad9f99771c5b78f82c673a88b04df122b9d91852db09efd WHIRLPOOL 8a9666142a1978e72b9eeb791de5c2033d0d29cd2db846f2583c41876d6a5c864c295316bb3d1c2858ccda0f4ca5081108ed9c07176eb8146c8c772fa77c8a60
23 +DIST networkx-1.11.tar.gz 1315737 SHA256 0d0e70e10dfb47601cbb3425a00e03e2a2e97477be6f80638fef91d54dd1e4b8 SHA512 622c93330bb5ba93a2be087f7f19963a1bb9a50dc72b6500ea8321c36aa9da19af379c5cd4bbee8bba3cb6e68a28f11ee24bbe333047f5c7d0ce0b755fd57253 WHIRLPOOL 64f68a750efef2f356525f4f2e1d8046327b223a4a55b3388fef1f7b68dac3796fbd05e7d997052ab644213ccea25a0584a2f4bbd660bc32b4c9aff9a92926c6
24 DIST networkx-1.9.1.tar.gz 1035784 SHA256 6380eb38d0b5770d7e50813c8a48ff7c373b2187b4220339c1adce803df01c59 SHA512 8c18bd07530b26731da4db40dc9d82c81b78b086a2b15a45daa65ab55ec92a4ba836f911add062f698c3f319e5e85b5a26a6a52f760f5cf32e3d2a73c46cd93d WHIRLPOOL 01db9c8560140a52a890851871249c9d509883f7aa877487c16cdcc42973ae74b9c1815371d99247f72766e1f26e0a1afc0965af65583c4a9b59b75c2369fe2a
25
26 diff --git a/dev-python/networkx/networkx-1.11.ebuild b/dev-python/networkx/networkx-1.11.ebuild
27 new file mode 100644
28 index 0000000..4508dcd
29 --- /dev/null
30 +++ b/dev-python/networkx/networkx-1.11.ebuild
31 @@ -0,0 +1,73 @@
32 +# Copyright 1999-2016 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=6
37 +
38 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
39 +
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="Python tools to manipulate graphs and complex networks"
43 +HOMEPAGE="http://networkx.github.io/ https://github.com/networkx/networkx"
44 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 +
46 +LICENSE="BSD"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
49 +IUSE="doc examples test"
50 +
51 +COMMON_DEPEND="
52 + dev-python/matplotlib[${PYTHON_USEDEP}]
53 + sci-libs/scipy[${PYTHON_USEDEP}]"
54 +DEPEND="
55 + dev-python/setuptools[${PYTHON_USEDEP}]
56 + doc? (
57 + dev-python/sphinx[${PYTHON_USEDEP}]
58 + dev-python/matplotlib[${PYTHON_USEDEP}]
59 + $(python_gen_cond_dep 'dev-python/numpydoc[${PYTHON_USEDEP}]' python2_7)
60 + $(python_gen_cond_dep 'dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]' python2_7 python{3_3,3_4})
61 + )
62 + test? (
63 + ${COMMON_DEPEND}
64 + dev-python/nose[${PYTHON_USEDEP}]
65 + $(python_gen_cond_dep 'media-gfx/pydot[${PYTHON_USEDEP}]' python2_7)
66 + )"
67 +RDEPEND="
68 + >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
69 + examples? (
70 + ${COMMON_DEPEND}
71 + dev-python/pygraphviz[${PYTHON_USEDEP}]
72 + dev-python/pyparsing[${PYTHON_USEDEP}]
73 + dev-python/pyyaml[${PYTHON_USEDEP}]
74 + )"
75 +
76 +python_prepare_all() {
77 + # Avoid d'loading of file objects.inv from 2 sites of python docs
78 + sed -e "s/'sphinx.ext.intersphinx', //" -i doc/source/conf.py || die
79 + distutils-r1_python_prepare_all
80 +}
81 +
82 +python_compile_all() {
83 + # https://github.com/networkx/networkx/issues/1263
84 + if use doc; then
85 + sed \
86 + -e "s:^\t\./:\t${PYTHON} :g" \
87 + -i doc/Makefile || die
88 + emake -C doc html
89 + fi
90 +}
91 +
92 +python_test() {
93 + nosetests -vv || die
94 +}
95 +
96 +python_install_all() {
97 + # Oh my.
98 + rm -r "${ED}"usr/share/doc/${P} || die
99 +
100 + use doc && local HTML_DOCS=( doc/build/html/. )
101 + use examples && local EXAMPLES=( examples/. )
102 +
103 + distutils-r1_python_install_all
104 +}