Diff cookiecutter-2.3.1 with a cookiecutter-2.6.0

/usr/portage/dev-util/cookiecutter/cookiecutter-2.6.0.ebuild 2026-03-03 11:46:17.190338037 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{10..12} )
6
PYTHON_COMPAT=( python3_{11..14} pypy3 pypy3_11 )
7 7
DISTUTILS_USE_PEP517=setuptools
8 8
inherit distutils-r1
9 9

  
Thank you!