From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F40171382C5 for ; Sun, 10 Jan 2021 12:46:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32D01E0AE0; Sun, 10 Jan 2021 12:46:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 158A7E0AE0 for ; Sun, 10 Jan 2021 12:46:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2B5B33BE3A for ; Sun, 10 Jan 2021 12:46:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6714B8 for ; Sun, 10 Jan 2021 12:46:26 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1610282754.0ae2c3ec821b2aa1361bb1ba3c5126204a33d987.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-migrate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-migrate/flask-migrate-2.5.3.ebuild X-VCS-Directories: dev-python/flask-migrate/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0ae2c3ec821b2aa1361bb1ba3c5126204a33d987 X-VCS-Branch: master Date: Sun, 10 Jan 2021 12:46:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5a17fe81-b574-421f-8367-1452f194237e X-Archives-Hash: 964daf5e4bef50969403de8183e81097 commit: 0ae2c3ec821b2aa1361bb1ba3c5126204a33d987 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 10 12:45:54 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 10 12:45:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae2c3ec dev-python/flask-migrate: Move distutils_enable_tests where it belongs Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/flask-migrate/flask-migrate-2.5.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 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 d121364929a..6eb39568e96 100644 --- a/dev-python/flask-migrate/flask-migrate-2.5.3.ebuild +++ b/dev-python/flask-migrate/flask-migrate-2.5.3.ebuild @@ -19,8 +19,6 @@ 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}] @@ -31,3 +29,5 @@ BDEPEND=" " S="${WORKDIR}/${MY_P}" + +distutils_enable_tests setup.py