diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-05-22 18:31:59 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-05-22 18:31:59 +0300 |
commit | eb4728f057827348c0499e5bb2f39d8393040170 (patch) | |
tree | c56c43d7c9039d383d9d6476f9d2c74228a0f489 /dev-python/pytest-qt | |
parent | dev-python/pytest-qt: amd64/x86 stable wrt bug #656046 (diff) | |
download | gentoo-eb4728f057827348c0499e5bb2f39d8393040170.tar.gz gentoo-eb4728f057827348c0499e5bb2f39d8393040170.tar.bz2 gentoo-eb4728f057827348c0499e5bb2f39d8393040170.zip |
dev-python/pytest-qt: Drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-python/pytest-qt')
-rw-r--r-- | dev-python/pytest-qt/pytest-qt-2.3.0.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/dev-python/pytest-qt/pytest-qt-2.3.0.ebuild b/dev-python/pytest-qt/pytest-qt-2.3.0.ebuild deleted file mode 100644 index 846360f394a6..000000000000 --- a/dev-python/pytest-qt/pytest-qt-2.3.0.ebuild +++ /dev/null @@ -1,44 +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.org/project/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/PyQt4 - dev-python/PyQt5 - ) - 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 -} |