commit:     a55c016b3c1919db03c8a4b7d2ffc4fbe4ed847f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 08:21:00 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 08:22:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a55c016b

dev-python/boltons: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/boltons/Manifest              |  1 -
 dev-python/boltons/boltons-24.0.0.ebuild | 34 --------------------------------
 2 files changed, 35 deletions(-)

diff --git a/dev-python/boltons/Manifest b/dev-python/boltons/Manifest
index 65cc5048d2d8..c5159efb0339 100644
--- a/dev-python/boltons/Manifest
+++ b/dev-python/boltons/Manifest
@@ -1,2 +1 @@
-DIST boltons-24.0.0.tar.gz 239550 BLAKE2B 
e7001b3aa04834f1d234ff7ce996cebd32293189cdf000c8b36719d24b51ab24098c58ad3df58e938a58f319a575b8a0f2f09cec423d33b876103b89ad7d85bb
 SHA512 
afc7f9d495d91e38219378f9f4f287918d6e5b19feb1299c5f504cab1d4a3e0a5fb9fa1c073d46f941c86a18086af5be3a44506d986b010b2595da0c2b908b48
 DIST boltons-24.1.0.tar.gz 240916 BLAKE2B 
65f3b3e3c495bcd168badd776e0e04da2339c52fddbaa4ba4ccce6ddc1f6143ab224fa6d89cc4f9a5632fcf91b2e7beac31f92e9587004282b24e177670e9bef
 SHA512 
9f61fb9c9e0a56abc75c61c56bc47ac8ab219d0abd14f700ca609b61f25df392c1b5be3a2bfecd1a2b2c73a50e407c6f90f0460341dfa23d8dfdf8ad530974af

diff --git a/dev-python/boltons/boltons-24.0.0.ebuild 
b/dev-python/boltons/boltons-24.0.0.ebuild
deleted file mode 100644
index 461698c2a419..000000000000
--- a/dev-python/boltons/boltons-24.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-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"
-
-distutils_enable_tests pytest
-
-DOCS=( CHANGELOG.md README.md TODO.rst )
-
-src_test() {
-       # tests break with pytest-qt, django, and likely more
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-
-       local EPYTEST_DESELECT=(
-               # fails with 3.13, but ignore for now given causes no
-               # issues for the only revdep (maturin's tests)
-               # https://github.com/mahmoud/boltons/issues/365
-               
tests/test_funcutils_fb_py3.py::test_update_wrapper_partial\[boltons.funcutils\]
-               tests/test_tbutils.py::test_exception_info
-       )
-
-       distutils-r1_src_test
-}

Reply via email to