From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E425B1582EF for ; Wed, 26 Feb 2025 08:48:40 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C45B93432CC for ; Wed, 26 Feb 2025 08:48:40 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2AB8B110476; Wed, 26 Feb 2025 08:47:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1D30F110475 for ; Wed, 26 Feb 2025 08:47:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA8C634326E for ; Wed, 26 Feb 2025 08:47:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09191280B for ; Wed, 26 Feb 2025 08:47:50 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1740559529.81eb472653541cfa107243f1969f7ad34847cdc9.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/boltons/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/boltons/Manifest dev-python/boltons/boltons-24.1.0.ebuild X-VCS-Directories: dev-python/boltons/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 81eb472653541cfa107243f1969f7ad34847cdc9 X-VCS-Branch: master Date: Wed, 26 Feb 2025 08:47:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a8561488-0910-45dd-ab24-d551cf99a84f X-Archives-Hash: e2bc55df78843804361304a4063d83de commit: 81eb472653541cfa107243f1969f7ad34847cdc9 Author: Ionen Wolkens gentoo org> AuthorDate: Wed Feb 26 03:40:22 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Feb 26 08:45:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81eb4726 dev-python/boltons: drop 24.1.0 Signed-off-by: Ionen Wolkens gentoo.org> dev-python/boltons/Manifest | 1 - dev-python/boltons/boltons-24.1.0.ebuild | 34 -------------------------------- 2 files changed, 35 deletions(-) diff --git a/dev-python/boltons/Manifest b/dev-python/boltons/Manifest index 030e1a31f53c..d9fabdfc262f 100644 --- a/dev-python/boltons/Manifest +++ b/dev-python/boltons/Manifest @@ -1,2 +1 @@ -DIST boltons-24.1.0.tar.gz 240916 BLAKE2B 65f3b3e3c495bcd168badd776e0e04da2339c52fddbaa4ba4ccce6ddc1f6143ab224fa6d89cc4f9a5632fcf91b2e7beac31f92e9587004282b24e177670e9bef SHA512 9f61fb9c9e0a56abc75c61c56bc47ac8ab219d0abd14f700ca609b61f25df392c1b5be3a2bfecd1a2b2c73a50e407c6f90f0460341dfa23d8dfdf8ad530974af DIST boltons-25.0.0.tar.gz 246294 BLAKE2B 10b2e19188e287d9ed8071b30300456d48883dfa39e3673c0a11381d653f222c8ae1c66f68db80017ae42df55ba9ee77678c36e6b8ab4b608071ae46b2a5aa37 SHA512 4a1c9a511d5628c21c0416f289260f0dcbf4ebc38338d8dbf2d9a7ee8031b5d69c74ca6f5bc0a97fee1773a6e86fdb470af9b643f0c0b89db23987fe842dff4f diff --git a/dev-python/boltons/boltons-24.1.0.ebuild b/dev-python/boltons/boltons-24.1.0.ebuild deleted file mode 100644 index 461698c2a419..000000000000 --- a/dev-python/boltons/boltons-24.1.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 -}