diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-18 09:52:13 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-18 15:02:47 +0200 |
commit | 304ea7b26975203c954a538728137b4cce9db451 (patch) | |
tree | 8a4f71fb3bc71bef9971b2d43af471d483200899 /dev-python/typogrify | |
parent | dev-python/smartypants: Port to python3.10 (diff) | |
download | gentoo-304ea7b26975203c954a538728137b4cce9db451.tar.gz gentoo-304ea7b26975203c954a538728137b4cce9db451.tar.bz2 gentoo-304ea7b26975203c954a538728137b4cce9db451.zip |
dev-python/typogrify: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/typogrify')
-rw-r--r-- | dev-python/typogrify/typogrify-2.0.7.ebuild | 6 |
1 files 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 92942e7386a5..cbf65c1436fc 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 |