commit:     dafd2814d001b6d48b43a9e63621e126edeb23c0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 18:09:40 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 18:09:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dafd2814

dev-python/boltons: Remove old

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

 dev-python/boltons/Manifest                 |  1 -
 dev-python/boltons/boltons-21.0.0-r1.ebuild | 37 -----------------------------
 2 files changed, 38 deletions(-)

diff --git a/dev-python/boltons/Manifest b/dev-python/boltons/Manifest
index 4abb31d5f711..efed86534364 100644
--- a/dev-python/boltons/Manifest
+++ b/dev-python/boltons/Manifest
@@ -1,2 +1 @@
-DIST boltons-21.0.0.gh.tar.gz 241010 BLAKE2B 
e8c7cba3aadc40fbf40b784c8060d7b4f9d89457a4416c8fe9c733c3a35cf292609b2cc4e43e20a1308add6b854c3e00cb55274328a14699b3c704b73c189318
 SHA512 
5f5d642ab8ce0bc26133f4bd5059071bc86ca8e6619ebac796d522a0e4c39b958176ccc9de9a56e0448b24bdcf569e73f51011d5a9fc875bdef12a363f106018
 DIST boltons-23.0.0.gh.tar.gz 243426 BLAKE2B 
94913e31611d844404df9514e3449ec8142c142c3e3fc223d912a5e6ab22e5a502ebf1594e3ea9143eb57d80745e34d5e19080bb24e1ad9b42b52cc544c608d4
 SHA512 
f8e2ed488dbdf0dfa4090aac8c6ee97c382fdf8a2728567e2a5542f46bb00932f3b9498865d45a718216d5f9355e419a228c624844c25f89df458e00bc9e2e83

diff --git a/dev-python/boltons/boltons-21.0.0-r1.ebuild 
b/dev-python/boltons/boltons-21.0.0-r1.ebuild
deleted file mode 100644
index 315327f3bd19..000000000000
--- a/dev-python/boltons/boltons-21.0.0-r1.ebuild
+++ /dev/null
@@ -1,37 +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_{9..11} )
-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 ~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 )
-
-PATCHES=(
-       "${FILESDIR}"/${P}-python3.10.patch
-       "${FILESDIR}"/${P}-python3.11-tests.patch
-)
-
-EPYTEST_DESELECT=(
-       # fails if there's any noise/differences in traceback text caused
-       # by e.g. pytest-qt noise or python3.11 adding ^^^^^^ markers
-       tests/test_tbutils.py::test_exception_info
-)
-
-python_test() {
-       epytest -p no:django
-}

Reply via email to