diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-11-30 11:08:39 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-11-30 14:40:53 -0500 |
commit | 790d5244c6f1474a6d12f13f9d25cde4c12e7f2b (patch) | |
tree | e86987a324df8b0aad8c6893c6cb6961debd4af9 /dev-python/boltons | |
parent | x11-drivers/nvidia-drivers: drop 545.29.02 (diff) | |
download | gentoo-790d5244c6f1474a6d12f13f9d25cde4c12e7f2b.tar.gz gentoo-790d5244c6f1474a6d12f13f9d25cde4c12e7f2b.tar.bz2 gentoo-790d5244c6f1474a6d12f13f9d25cde4c12e7f2b.zip |
dev-python/boltons: drop 23.0.0
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python/boltons')
-rw-r--r-- | dev-python/boltons/Manifest | 1 | ||||
-rw-r--r-- | dev-python/boltons/boltons-23.0.0.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/boltons/Manifest b/dev-python/boltons/Manifest index 72e706c9b60c..5ead3f526069 100644 --- a/dev-python/boltons/Manifest +++ b/dev-python/boltons/Manifest @@ -1,2 +1 @@ -DIST boltons-23.0.0.gh.tar.gz 243426 BLAKE2B 94913e31611d844404df9514e3449ec8142c142c3e3fc223d912a5e6ab22e5a502ebf1594e3ea9143eb57d80745e34d5e19080bb24e1ad9b42b52cc544c608d4 SHA512 f8e2ed488dbdf0dfa4090aac8c6ee97c382fdf8a2728567e2a5542f46bb00932f3b9498865d45a718216d5f9355e419a228c624844c25f89df458e00bc9e2e83 DIST boltons-23.1.1.tar.gz 244629 BLAKE2B 458e40179e98cfa914d9f66de18f89b2e6192a7ef38e4c827466fd2eabfa05245a9e592f2d0ff570f0d2288039f6564dd931404de7119730d6e4dbe6a9ddd886 SHA512 bc07d46f08f4883cfbaa54cf27dfb53fba57538d7d98b846840efad5ade64fecc6f9cc5d7dd3271236a1e12111d9e537f847995f28df2d7779026e0939e4ca98 diff --git a/dev-python/boltons/boltons-23.0.0.ebuild b/dev-python/boltons/boltons-23.0.0.ebuild deleted file mode 100644 index 498952f9486f..000000000000 --- a/dev-python/boltons/boltons-23.0.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) -inherit distutils-r1 - -DESCRIPTION="Pure-python utilities in the same spirit as the standard library" -HOMEPAGE="https://boltons.readthedocs.io/" -SRC_URI="https://github.com/mahmoud/boltons/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86" - -distutils_enable_tests pytest -distutils_enable_sphinx docs \ - dev-python/sphinx-rtd-theme - -DOCS=( CHANGELOG.md README.md TODO.rst ) - -python_test() { - local EPYTEST_DESELECT=( - # breaks on traceback text changes caused by e.g. pytest-qt noise - tests/test_tbutils.py::test_exception_info - ) - - epytest -p no:django -} |