projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ccea5c
)
dev-python/defusedxml: Drop unncessary die
author
Justin Lecher
<jlec@gentoo.org>
Fri, 11 Sep 2015 07:00:09 +0000
(09:00 +0200)
committer
Justin Lecher
<jlec@gentoo.org>
Fri, 11 Sep 2015 07:53:14 +0000
(09:53 +0200)
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild
b/dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild
index 44a9452cb3999801623702e039d56381bcfa7b81..d61df27288551acee9363745529f3142f5f3e91e 100644
(file)
--- a/
dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild
+++ b/
dev-python/defusedxml/defusedxml-0.4.1-r1.ebuild
@@
-3,6
+3,7
@@
# $Id$
EAPI=5
+
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_REQ_USE="xml(+)"
@@
-18,7
+19,7
@@
LICENSE="PSF-2"
SLOT="0"
python_test() {
- esetup.py test
|| die "Tests failed under ${EPYTHON}"
+ esetup.py test
}
python_install_all() {