From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C8761158099 for ; Thu, 30 Nov 2023 19:42:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6A3E2BC01A; Thu, 30 Nov 2023 19:42:07 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9EAB72BC01A for ; Thu, 30 Nov 2023 19:42:07 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97337335D0E for ; Thu, 30 Nov 2023 19:42:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C28D1143A for ; Thu, 30 Nov 2023 19:42:04 +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: <1701373253.790d5244c6f1474a6d12f13f9d25cde4c12e7f2b.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-23.0.0.ebuild X-VCS-Directories: dev-python/boltons/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 790d5244c6f1474a6d12f13f9d25cde4c12e7f2b X-VCS-Branch: master Date: Thu, 30 Nov 2023 19:42:04 +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: a9422ec7-5335-4f63-aab6-24a2d58478d4 X-Archives-Hash: a54b75b467b26bafa0bc50f02caec4fa commit: 790d5244c6f1474a6d12f13f9d25cde4c12e7f2b Author: Ionen Wolkens gentoo org> AuthorDate: Thu Nov 30 16:08:39 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Nov 30 19:40:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=790d5244 dev-python/boltons: drop 23.0.0 Signed-off-by: Ionen Wolkens gentoo.org> dev-python/boltons/Manifest | 1 - dev-python/boltons/boltons-23.0.0.ebuild | 31 ------------------------------- 2 files changed, 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 -}