From 29aabba0ea759c6a2864ff5631735b67ee38e5e0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 5 Feb 2020 18:44:56 +0000 Subject: gentoo resync : 05.02.2020 --- dev-python/pyqtgraph/Manifest | 2 +- dev-python/pyqtgraph/pyqtgraph-0.10.0-r1.ebuild | 47 ------------------------- dev-python/pyqtgraph/pyqtgraph-0.10.0-r2.ebuild | 47 +++++++++++++++++++++++++ 3 files changed, 48 insertions(+), 48 deletions(-) delete mode 100644 dev-python/pyqtgraph/pyqtgraph-0.10.0-r1.ebuild create mode 100644 dev-python/pyqtgraph/pyqtgraph-0.10.0-r2.ebuild (limited to 'dev-python/pyqtgraph') diff --git a/dev-python/pyqtgraph/Manifest b/dev-python/pyqtgraph/Manifest index ab509ec0fea8..b17bfdecf3ca 100644 --- a/dev-python/pyqtgraph/Manifest +++ b/dev-python/pyqtgraph/Manifest @@ -1,4 +1,4 @@ AUX pyqtgraph-0.10.0-qt5.patch 439 BLAKE2B 8c0b5f766adf64d67800873145223ed8f9dda75ce1d5d62784129d827c4dfb9d44bd5532b44dbe42abc6bd67d5b13082c1691d8796c3a53b4ea873faaa2d7f00 SHA512 792a739e1cdc2c7c1ce059945c4a5280f1187a88dd767669fee83fbbdb5c315c022b99c5312c9c53d88afc6d24767fcb93426f6e05b9a5d08db084ba3110cc93 DIST pyqtgraph-0.10.0.tar.gz 704972 BLAKE2B cb1295608536b06de32ea72503b2df2be7f4ae3065b42431542539feec5eb37412e3a7697e2ee97309594b9aecc19c692ef7b45f843f37bd50148a3c0b6e1d31 SHA512 d995da7b4f13ae0009582aebe3f753dc78566dc50ba9314d3a2d37ad4ed8f2fd8bb497a01bb8b37b6d96bf14c071aad018bcbc7224d9dd9b47589a7b5b640d30 -EBUILD pyqtgraph-0.10.0-r1.ebuild 1215 BLAKE2B 8833116f7ddaf849e3ac2eedd5e9adc10216ad90b9349fbc39a71dccf4509ea7d53de8fc2c4fe072cf2164661c6006f5af0a11c72af00c68d6c721c062726dc6 SHA512 f35873f03b177f8b3cf8e46cdd0dc1a11334909f1fd4699a58d87b6aa59413f431733d809a0884d9a1ef7a2128135f6fbb678333e3544bafa0ae2723ed64957c +EBUILD pyqtgraph-0.10.0-r2.ebuild 1219 BLAKE2B 6eeeeb6d25de6d0d791b760569eceafb34b5a0fa65af24a100cf9540ae45e0d8df327787f80581ac31504f6be32b5695a03e0238c290cdef6b62774ab5ad03fd SHA512 b5742c766f27a517867fbbe1b1b95204c984636f52975a47a070f00c739e3b4c300d7c160bb1558fcc8865b72e6c64de05ab4007b859634c432ccf1b7df2bf39 MISC metadata.xml 725 BLAKE2B 0126a36d5645e5fa0ddcbc46924f78284cb03de5632f84a790415278a91ab650b2e3c7994467e106a0bc4e900f98b0f40ca70416ea2d515b15d4f74320600e70 SHA512 51fdf4a875bc629230c1040ae34cc6b37225dcd18c04a23d3bb6b5da30c79dd7d4c10ee46fd671941d86ee15d548e7a0303bcb48e7796b20036ebb928ebd9078 diff --git a/dev-python/pyqtgraph/pyqtgraph-0.10.0-r1.ebuild b/dev-python/pyqtgraph/pyqtgraph-0.10.0-r1.ebuild deleted file mode 100644 index 5ec286616580..000000000000 --- a/dev-python/pyqtgraph/pyqtgraph-0.10.0-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_6 ) -inherit distutils-r1 - -DESCRIPTION="A pure-python graphics and GUI library built on PyQt and numpy" -HOMEPAGE="http://www.pyqtgraph.org/ https://pypi.org/project/pyqtgraph/" -SRC_URI="http://www.pyqtgraph.org/downloads/${PV}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc examples opengl svg" - -RDEPEND="dev-python/numpy[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] - dev-python/PyQt5[gui,widgets,opengl=,svg=,${PYTHON_USEDEP}] - opengl? ( dev-python/pyopengl[${PYTHON_USEDEP}] )" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" - -PATCHES=( "${FILESDIR}"/${P}-qt5.patch ) -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 -} diff --git a/dev-python/pyqtgraph/pyqtgraph-0.10.0-r2.ebuild b/dev-python/pyqtgraph/pyqtgraph-0.10.0-r2.ebuild new file mode 100644 index 000000000000..b3db85104e1f --- /dev/null +++ b/dev-python/pyqtgraph/pyqtgraph-0.10.0-r2.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python3_{6,7} ) +inherit distutils-r1 + +DESCRIPTION="A pure-python graphics and GUI library built on PyQt and numpy" +HOMEPAGE="http://www.pyqtgraph.org/ https://pypi.org/project/pyqtgraph/" +SRC_URI="http://www.pyqtgraph.org/downloads/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="doc examples opengl svg" + +RDEPEND="dev-python/numpy[${PYTHON_USEDEP}] + sci-libs/scipy[${PYTHON_USEDEP}] + dev-python/PyQt5[gui,widgets,opengl=,svg=,${PYTHON_USEDEP}] + opengl? ( dev-python/pyopengl[${PYTHON_USEDEP}] )" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" + +PATCHES=( "${FILESDIR}"/${P}-qt5.patch ) +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 +} -- cgit v1.2.3