commit:     304ea7b26975203c954a538728137b4cce9db451
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Tue May 18 08:52:13 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 18 13:02:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=304ea7b2

dev-python/typogrify: Port to python3.10

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/typogrify/typogrify-2.0.7.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-python/typogrify/typogrify-2.0.7.ebuild 
b/dev-python/typogrify/typogrify-2.0.7.ebuild
index 92942e7386a..cbf65c1436f 100644
--- a/dev-python/typogrify/typogrify-2.0.7.ebuild
+++ b/dev-python/typogrify/typogrify-2.0.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 inherit distutils-r1
 
 DESCRIPTION="Filters for web typography, supporting Django & Jinja templates"
@@ -14,11 +14,9 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
-DEPEND="
-       ${PYTHON_DEPS}
+RDEPEND="
        >=dev-python/smartypants-1.8.3[${PYTHON_USEDEP}]
 "
-RDEPEND="${DEPEND}"
 
 distutils_enable_tests pytest
 

Reply via email to