From 5b5df25227111ef465caf5c52bcfb66dac3219cd Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 19 Jan 2018 20:11:46 +0000 Subject: gentoo resync : 19.01.2018 --- dev-python/pytest-qt/Manifest | 2 +- dev-python/pytest-qt/pytest-qt-2.3.0-r1.ebuild | 41 -------------------------- dev-python/pytest-qt/pytest-qt-2.3.0-r2.ebuild | 41 ++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 dev-python/pytest-qt/pytest-qt-2.3.0-r1.ebuild create mode 100644 dev-python/pytest-qt/pytest-qt-2.3.0-r2.ebuild (limited to 'dev-python/pytest-qt') diff --git a/dev-python/pytest-qt/Manifest b/dev-python/pytest-qt/Manifest index cc70d6ce3143..2f8e5bb4036a 100644 --- a/dev-python/pytest-qt/Manifest +++ b/dev-python/pytest-qt/Manifest @@ -1,4 +1,4 @@ DIST pytest-qt-2.3.0.tar.gz 106707 BLAKE2B cf02aed42481cbcadfaaa15c883f3055337f6f32e33b7dfbce986ecd9936218ee5bfe9f21e1a910aa970e7adf88dd24415d63f40655e8417863e96a4285fd466 SHA512 2bda4b5f60ba68b151ce62972661cd704e40f4cadaef2583882099e96100b5c5b9398de796e851579e026e9736e07539c4db8c10eef16929ce729c4dd7a22940 -EBUILD pytest-qt-2.3.0-r1.ebuild 876 BLAKE2B 2f0a1c2fc54bd71a8601168f2aaeb75d138b15f5b1fe0ab730e3d1e241d62afb57b36e4e441f9f8ac98e07946213f6637accffc848a03f51f0c62d33733e3233 SHA512 570152e67299a36213593bd213fa9370a147ea641af8e1a30439ea00e0180b1707610b6ffcda185b7e8ad0698c4b0ab2bb388f38b8de9cd5285d4583acca2804 +EBUILD pytest-qt-2.3.0-r2.ebuild 901 BLAKE2B 2ad8437c67447e33d362d75682b36b030883f86d4f075c26b00547317219f5e6e0c10c7fb24f0fb559d4fafe6a72586e287d13d899d35774d9a7c846ef95086a SHA512 1455ba81b72841226c4ff5b5a820e4e19a8f80220582de0ec6dedf09a2b4866081f00cbcfce7b80b3dcc955ccbdf78c4dd62cf4a83833de87971029ca4594531 EBUILD pytest-qt-2.3.0.ebuild 898 BLAKE2B 252414587ec176bfe22b329754eb953ede7b841943b9a5285a2092665fa5e8641e2f0649df02ef364b84211f576d6963ad0897868161a6153f596fe4bc5da7a7 SHA512 20fe62ec12efe92b57aba24cd80925da2657ebe65c1cdf3722602b5dcb3f415b3a9f88362f581270b4630c1a12d3fa19ef6478d5314c6238a3a9bd305cc423bc MISC metadata.xml 396 BLAKE2B f4d5cdd1823e62b7b0443623b9f34ffbd2f5f7944ddca44dacbeba2b4a3daa438203483b96f113ab821d4e5dccdc6e9cde8faa3a6a4a53d190b567af07cb9b61 SHA512 c5c3149a783a4d72eb7f0582d416b0f6c408d86878892a0ccde2aa5ec672a55c0c2658af31cffdd8f66500420fa3ee43dbda98397a1efb3cc06697e9e1af84ac diff --git a/dev-python/pytest-qt/pytest-qt-2.3.0-r1.ebuild b/dev-python/pytest-qt/pytest-qt-2.3.0-r1.ebuild deleted file mode 100644 index cbbfd24fc3d7..000000000000 --- a/dev-python/pytest-qt/pytest-qt-2.3.0-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_5 ) -inherit distutils-r1 - -DESCRIPTION="pytest plugin for PyQt4 or PyQt5 applications" -HOMEPAGE="https://pypi.python.org/pypi/pytest-qt" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND=" - >=dev-python/pytest-2.7.0[${PYTHON_USEDEP}] - dev-python/PyQt5[gui] - doc? ( - dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/sphinx-py3doc-enhanced-theme[${PYTHON_USEDEP}] - ) -" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] -" - -# Test make assumptions about Qt environment -RESTRICT="test" - -python_compile_all() { - use doc && sphinx-build -b html docs _build/html -} - -python_install_all() { - use doc && HTML_DOCS=( _build/html/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/pytest-qt/pytest-qt-2.3.0-r2.ebuild b/dev-python/pytest-qt/pytest-qt-2.3.0-r2.ebuild new file mode 100644 index 000000000000..317a66593a46 --- /dev/null +++ b/dev-python/pytest-qt/pytest-qt-2.3.0-r2.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_5 ) +inherit distutils-r1 + +DESCRIPTION="pytest plugin for PyQt4 or PyQt5 applications" +HOMEPAGE="https://pypi.python.org/pypi/pytest-qt" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND=" + >=dev-python/pytest-2.7.0[${PYTHON_USEDEP}] + dev-python/PyQt5[gui,testlib,${PYTHON_USEDEP}] + doc? ( + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/sphinx-py3doc-enhanced-theme[${PYTHON_USEDEP}] + ) +" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] +" + +# Test make assumptions about Qt environment +RESTRICT="test" + +python_compile_all() { + use doc && sphinx-build -b html docs _build/html +} + +python_install_all() { + use doc && HTML_DOCS=( _build/html/. ) + distutils-r1_python_install_all +} -- cgit v1.2.3