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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4923C158042 for ; Sat, 2 Nov 2024 06:32:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49AE3E08A4; Sat, 2 Nov 2024 06:32:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 33FD4E08A4 for ; Sat, 2 Nov 2024 06:32:17 +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 6D5EE3430DB for ; Sat, 2 Nov 2024 06:32:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C68C81FBE for ; Sat, 2 Nov 2024 06:32:13 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1730529120.e63a0f0fd8d3acbd023d0f3ddd1a77e9c387c9d5.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e63a0f0fd8d3acbd023d0f3ddd1a77e9c387c9d5 X-VCS-Branch: master Date: Sat, 2 Nov 2024 06:32:13 +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: e28038ff-92f6-4ddd-86c4-968412363908 X-Archives-Hash: 9570d7cfea8a18ed71850b372349f9e9 commit: e63a0f0fd8d3acbd023d0f3ddd1a77e9c387c9d5 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 2 05:55:19 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 2 06:32:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63a0f0f dev-python/boltons: Bump to 24.1.0 Signed-off-by: Michał Górny gentoo.org> dev-python/boltons/Manifest | 1 + dev-python/boltons/boltons-24.1.0.ebuild | 34 ++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-python/boltons/Manifest b/dev-python/boltons/Manifest index 087ee8e437c5..65cc5048d2d8 100644 --- a/dev-python/boltons/Manifest +++ b/dev-python/boltons/Manifest @@ -1 +1,2 @@ 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.1.0.ebuild b/dev-python/boltons/boltons-24.1.0.ebuild new file mode 100644 index 000000000000..27be1e660905 --- /dev/null +++ b/dev-python/boltons/boltons-24.1.0.ebuild @@ -0,0 +1,34 @@ +# 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 +}