diff options
| author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-29 18:26:42 +0300 |
|---|---|---|
| committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-29 18:29:02 +0300 |
| commit | 9c8807e1f6459f64d22231021a6ddcf8495ded47 (patch) | |
| tree | a8ebc86e40c1eca6fa42391c44609a68df04a38d /dev-python/bpython/bpython-0.21.ebuild | |
| parent | 76c0287bfb98ed25b63c9ad892fa6a1ee1c87dc0 (diff) | |
| download | gentoo-9c8807e1f6459f64d22231021a6ddcf8495ded47.tar.gz gentoo-9c8807e1f6459f64d22231021a6ddcf8495ded47.tar.bz2 gentoo-9c8807e1f6459f64d22231021a6ddcf8495ded47.zip | |
dev-python/bpython: enable py3.10
Closes: https://bugs.gentoo.org/812305
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/bpython/bpython-0.21.ebuild')
| -rw-r--r-- | dev-python/bpython/bpython-0.21.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-python/bpython/bpython-0.21.ebuild b/dev-python/bpython/bpython-0.21.ebuild index b89b73167409..d815d9186569 100644 --- a/dev-python/bpython/bpython-0.21.ebuild +++ b/dev-python/bpython/bpython-0.21.ebuild @@ -3,9 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Syntax highlighting and autocompletion for the Python interpreter" @@ -34,7 +32,10 @@ BDEPEND=" DOCS=( AUTHORS.rst CHANGELOG.rst ) -PATCHES=( "${FILESDIR}"/${PN}-sphinx-4.patch ) +PATCHES=( + "${FILESDIR}"/${PN}-sphinx-4.patch + "${FILESDIR}"/${P}-fix-py3.10.patch +) distutils_enable_sphinx doc/sphinx/source --no-autodoc distutils_enable_tests unittest |
