Diff boltons-25.0.0 with a boltons-26.0.0
| /usr/portage/dev-python/boltons/boltons-26.0.0.ebuild 2026-06-23 19:41:04.154897045 +0300 | ||
|---|---|---|
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 | 6 |
DISTUTILS_USE_PEP517=flit |
| 7 |
PYTHON_COMPAT=( pypy3_11 python3_{11..15} python3_{13..15}t )
|
|
| 8 | ||
| 7 |
PYTHON_COMPAT=( python3_{12..15} python3_{13..15}t )
|
|
| 9 | 8 |
inherit distutils-r1 pypi |
| 10 | 9 | |
| 11 | 10 |
DESCRIPTION="Pure-python utilities in the same spirit as the standard library" |
| ... | ... | |
| 13 | 12 | |
| 14 | 13 |
LICENSE="BSD" |
| 15 | 14 |
SLOT="0" |
| 16 |
KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" |
|
| 15 |
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
| 17 | 16 | |
| 18 | 17 |
EPYTEST_PLUGINS=() |
| 19 | 18 |
distutils_enable_tests pytest |
| 20 | 19 | |
| 21 |
DOCS=( CHANGELOG.md README.md TODO.rst ) |
|
| 20 |
DOCS=( CHANGELOG.md README.md ) |
|