From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/doublex/
Date: Fri, 11 Sep 2015 07:53:23 +0000 (UTC) [thread overview]
Message-ID: <1441957995.18ac7b8ae16c520519df2c10a6404b0b018f3e27.jlec@gentoo> (raw)
commit: 18ac7b8ae16c520519df2c10a6404b0b018f3e27
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 07:01:09 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Sep 11 07:53:15 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ac7b8a
dev-python/doublex: Drop unnecessary die
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/doublex/doublex-1.7.ebuild | 7 ++++---
dev-python/doublex/doublex-1.8.1.ebuild | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/dev-python/doublex/doublex-1.7.ebuild b/dev-python/doublex/doublex-1.7.ebuild
index 414cc62..4fbe1c8 100644
--- a/dev-python/doublex/doublex-1.7.ebuild
+++ b/dev-python/doublex/doublex-1.7.ebuild
@@ -1,8 +1,9 @@
-# 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
@@ -25,11 +26,11 @@ DEPEND="
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"
}
diff --git a/dev-python/doublex/doublex-1.8.1.ebuild b/dev-python/doublex/doublex-1.8.1.ebuild
index 84fe635..d803de8 100644
--- a/dev-python/doublex/doublex-1.8.1.ebuild
+++ b/dev-python/doublex/doublex-1.8.1.ebuild
@@ -1,8 +1,9 @@
-# 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
@@ -32,7 +33,7 @@ python_compile_all() {
}
python_test() {
- esetup.py test || die "Tests failed under ${EPYTHON}"
+ esetup.py test
}
python_install_all() {
@@ -40,5 +41,5 @@ 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"
}
next reply other threads:[~2015-09-11 7:53 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-11 7:53 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-03-10 15:26 [gentoo-commits] repo/gentoo:master commit in: dev-python/doublex/ Manuel Rüger
2017-05-11 3:22 Zac Medico
2018-03-30 18:35 Aaron Bauman
2020-02-05 5:50 Michał Górny
2020-02-29 21:41 Sebastian Pipping
2020-03-08 10:42 Agostino Sarubbo
2020-03-17 7:23 Michał Górny
2020-03-27 7:25 Michał Górny
2020-05-05 11:51 Joonas Niilola
2020-09-05 0:29 Sam James
2020-09-13 16:50 Louis Sautier
2020-11-04 5:32 Sam James
2021-09-12 7:31 Sam James
2021-09-12 7:39 Michał Górny
2023-02-14 15:25 Michał Górny
2023-03-13 19:26 Arthur Zamarin
2023-03-14 5:02 Michał Górny
2023-03-14 19:49 Sam James
2023-05-31 16:05 Michał Górny
2024-05-18 16:59 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1441957995.18ac7b8ae16c520519df2c10a6404b0b018f3e27.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox