From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyqtgraph/
Date: Mon, 5 Mar 2018 14:58:51 +0000 (UTC) [thread overview]
Message-ID: <1520261915.a6cb83a39beef31a0a9a14431446292f02443501.asturm@gentoo> (raw)
commit: a6cb83a39beef31a0a9a14431446292f02443501
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 5 14:52:23 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 5 14:58:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6cb83a3
dev-python/pyqtgraph: Drop 0.10.0
Closes: https://bugs.gentoo.org/556106
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-python/pyqtgraph/pyqtgraph-0.10.0.ebuild | 52 ----------------------------
1 file changed, 52 deletions(-)
diff --git a/dev-python/pyqtgraph/pyqtgraph-0.10.0.ebuild b/dev-python/pyqtgraph/pyqtgraph-0.10.0.ebuild
deleted file mode 100644
index dea43636c81..00000000000
--- a/dev-python/pyqtgraph/pyqtgraph-0.10.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit distutils-r1
-
-DESCRIPTION="a pure-python graphics and GUI library built on PyQt/PySide and numpy"
-HOMEPAGE="http://www.pyqtgraph.org/ https://github.com/pyqtgraph/pyqtgraph"
-SRC_URI="https://github.com/pyqtgraph/${PN}/archive/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc examples opengl"
-
-RDEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- sci-libs/scipy[${PYTHON_USEDEP}]
- || (
- dev-python/PyQt5[${PYTHON_USEDEP}]
- dev-python/PyQt4[${PYTHON_USEDEP}]
- dev-python/pyside[${PYTHON_USEDEP}]
- )
- opengl? ( dev-python/pyopengl[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-
-S=${WORKDIR}/${PN}-${P}
-
-python_prepare_all() {
- distutils-r1_python_prepare_all
-
- # fix distutils warning
- sed -i 's/install_requires/requires/' setup.py || die
-
- if ! use opengl; then
- rm -r pyqtgraph/opengl || die
- fi
-}
-
-python_compile_all() {
- use doc && emake -C doc html
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( doc/build/html/. )
- use examples && dodoc -r examples
- distutils-r1_python_install_all
-}
next reply other threads:[~2018-03-05 14:58 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-05 14:58 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-13 22:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyqtgraph/ Matt Jolly
2024-12-11 3:09 Matt Jolly
2024-12-11 2:29 Matt Jolly
2024-12-11 2:29 Matt Jolly
2024-12-08 5:27 Matt Jolly
2024-12-08 5:23 Matt Jolly
2024-12-08 5:23 Matt Jolly
2024-05-17 8:20 Michał Górny
2024-05-17 8:18 Arthur Zamarin
2024-05-08 8:15 Michał Górny
2024-05-08 7:50 Michał Górny
2024-04-29 3:27 Michał Górny
2024-04-22 3:40 Michał Górny
2024-04-14 15:28 Michał Górny
2024-04-13 6:26 Arthur Zamarin
2024-04-13 6:26 Arthur Zamarin
2024-03-08 5:40 Michał Górny
2023-11-30 15:59 Ionen Wolkens
2023-06-11 19:19 Michał Górny
2023-06-11 18:38 Jakov Smolić
2023-04-29 18:31 Michał Górny
2023-04-29 17:31 Arthur Zamarin
2023-04-15 8:23 Michał Górny
2023-03-04 18:16 Michał Górny
2023-02-16 18:05 Michał Górny
2023-01-08 5:06 Michał Górny
2023-01-07 18:07 Arthur Zamarin
2022-10-29 19:43 Sam James
2022-10-01 15:53 Michał Górny
2022-09-09 22:38 Jakov Smolić
2022-09-07 7:51 Michał Górny
2022-04-21 19:37 Michał Górny
2022-04-21 19:01 Sam James
2022-04-19 11:29 Michał Górny
2022-03-16 10:06 Michał Górny
2021-10-11 7:56 Michał Górny
2021-08-22 6:49 Michał Górny
2021-08-22 3:42 Sam James
2021-08-15 7:42 Michał Górny
2021-07-09 7:26 Michał Górny
2021-04-28 17:04 Sam James
2021-04-28 17:00 Sam James
2021-04-07 8:06 Michał Górny
2021-03-26 14:37 Michał Górny
2021-03-26 9:41 Michał Górny
2020-11-21 22:05 Marek Szuba
2020-06-04 6:35 Agostino Sarubbo
2020-06-03 19:44 Agostino Sarubbo
2020-01-28 22:12 Rick Farina
2018-03-05 14:31 Agostino Sarubbo
2018-03-04 6:51 Thomas Deutschmann
2017-04-26 6:24 Tim Harder
2017-04-26 6:24 Tim Harder
2017-04-26 6:24 Tim Harder
2016-12-09 8:33 Tim Harder
2016-09-02 23:18 Tim Harder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1520261915.a6cb83a39beef31a0a9a14431446292f02443501.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox