From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/gixy/
Date: Mon, 28 Jun 2021 17:11:46 +0000 (UTC) [thread overview]
Message-ID: <1624900287.4189f529dec8932bcccc9a2ec64c99b1750bf6a4.soap@gentoo> (raw)
commit: 4189f529dec8932bcccc9a2ec64c99b1750bf6a4
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 28 17:11:27 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jun 28 17:11:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4189f529
app-admin/gixy: [QA] fix python_prepare_all
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-admin/gixy/gixy-0.1.20.ebuild | 22 ++++++----------------
1 file changed, 6 insertions(+), 16 deletions(-)
diff --git a/app-admin/gixy/gixy-0.1.20.ebuild b/app-admin/gixy/gixy-0.1.20.ebuild
index c31b3f93008..6f531a1ac95 100644
--- a/app-admin/gixy/gixy-0.1.20.ebuild
+++ b/app-admin/gixy/gixy-0.1.20.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -16,27 +16,17 @@ SRC_URI="https://github.com/yandex/gixy/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-RDEPEND=">=dev-python/pyparsing-1.5.5[${PYTHON_USEDEP}]
+RDEPEND="
+ >=dev-python/pyparsing-1.5.5[${PYTHON_USEDEP}]
>=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}]
>=dev-python/configargparse-0.11.0[${PYTHON_USEDEP}]
>=dev-python/jinja-2.8[${PYTHON_USEDEP}]
>=dev-python/six-1.1.0[${PYTHON_USEDEP}]"
-BDEPEND="
- test? (
- dev-python/nose[${PYTHON_USEDEP}]
- ${RDEPEND}
- )
-"
+distutils_enable_tests nose
-python_prepare() {
+python_prepare_all() {
sed -i -e "/argparse/d" setup.py || die
distutils-r1_python_prepare_all
}
-
-python_test() {
- nosetests -v || die
-}
next reply other threads:[~2021-06-28 17:11 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-28 17:11 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-09-16 9:47 [gentoo-commits] repo/gentoo:master commit in: app-admin/gixy/ Jakov Smolić
2020-10-08 10:02 Joonas Niilola
2020-10-08 10:02 Joonas Niilola
2020-04-19 13:37 Thomas Deutschmann
2020-02-04 13:32 Michał Górny
2018-10-18 16:20 Thomas Deutschmann
2018-10-18 15:43 Thomas Deutschmann
2017-11-20 19:24 Manuel Rüger
2017-07-23 11:54 Michael Palimaka
2017-07-23 11:51 Manuel Rüger
2017-05-22 12:28 Manuel Rüger
2017-05-15 14:32 Manuel Rüger
2017-05-11 14:47 Manuel Rüger
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=1624900287.4189f529dec8932bcccc9a2ec64c99b1750bf6a4.soap@gentoo \
--to=soap@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