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 9550D1581F2 for ; Fri, 13 Dec 2024 06:15:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16308E09A2; Fri, 13 Dec 2024 06:15:21 +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 pigeon.gentoo.org (Postfix) with ESMTPS id E7F03E099F for ; Fri, 13 Dec 2024 06:15:20 +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 904A333C84E for ; Fri, 13 Dec 2024 06:15:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03F042145 for ; Fri, 13 Dec 2024 06:15:17 +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: <1734070510.0c914f97e4492f91a7ec592490e5c77bc8bb0aea.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-freezer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-freezer/Manifest dev-python/pytest-freezer/pytest-freezer-0.4.9.ebuild X-VCS-Directories: dev-python/pytest-freezer/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0c914f97e4492f91a7ec592490e5c77bc8bb0aea X-VCS-Branch: master Date: Fri, 13 Dec 2024 06:15:17 +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: d19335fd-4297-421a-9712-ec371a3c55e0 X-Archives-Hash: 07fca0113f13d3d4f7fbb3ea8fa93671 commit: 0c914f97e4492f91a7ec592490e5c77bc8bb0aea Author: Michał Górny gentoo org> AuthorDate: Fri Dec 13 05:21:23 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 13 06:15:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c914f97 dev-python/pytest-freezer: Bump to 0.4.9 Signed-off-by: Michał Górny gentoo.org> dev-python/pytest-freezer/Manifest | 1 + .../pytest-freezer/pytest-freezer-0.4.9.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-python/pytest-freezer/Manifest b/dev-python/pytest-freezer/Manifest index 9c333fe2a3f0..98fb3f0efcc8 100644 --- a/dev-python/pytest-freezer/Manifest +++ b/dev-python/pytest-freezer/Manifest @@ -1 +1,2 @@ DIST pytest_freezer-0.4.8.tar.gz 3212 BLAKE2B b16aa51c6a77f639eddf95c0a7e26c02f36b039b327ff86835f6223e5cc46c9d77c563705644d91f96310f2dd892182262c2c2cf6d85cf8d711387ca8eed7cb2 SHA512 b5b3665dcc0400787ea61be3ea59437e126325697874e4190abd9821f9c5a5620ca6af3602721fb7b777037fc191aef6aac37be5d00cc38e7c2de808cdf5bf67 +DIST pytest_freezer-0.4.9.tar.gz 3177 BLAKE2B 77c0c115adf2c10e8078d5117213a857ee838665b59344d155f2ba1f6ed1a8ba55fa877cd5cee333ec62f39f44b2acd2e2863c593d498f041087f9ecf9de684a SHA512 cbe874b4f855a7badfdf214f53a5af403ca99445e66b62ec4a26ee1da72dfe2ec280d2c0b9263fb1a398654e7214418956b4f68421e1689a7cfb3b9ed9a1b124 diff --git a/dev-python/pytest-freezer/pytest-freezer-0.4.9.ebuild b/dev-python/pytest-freezer/pytest-freezer-0.4.9.ebuild new file mode 100644 index 000000000000..45d5d4d5b370 --- /dev/null +++ b/dev-python/pytest-freezer/pytest-freezer-0.4.9.ebuild @@ -0,0 +1,26 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( pypy3 python3_{10..13} python3_13t ) + +inherit distutils-r1 pypi + +DESCRIPTION="Pytest plugin providing a fixture interface for spulec/freezegun" +HOMEPAGE=" + https://github.com/pytest-dev/pytest-freezer/ + https://pypi.org/project/pytest-freezer/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + >=dev-python/freezegun-1.1[${PYTHON_USEDEP}] + >=dev-python/pytest-3.6[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest