From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fudge/
Date: Tue, 24 Mar 2020 19:57:17 +0000 (UTC) [thread overview]
Message-ID: <1585079835.a204ddaca972ee50f7c6e09b340bef11bebe3d61.floppym@gentoo> (raw)
commit: a204ddaca972ee50f7c6e09b340bef11bebe3d61
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 24 19:57:06 2020 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Mar 24 19:57:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a204ddac
dev-python/fudge: EAPI 7
Package-Manager: Portage-2.3.92_p3, Repoman-2.3.20_p118
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
dev-python/fudge/fudge-1.1.1.ebuild | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/dev-python/fudge/fudge-1.1.1.ebuild b/dev-python/fudge/fudge-1.1.1.ebuild
index d07cb65e79e..854bc14d6fe 100644
--- a/dev-python/fudge/fudge-1.1.1.ebuild
+++ b/dev-python/fudge/fudge-1.1.1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
@@ -16,18 +16,17 @@ KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="doc test"
RESTRICT="!test? ( test )"
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+BDEPEND="
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+ test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
python_compile_all() {
use doc && emake -C docs html
}
python_test() {
- nosetests -w "${BUILD_DIR}"/lib \
- || die "Tests fail with ${EPYTHON}"
+ nosetests -w "${BUILD_DIR}"/lib || die "Tests fail with ${EPYTHON}"
}
python_install_all() {
next reply other threads:[~2020-03-24 19:57 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-24 19:57 Mike Gilbert [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-06-05 13:52 [gentoo-commits] repo/gentoo:master commit in: dev-python/fudge/ Michał Górny
2021-01-29 12:10 Lars Wendler
2020-05-04 11:04 Michał Górny
2020-05-03 19:02 Agostino Sarubbo
2020-03-24 19:49 Mike Gilbert
2020-03-24 19:47 Mike Gilbert
2019-12-27 18:52 David Seifert
2018-01-06 20:13 Markus Meier
2017-07-07 19:41 Alexis Ballier
2017-05-16 20:16 Manuel Rüger
2017-05-03 7:37 Michał Górny
2017-01-18 11:57 Agostino Sarubbo
2017-01-17 13:30 Aaron Bauman
2016-05-03 11:42 Lars Wendler
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=1585079835.a204ddaca972ee50f7c6e09b340bef11bebe3d61.floppym@gentoo \
--to=floppym@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