public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-migrate/
Date: Sun, 10 Jan 2021 10:19:57 +0000 (UTC)	[thread overview]
Message-ID: <1610273992.c66c391ffd75f61d249cd31efee34b0e69d65278.asturm@gentoo> (raw)

commit:     c66c391ffd75f61d249cd31efee34b0e69d65278
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 10:13:25 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 10:19:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c66c391f

dev-python/flask-migrate: Modernise using distutils_enable_tests

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-python/flask-migrate/flask-migrate-2.5.3.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/dev-python/flask-migrate/flask-migrate-2.5.3.ebuild b/dev-python/flask-migrate/flask-migrate-2.5.3.ebuild
index d684926f496..d121364929a 100644
--- a/dev-python/flask-migrate/flask-migrate-2.5.3.ebuild
+++ b/dev-python/flask-migrate/flask-migrate-2.5.3.ebuild
@@ -19,18 +19,15 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
+distutils_enable_tests setup.py
+
 RDEPEND="
 	>=dev-python/alembic-0.7[${PYTHON_USEDEP}]
 	>=dev-python/flask-0.9[${PYTHON_USEDEP}]
 	>=dev-python/flask-sqlalchemy-1.0[${PYTHON_USEDEP}]
 "
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
+BDEPEND="
 	test? ( >=dev-python/flask-script-0.6[${PYTHON_USEDEP}] )
 "
 
 S="${WORKDIR}/${MY_P}"
-
-python_test() {
-	esetup.py test || die "Testing failed with ${EPYTHON}"
-}


             reply	other threads:[~2021-01-10 10:20 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-10 10:19 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-18 19:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-migrate/ Michał Górny
2024-03-30 14:59 Michał Górny
2024-03-30 14:53 Michał Górny
2024-03-12  5:13 Michał Górny
2024-03-09 16:20 Arthur Zamarin
2023-11-25 20:47 Sam James
2023-11-23 17:00 Arthur Zamarin
2023-10-14 18:28 Michał Górny
2023-10-14 16:52 Arthur Zamarin
2023-09-13  2:42 Michał Górny
2023-06-07  9:27 Sam James
2023-02-03  7:19 Michał Górny
2023-01-30  7:15 Michał Górny
2023-01-19  6:08 Michał Górny
2023-01-06  5:35 Michał Górny
2022-12-17  7:15 Michał Górny
2022-12-17  7:15 Michał Górny
2022-12-16 21:32 Arthur Zamarin
2021-11-05 17:21 Arthur Zamarin
2021-11-05 17:02 Jakov Smolić
2021-10-02  8:35 Arthur Zamarin
2021-07-19  6:14 Michał Górny
2021-07-16  7:10 Michał Górny
2021-07-16  6:50 Agostino Sarubbo
2021-07-12  9:11 Michał Górny
2021-05-31  6:39 Michał Górny
2021-05-15 21:18 Michał Górny
2021-03-25 16:19 Agostino Sarubbo
2021-02-21 17:17 Michał Górny
2021-02-18  7:23 Sam James
2021-02-12  9:57 Sam James
2021-01-20  9:27 Michał Górny
2021-01-10 12:46 Andreas Sturmlechner
2021-01-09 19:06 Andreas Sturmlechner
2021-01-09 18:58 Sam James
2020-02-05 21:28 Andreas Sturmlechner
2020-02-05 13:24 Michał Górny
2019-12-01 19:27 Andreas Sturmlechner
2019-11-19 15:40 Agostino Sarubbo
2019-11-18 12:03 Agostino Sarubbo
2019-10-18  0:24 Aaron W. Swenson
2018-06-24 14:09 Jason Zaman
2018-06-24 11:31 Pacho Ramos
2018-01-03 23:35 Michał Górny
2017-12-22 16:32 Jason Zaman
2017-12-19 15:46 Thomas Deutschmann
2017-12-19 14:27 Aaron Swenson
2017-09-09 23:27 Aaron Swenson
2017-05-02 13:11 Michał Górny
2016-11-06 11:25 Tiziano Müller
2016-11-06 11:25 Tiziano Müller
2016-07-15  8:54 Patrice Clement
2016-03-02 16:53 Patrick Lauer
2016-01-03 20:34 Patrick Lauer

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=1610273992.c66c391ffd75f61d249cd31efee34b0e69d65278.asturm@gentoo \
    --to=asturm@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