diff options
Diffstat (limited to 'dev-python/colorlog/colorlog-6.8.2.ebuild')
-rw-r--r-- | dev-python/colorlog/colorlog-6.8.2.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-python/colorlog/colorlog-6.8.2.ebuild b/dev-python/colorlog/colorlog-6.8.2.ebuild index 1bb20db7b6a8..d75db15a6ab3 100644 --- a/dev-python/colorlog/colorlog-6.8.2.ebuild +++ b/dev-python/colorlog/colorlog-6.8.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 pypi @@ -19,3 +19,8 @@ SLOT="0" KEYWORDS="amd64 arm64 ~loong ~riscv x86" distutils_enable_tests pytest + +PATCHES=( + # https://github.com/borntyping/python-colorlog/commit/607485def2d60b60c40c0d682574324b47fc30ba + "${FILESDIR}/${P}-py313.patch" +) |