mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/wtforms: Drop unnecessary die
Drop old Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
# $Id$
|
||||
|
||||
EAPI="5"
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
|
||||
|
||||
inherit distutils-r1
|
||||
@@ -21,7 +22,8 @@ IUSE="doc"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
DEPEND="app-arch/unzip
|
||||
DEPEND="
|
||||
app-arch/unzip
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
doc? ( >=dev-python/sphinx-0.6[${PYTHON_USEDEP}] )"
|
||||
RDEPEND=""
|
||||
@@ -31,7 +33,7 @@ python_compile_all() {
|
||||
}
|
||||
|
||||
python_test() {
|
||||
esetup.py test || die "Tests failed for ${EPYTHON}"
|
||||
esetup.py test
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
|
||||
Reference in New Issue
Block a user