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 4EE2C15813A for ; Wed, 22 Jan 2025 00:48:52 +0000 (UTC) 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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 248F6342FA4 for ; Wed, 22 Jan 2025 00:48:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C8E3E0391; Wed, 22 Jan 2025 00:48:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 DA87FE038D for ; Wed, 22 Jan 2025 00:48:34 +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 93F3F340C57 for ; Wed, 22 Jan 2025 00:48:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C2451263 for ; Wed, 22 Jan 2025 00:48:31 +0000 (UTC) From: "Henri Gasc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Henri Gasc" Message-ID: <1737506906.2b382d2dc9df1ac13aec32b3ccf12f89965e3a6d.gasc@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/icecream/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/icecream/Manifest dev-python/icecream/icecream-2.1.3.ebuild dev-python/icecream/icecream-2.1.4.ebuild X-VCS-Directories: dev-python/icecream/ X-VCS-Committer: gasc X-VCS-Committer-Name: Henri Gasc X-VCS-Revision: 2b382d2dc9df1ac13aec32b3ccf12f89965e3a6d X-VCS-Branch: dev Date: Wed, 22 Jan 2025 00:48:31 +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: f772f26d-e3f0-4bbb-beb8-592c14d64db6 X-Archives-Hash: 8834d7d4b95fceaa03a43c9430c31516 commit: 2b382d2dc9df1ac13aec32b3ccf12f89965e3a6d Author: Henri Gasc eurecom fr> AuthorDate: Tue Jan 21 12:48:22 2025 +0000 Commit: Henri Gasc eurecom fr> CommitDate: Wed Jan 22 00:48:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b382d2d dev-python/icecream: add 2.1.4, drop 2.1.3 Signed-off-by: Henri Gasc eurecom.fr> dev-python/icecream/Manifest | 2 +- .../{icecream-2.1.3.ebuild => icecream-2.1.4.ebuild} | 15 ++++++--------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/dev-python/icecream/Manifest b/dev-python/icecream/Manifest index 875e4c6ea..08debb956 100644 --- a/dev-python/icecream/Manifest +++ b/dev-python/icecream/Manifest @@ -1 +1 @@ -DIST icecream-2.1.3.gh.tar.gz 38879 BLAKE2B 0a3f1e1c75730255dee4d11ffd5954bc0b6d84eb971865300f00e2015fba84561d179cc1640766841cb58483b741e14bb36ace31a6e4cee67321cb385fd85995 SHA512 b319109248c7ae65a24fe7fa85b7900435a3f681466612c0c25769fe3ee4cd2bc5305bff8be1bd36ca26064d54cf9738b58d24a6c1d9b3d3ebe93228656b3ee3 +DIST icecream-2.1.4.gh.tar.gz 23930 BLAKE2B ac58c117b706cdbb5736203304228c0837ca987631714b5b083e5826ff065b889c1149a7c0b60878fce850654f1eb1ddaa6f4a98f7b24fdd31605c5a66c0ea80 SHA512 3ac6e567ca11d41e32966abc7a822180ac62e4840f28f06cde051e2717a8b81990a137b24f3a62fa5da35394a7fe0a2d6efbac70a1a0e610143fcb05ddd19007 diff --git a/dev-python/icecream/icecream-2.1.3.ebuild b/dev-python/icecream/icecream-2.1.4.ebuild similarity index 69% rename from dev-python/icecream/icecream-2.1.3.ebuild rename to dev-python/icecream/icecream-2.1.4.ebuild index ccaf099cd..068de642b 100644 --- a/dev-python/icecream/icecream-2.1.3.ebuild +++ b/dev-python/icecream/icecream-2.1.4.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) + inherit distutils-r1 DESCRIPTION="Pythonic task execution" @@ -18,18 +19,14 @@ KEYWORDS="~amd64" RDEPEND=" >=dev-python/colorama-0.3.9[${PYTHON_USEDEP}] >=dev-python/pygments-2.2.0[${PYTHON_USEDEP}] - >=dev-python/executing-0.3.1[${PYTHON_USEDEP}] + >=dev-python/executing-2.1.0[${PYTHON_USEDEP}] >=dev-python/asttokens-2.0.1[${PYTHON_USEDEP}] " distutils_enable_tests unittest python_prepare_all() { - # https://github.com/gruns/icecream/pull/147 - sed -i 's/assertRegexpMatches/assertRegex/' tests/test_icecream.py || die + # Install tests package otherwise + sed -i 's/find_packages()/find_packages(exclude=["tests", "tests.*"])/' "${S}"/setup.py || die distutils-r1_python_prepare_all } - -python_test() { - eunittest tests -}