summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-04-19 13:21:30 +0200
committerMichał Górny <mgorny@gentoo.org>2022-04-19 13:29:25 +0200
commitc7fb26374f2b9406c2d1e85714ec1e998bb93407 (patch)
treebf8588cd99017cda3d14e80fb4204d29a7cee1aa /dev-python/pyqtgraph/pyqtgraph-0.12.4.ebuild
parentnet-mail/mailutils: add 3.15 (diff)
downloadgentoo-c7fb26374f2b9406c2d1e85714ec1e998bb93407.tar.gz
gentoo-c7fb26374f2b9406c2d1e85714ec1e998bb93407.tar.bz2
gentoo-c7fb26374f2b9406c2d1e85714ec1e998bb93407.zip
dev-python/pyqtgraph: Remove USE=examples
Remove obsolete USE=examples, the examples are now installed as part of the Python package. Closes: https://bugs.gentoo.org/835690 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyqtgraph/pyqtgraph-0.12.4.ebuild')
-rw-r--r--dev-python/pyqtgraph/pyqtgraph-0.12.4.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-python/pyqtgraph/pyqtgraph-0.12.4.ebuild b/dev-python/pyqtgraph/pyqtgraph-0.12.4.ebuild
index 5c5065d886e1..e13cb3d1376e 100644
--- a/dev-python/pyqtgraph/pyqtgraph-0.12.4.ebuild
+++ b/dev-python/pyqtgraph/pyqtgraph-0.12.4.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${PN}-${P}
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="examples opengl svg"
+IUSE="opengl svg"
REQUIRED_USE="test? ( opengl svg )"
RDEPEND="
@@ -86,8 +86,3 @@ src_test() {
distutils-r1_src_test
}
-
-python_install_all() {
- use examples && DOCS+=( examples/ )
- distutils-r1_python_install_all
-}