Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
+
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
RDEPEND=""
python_test() {
- esetup.py test || die "Tests failed under ${EPYTHON}"
+ esetup.py test
}
python_install_all() {
distutils-r1_python_install_all
- rm "${D}"/usr/README.rst || die "Couldn't remove spurious README.rst"
+ rm "${ED}"/usr/README.rst || die "Couldn't remove spurious README.rst"
}
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
+
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
inherit distutils-r1 vcs-snapshot
}
python_test() {
- esetup.py test || die "Tests failed under ${EPYTHON}"
+ esetup.py test
}
python_install_all() {
distutils-r1_python_install_all
- rm "${D}"/usr/README.rst || die "Couldn't remove spurious README.rst"
+ rm "${ED}"/usr/README.rst || die "Couldn't remove spurious README.rst"
}