diff options
author | Arthur Zamarin <arthurzam@gmail.com> | 2021-07-30 14:15:50 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-02 10:16:38 +0200 |
commit | f2551a83e3f22e816080309a21418be9271dc525 (patch) | |
tree | f8ca519bbac641759fc5a6c5e0cbe2e0dcf55371 /app-text/pytextile | |
parent | app-eselect/eselect-emacs: Version bump to 1.19 (diff) | |
download | gentoo-f2551a83e3f22e816080309a21418be9271dc525.tar.gz gentoo-f2551a83e3f22e816080309a21418be9271dc525.tar.bz2 gentoo-f2551a83e3f22e816080309a21418be9271dc525.zip |
app-text/pytextile: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/pytextile')
-rw-r--r-- | app-text/pytextile/pytextile-4.0.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-text/pytextile/pytextile-4.0.1.ebuild b/app-text/pytextile/pytextile-4.0.1.ebuild index ffa9cd0eb2eb..5e40cece1165 100644 --- a/app-text/pytextile/pytextile-4.0.1.ebuild +++ b/app-text/pytextile/pytextile-4.0.1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) + +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 -MY_PN="python-textile" -MY_P="${MY_PN}-${PV}" +MY_P="python-textile-${PV}" DESCRIPTION="A Python port of Textile, A humane web text generator" HOMEPAGE="https://github.com/textile/python-textile" |