Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/typogrify/
Date: Tue, 18 May 2021 13:03:01
Message-Id: 1621342967.304ea7b26975203c954a538728137b4cce9db451.mgorny@gentoo
1 commit: 304ea7b26975203c954a538728137b4cce9db451
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Tue May 18 08:52:13 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 13:02:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=304ea7b2
7
8 dev-python/typogrify: Port to python3.10
9
10 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/typogrify/typogrify-2.0.7.ebuild | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/typogrify/typogrify-2.0.7.ebuild b/dev-python/typogrify/typogrify-2.0.7.ebuild
17 index 92942e7386a..cbf65c1436f 100644
18 --- a/dev-python/typogrify/typogrify-2.0.7.ebuild
19 +++ b/dev-python/typogrify/typogrify-2.0.7.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{7..9} )
25 +PYTHON_COMPAT=( python3_{7..10} )
26 inherit distutils-r1
27
28 DESCRIPTION="Filters for web typography, supporting Django & Jinja templates"
29 @@ -14,11 +14,9 @@ LICENSE="BSD"
30 SLOT="0"
31 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
32
33 -DEPEND="
34 - ${PYTHON_DEPS}
35 +RDEPEND="
36 >=dev-python/smartypants-1.8.3[${PYTHON_USEDEP}]
37 "
38 -RDEPEND="${DEPEND}"
39
40 distutils_enable_tests pytest