From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/editorconfig-core-py/
Date: Wed, 22 Apr 2020 05:59:54 +0000 (UTC) [thread overview]
Message-ID: <1587535183.9ab6de53299e59cb73c458f7c7cd82392d92b682.mgorny@gentoo> (raw)
commit: 9ab6de53299e59cb73c458f7c7cd82392d92b682
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 22 05:22:42 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 22 05:59:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab6de53
dev-python/editorconfig-core-py: Enable py3.{7,8}
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../editorconfig-core-py/editorconfig-core-py-0.12.0.ebuild | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.0.ebuild b/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.0.ebuild
index 97128a01305..c9cfa0e96b4 100644
--- a/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.0.ebuild
+++ b/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.0.ebuild
@@ -4,7 +4,7 @@
EAPI=6
TESTVER="abb579e00f2deeede91cb485e53512efab9c6474"
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Clone of EditorConfig core written in Python"
@@ -43,11 +43,8 @@ python_install() {
#use cli || rm -f "${D}/${EPREFIX}"/usr/bin
}
-src_test() {
- __src_test_run_python_impl() {
- cmake -DPYTHON_EXECUTABLE="${PYTHON}" . || die "tests failed to build with ${EPYTHON}"
- ctest . || die "tests failed with ${EPYTHON}"
- }
- python_foreach_impl __src_test_run_python_impl
- unset __src_test_run_python_impl
+python_test() {
+ cmake -DPYTHON_EXECUTABLE="${PYTHON}" . ||
+ die "tests failed to build with ${EPYTHON}"
+ ctest . || die "tests failed with ${EPYTHON}"
}
next reply other threads:[~2020-04-22 5:59 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-22 5:59 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-13 4:27 [gentoo-commits] repo/gentoo:master commit in: dev-python/editorconfig-core-py/ Michał Górny
2022-08-10 13:05 Sam James
2021-06-05 13:34 Michał Górny
2020-12-23 9:31 Michał Górny
2020-12-23 8:29 Michał Górny
2020-12-23 8:29 Michał Górny
2020-02-05 13:00 Michał Górny
2018-06-23 21:48 Aaron Bauman
2017-02-28 19:07 Patrick McLean
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=1587535183.9ab6de53299e59cb73c458f7c7cd82392d92b682.mgorny@gentoo \
--to=mgorny@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