Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyqtgraph/
Date: Wed, 26 Apr 2017 06:24:07
Message-Id: 1493187776.d97492166349e86ca754e3831fa62e76785d5156.radhermit@gentoo
1 commit: d97492166349e86ca754e3831fa62e76785d5156
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 26 06:20:35 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 26 06:22:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9749216
7
8 dev-python/pyqtgraph: remove old
9
10 dev-python/pyqtgraph/Manifest | 2 --
11 dev-python/pyqtgraph/pyqtgraph-0.9.10.ebuild | 49 ----------------------------
12 dev-python/pyqtgraph/pyqtgraph-0.9.9.ebuild | 48 ---------------------------
13 3 files changed, 99 deletions(-)
14
15 diff --git a/dev-python/pyqtgraph/Manifest b/dev-python/pyqtgraph/Manifest
16 index 78aa68be3e6..4fa11e20d6a 100644
17 --- a/dev-python/pyqtgraph/Manifest
18 +++ b/dev-python/pyqtgraph/Manifest
19 @@ -1,3 +1 @@
20 DIST pyqtgraph-0.10.0.tar.gz 704972 SHA256 4c851deec81c1dd1ecb4468ff6d5b035349b167cc1b4e4bb724b4b410945d20b SHA512 d995da7b4f13ae0009582aebe3f753dc78566dc50ba9314d3a2d37ad4ed8f2fd8bb497a01bb8b37b6d96bf14c071aad018bcbc7224d9dd9b47589a7b5b640d30 WHIRLPOOL a3435da48e68a4d1dfadfcb3a07f58056291cfac09b09c6459520b781717005cf52037354e2062ad4d81ed4f734ed7acf8f55d2638df720bf22f3723424ceebb
21 -DIST pyqtgraph-0.9.10.tar.gz 1086558 SHA256 4c0589774e3c8b0c374931397cf6356b9cc99a790215d1917bb7f015c6f0729a SHA512 c947bf69116b8b0a61a1db6ec70d51741667387f98320ce581733a306bea704754b7bb0abf94d6f01ce74dfc218b3c573db017a5e189cde76d00f85bc6b23a3d WHIRLPOOL 45ce6873298b30f74b374d3e6d7a97b1602a723d6d08847f79560fb29e6d66b70e23705e07ec5481e427fde99f27d4b84da8565ea53d96a377f5727176d35c8f
22 -DIST pyqtgraph-0.9.9.tar.gz 1086535 SHA256 6f61a7415c9488b334f856f06bc436b61d3742b2257310fe4bc8a1b85f84590b SHA512 f1fdf6aa2d66f4fc222fbcf97709ef9d172a4f7611882f46e6f9738fed9485ada9d81dd4d078c51385743fa344e52c3c1e0477ae5b6fabd04718bba8622e6a3e WHIRLPOOL 4d68d476df65f71eb4d7ea88eb6004ffc09868de6dbcf5192da773af6069cd83f388e3945ced1977e2531c9249bc58cc950f8540aaf71696f55d973a005a0e33
23
24 diff --git a/dev-python/pyqtgraph/pyqtgraph-0.9.10.ebuild b/dev-python/pyqtgraph/pyqtgraph-0.9.10.ebuild
25 deleted file mode 100644
26 index f34735b0c44..00000000000
27 --- a/dev-python/pyqtgraph/pyqtgraph-0.9.10.ebuild
28 +++ /dev/null
29 @@ -1,49 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
35 -inherit distutils-r1
36 -
37 -DESCRIPTION="a pure-python scientific graphics and GUI library built on PyQt4/PySide and numpy"
38 -HOMEPAGE="http://www.pyqtgraph.org/ https://github.com/pyqtgraph/pyqtgraph"
39 -SRC_URI="http://www.pyqtgraph.org/downloads/${P}.tar.gz"
40 -
41 -LICENSE="MIT"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 -IUSE="doc examples opengl"
45 -
46 -RDEPEND="
47 - dev-python/numpy[${PYTHON_USEDEP}]
48 - sci-libs/scipy[${PYTHON_USEDEP}]
49 - || (
50 - dev-python/PyQt4[${PYTHON_USEDEP}]
51 - dev-python/pyside[${PYTHON_USEDEP}]
52 - )
53 - opengl? ( dev-python/pyopengl[${PYTHON_USEDEP}] )
54 -"
55 -DEPEND="${RDEPEND}
56 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
57 -"
58 -
59 -python_prepare_all() {
60 - distutils-r1_python_prepare_all
61 -
62 - # fix distutils warning
63 - sed -i 's/install_requires/requires/' setup.py || die
64 -
65 - if ! use opengl; then
66 - rm -r pyqtgraph/opengl || die
67 - fi
68 -}
69 -
70 -python_compile_all() {
71 - use doc && emake -C doc html
72 -}
73 -
74 -python_install_all() {
75 - use doc && local HTML_DOCS=( doc/build/html/. )
76 - use examples && local EXAMPLES=( examples/. )
77 - distutils-r1_python_install_all
78 -}
79
80 diff --git a/dev-python/pyqtgraph/pyqtgraph-0.9.9.ebuild b/dev-python/pyqtgraph/pyqtgraph-0.9.9.ebuild
81 deleted file mode 100644
82 index ac249c503ad..00000000000
83 --- a/dev-python/pyqtgraph/pyqtgraph-0.9.9.ebuild
84 +++ /dev/null
85 @@ -1,48 +0,0 @@
86 -# Copyright 1999-2014 Gentoo Foundation
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=5
90 -PYTHON_COMPAT=( python{2_7,3_4} )
91 -inherit distutils-r1
92 -
93 -DESCRIPTION="a pure-python scientific graphics and GUI library built on PyQt4/PySide and numpy"
94 -HOMEPAGE="http://www.pyqtgraph.org/ https://github.com/pyqtgraph/pyqtgraph"
95 -SRC_URI="http://www.pyqtgraph.org/downloads/${P}.tar.gz"
96 -
97 -LICENSE="MIT"
98 -SLOT="0"
99 -KEYWORDS="~amd64 ~x86"
100 -IUSE="doc opengl"
101 -
102 -RDEPEND="
103 - dev-python/numpy[${PYTHON_USEDEP}]
104 - sci-libs/scipy[${PYTHON_USEDEP}]
105 - || (
106 - dev-python/PyQt4[${PYTHON_USEDEP}]
107 - dev-python/pyside[${PYTHON_USEDEP}]
108 - )
109 - opengl? ( dev-python/pyopengl[${PYTHON_USEDEP}] )
110 -"
111 -DEPEND="${RDEPEND}
112 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
113 -"
114 -
115 -python_prepare_all() {
116 - distutils-r1_python_prepare_all
117 -
118 - # fix distutils warning
119 - sed -i 's/install_requires/requires/' setup.py || die
120 -
121 - if ! use opengl; then
122 - rm -r pyqtgraph/opengl || die
123 - fi
124 -}
125 -
126 -python_compile_all() {
127 - use doc && emake -C doc html
128 -}
129 -
130 -python_install_all() {
131 - use doc && local HTML_DOCS=( doc/build/html/. )
132 - distutils-r1_python_install_all
133 -}