From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flufl-i18n/
Date: Mon, 27 Sep 2021 09:29:42 +0000 (UTC) [thread overview]
Message-ID: <1632734942.c4488912f7cc1fe4f5fc39023fd5fd707a089c7f.arthurzam@gentoo> (raw)
commit: c4488912f7cc1fe4f5fc39023fd5fd707a089c7f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 27 07:12:06 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 27 09:29:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4488912
dev-python/flufl-i18n: enable py3.10, cleanup
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/flufl-i18n/flufl-i18n-3.2.ebuild | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/dev-python/flufl-i18n/flufl-i18n-3.2.ebuild b/dev-python/flufl-i18n/flufl-i18n-3.2.ebuild
index bc9300e4f4e..59ecea88255 100644
--- a/dev-python/flufl-i18n/flufl-i18n-3.2.ebuild
+++ b/dev-python/flufl-i18n/flufl-i18n-3.2.ebuild
@@ -3,31 +3,27 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
MY_P=${P/-/.}
+
DESCRIPTION="A high level API for Python internationalization"
HOMEPAGE="https://gitlab.com/warsaw/flufl.i18n"
SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND="
- dev-python/atpublic[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/typing-extensions[${PYTHON_USEDEP}]
- ' python3_7)"
-BDEPEND="
- test? ( dev-python/sybil[${PYTHON_USEDEP}] )"
+RDEPEND="dev-python/atpublic[${PYTHON_USEDEP}]"
+BDEPEND="test? ( dev-python/sybil[${PYTHON_USEDEP}] )"
distutils_enable_tests pytest
src_prepare() {
- sed -i -e 's:--cov=flufl::' setup.cfg || die
+ sed -e '/addopts/d' -i setup.cfg || die
distutils-r1_src_prepare
}
next reply other threads:[~2021-09-27 9:29 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-27 9:29 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-02-10 22:54 [gentoo-commits] repo/gentoo:master commit in: dev-python/flufl-i18n/ Michał Górny
2022-01-26 21:27 Jakov Smolić
2022-01-16 17:53 Michał Górny
2021-10-17 8:23 Michał Górny
2021-09-27 9:29 Arthur Zamarin
2021-09-27 9:29 Arthur Zamarin
2021-05-29 23:02 Michał Górny
2021-02-16 0:32 Michał Górny
2021-01-02 9:16 Michał Górny
2020-11-10 9:45 Hanno Böck
2020-03-27 9:16 Michał Górny
2020-03-27 9:16 Michał Górny
2020-02-07 8:37 Hanno Böck
2017-12-11 3:49 Matt Thode
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=1632734942.c4488912f7cc1fe4f5fc39023fd5fd707a089c7f.arthurzam@gentoo \
--to=arthurzam@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