mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/pytest-qt: add RESTRICT=test and fix minor white space
Package-Manager: Portage-2.3.13, Repoman-2.3.3
This commit is contained in:
@@ -10,7 +10,7 @@ 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"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="doc"
|
||||
@@ -31,6 +31,9 @@ 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user