diff --git a/dev-python/boltons/Manifest b/dev-python/boltons/Manifest index 5b8c9434b565d..64d5b67df4db6 100644 --- a/dev-python/boltons/Manifest +++ b/dev-python/boltons/Manifest @@ -1 +1,2 @@ DIST boltons-26.1.0.tar.gz 227393 BLAKE2B 5d871fae820d2abca8629008c101a046e35820a2c01c0a854cce1aed087c2f0ed43104cdcc5038c64863521e13e2a28bae38613d51abe42e7f7252602eb330b7 SHA512 ae04c7282becb68b8abff69fd8ddcdf3f96d7a964d749dda389229fe9c1ed2a40bc038346e146916775a9955030b9e310cd93a397a9ec88d54b45bf59f440ac9 +DIST boltons-26.2.0.tar.gz 242047 BLAKE2B 46b190582f5e043782ea4364f0c49ef184c88f0a9da75f82dc2144f6512a0a0d80b6a01c88158b76babff257e467a6d38d9f094b9d24c5355c38ec8658d71798 SHA512 d1a4b898e721eb14f921789cdc1cd7dd5a5cc2c50b3a9b6dc51c8846dbebf94e6fe8624724d7ae2eee8f05b4c23b49b5a8d121d9bdcc6994f374fe2ecedadffb diff --git a/dev-python/boltons/boltons-26.2.0.ebuild b/dev-python/boltons/boltons-26.2.0.ebuild new file mode 100644 index 0000000000000..733733a68f7c8 --- /dev/null +++ b/dev-python/boltons/boltons-26.2.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 2021-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{12..15} python3_{13..15}t ) +inherit distutils-r1 pypi + +DESCRIPTION="Pure-python utilities in the same spirit as the standard library" +HOMEPAGE="https://boltons.readthedocs.io/" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest + +DOCS=( CHANGELOG.md README.md )