Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/networkx/
Date: Sun, 22 Aug 2021 06:49:17
Message-Id: 1629614937.55e1bc588459738ebc8df0f98c7d399f563e1ac8.mgorny@gentoo
1 commit: 55e1bc588459738ebc8df0f98c7d399f563e1ac8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 22 06:47:04 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 22 06:48:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e1bc58
7
8 dev-python/networkx: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/networkx/Manifest | 2 --
13 dev-python/networkx/metadata.xml | 2 --
14 dev-python/networkx/networkx-2.5.ebuild | 56 -------------------------------
15 dev-python/networkx/networkx-2.6.1.ebuild | 44 ------------------------
16 4 files changed, 104 deletions(-)
17
18 diff --git a/dev-python/networkx/Manifest b/dev-python/networkx/Manifest
19 index 9dca0f11ce2..47bf2b6c4ca 100644
20 --- a/dev-python/networkx/Manifest
21 +++ b/dev-python/networkx/Manifest
22 @@ -1,3 +1 @@
23 -DIST networkx-2.5.tar.gz 1542085 BLAKE2B a4d1d1f65a09f8e7cd830a9e670cf540c19b800dffb90aa1cc6ebda8b6116b6181969382f90339254746a3f277d786020506a3c8f10c90ff48999d3b2c3c433e SHA512 ab51198072d20bdba7c9ceb6856631a20a7e9527a7cadb41271a999f57bf60da5488269c6e4e1f3f4f33420ec6493af665386842c216ea1cfadd1792ccb6444e
24 -DIST networkx-2.6.1.tar.gz 1842369 BLAKE2B bac0106758fa7d33000d970873ee221ee9b367ad895f2f8fbfdfb29908851c69f632214dac06c48ab433e3b6251a439199fe3675517252c959ba2a29076cc866 SHA512 132f34eb8790fb366263cfbb501ec5ca0f9c9082562215a06a114b2ec80baf72f5489f27e7fe1cbea49749eab48116e8772ff953339de0caabf37096ce097500
25 DIST networkx-2.6.2.tar.gz 1842077 BLAKE2B 8493e2d6a64d140b012ea443e9b1dc2409f8208dc1678c1d21cfd19bbdc07df6e9051aefe994d5fa6460db48320d563bb3051150782545ab5f671b7aafda4d0a SHA512 7006dcd209cce79f0f6cac4884797775422bd90fd3e8abb2eee70e6e00c9a25a785dd5856fc1657019a2b5c13a6fa5f705ea2e650c15a1f9d7d93580bc299219
26
27 diff --git a/dev-python/networkx/metadata.xml b/dev-python/networkx/metadata.xml
28 index 1183be08b85..c143cf25c90 100644
29 --- a/dev-python/networkx/metadata.xml
30 +++ b/dev-python/networkx/metadata.xml
31 @@ -23,8 +23,6 @@
32 </upstream>
33 <use>
34 <flag name="extras">Provide graph drawing and graph layout algorithms along with shapefile format reading and writing</flag>
35 - <flag name="pandas">Provides a DataFrame, which is a tabular data structure with labeled axes</flag>
36 - <flag name="scipy">Enables scipy backend</flag>
37 <flag name="yaml">Provides YAML format reading and writing</flag>
38 </use>
39 </pkgmetadata>
40
41 diff --git a/dev-python/networkx/networkx-2.5.ebuild b/dev-python/networkx/networkx-2.5.ebuild
42 deleted file mode 100644
43 index 1d68a8d37f7..00000000000
44 --- a/dev-python/networkx/networkx-2.5.ebuild
45 +++ /dev/null
46 @@ -1,56 +0,0 @@
47 -# Copyright 1999-2021 Gentoo Authors
48 -# Distributed under the terms of the GNU General Public License v2
49 -
50 -EAPI=7
51 -
52 -PYTHON_COMPAT=( python3_{8..10} )
53 -inherit distutils-r1 virtualx
54 -
55 -DESCRIPTION="Python tools to manipulate graphs and complex networks"
56 -HOMEPAGE="https://networkx.org/ https://github.com/networkx/networkx"
57 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
58 -
59 -LICENSE="BSD"
60 -SLOT="0"
61 -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
62 -IUSE="examples extras pandas scipy test xml yaml"
63 -RESTRICT="!test? ( test )"
64 -
65 -RDEPEND="
66 - >=dev-python/decorator-4.3.0[${PYTHON_USEDEP}]
67 - >=dev-python/matplotlib-2.2.2[${PYTHON_USEDEP}]
68 - extras? (
69 - >=dev-python/pydot-1.2.4[${PYTHON_USEDEP}]
70 - $(python_gen_cond_dep '
71 - >=dev-python/pygraphviz-1.5[${PYTHON_USEDEP}]
72 - >=sci-libs/gdal-1.10.0[python,${PYTHON_USEDEP}]
73 - ' python3_8)
74 - )
75 - pandas? (
76 - $(python_gen_cond_dep '
77 - >=dev-python/pandas-0.23.3[${PYTHON_USEDEP}]
78 - ' python3_{8..9})
79 - )
80 - scipy? ( >=dev-python/scipy-1.1.0[${PYTHON_USEDEP}] )
81 - xml? ( >=dev-python/lxml-4.2.3[${PYTHON_USEDEP}] )
82 - yaml? ( >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}] )"
83 -BDEPEND="
84 - test? (
85 - >=dev-python/scipy-1.1.0[${PYTHON_USEDEP}]
86 - )"
87 -
88 -distutils_enable_tests pytest
89 -
90 -python_test() {
91 - local deselect=(
92 - # pyyaml upgrade-related regression?
93 - networkx/readwrite/tests/test_yaml.py
94 - )
95 - virtx epytest -p no:django ${deselect[@]/#/--deselect }
96 -}
97 -
98 -python_install_all() {
99 - use examples && dodoc -r examples
100 -
101 - distutils-r1_python_install_all
102 -}
103
104 diff --git a/dev-python/networkx/networkx-2.6.1.ebuild b/dev-python/networkx/networkx-2.6.1.ebuild
105 deleted file mode 100644
106 index 51a49fc1b85..00000000000
107 --- a/dev-python/networkx/networkx-2.6.1.ebuild
108 +++ /dev/null
109 @@ -1,44 +0,0 @@
110 -# Copyright 1999-2021 Gentoo Authors
111 -# Distributed under the terms of the GNU General Public License v2
112 -
113 -EAPI=7
114 -
115 -PYTHON_COMPAT=( python3_{8..10} )
116 -inherit distutils-r1 virtualx
117 -
118 -DESCRIPTION="Python tools to manipulate graphs and complex networks"
119 -HOMEPAGE="https://networkx.org/ https://github.com/networkx/networkx"
120 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
121 -
122 -LICENSE="BSD"
123 -SLOT="0"
124 -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
125 -IUSE="examples extras xml yaml"
126 -
127 -RDEPEND="
128 - >=dev-python/matplotlib-3.3[${PYTHON_USEDEP}]
129 - >=dev-python/numpy-1.19[${PYTHON_USEDEP}]
130 - >=dev-python/pandas-1.1[${PYTHON_USEDEP}]
131 - >=dev-python/scipy-1.6.2[${PYTHON_USEDEP}]
132 - extras? (
133 - >=dev-python/pydot-1.4.1[${PYTHON_USEDEP}]
134 - $(python_gen_cond_dep '
135 - >=dev-python/pygraphviz-1.7[${PYTHON_USEDEP}]
136 - >=sci-libs/gdal-1.10.0[python,${PYTHON_USEDEP}]
137 - ' python3_{8..9})
138 - )
139 - xml? ( >=dev-python/lxml-4.5[${PYTHON_USEDEP}] )
140 - yaml? ( >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}] )"
141 -
142 -distutils_enable_tests pytest
143 -
144 -python_test() {
145 - local deselect=()
146 - virtx epytest -p no:django ${deselect[@]/#/--deselect }
147 -}
148 -
149 -python_install_all() {
150 - use examples && dodoc -r examples
151 -
152 - distutils-r1_python_install_all
153 -}