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 70619158020 for ; Wed, 30 Nov 2022 19:21:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D9D3E0869; Wed, 30 Nov 2022 19:21:06 +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 1FDB4E0866 for ; Wed, 30 Nov 2022 19:21:06 +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 28D07340DF6 for ; Wed, 30 Nov 2022 19:21:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88E92764 for ; Wed, 30 Nov 2022 19:21:03 +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: <1669835902.fd33418d5e8d53767590821706faa093eeb095b4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/time-machine/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/time-machine/Manifest dev-python/time-machine/metadata.xml dev-python/time-machine/time-machine-2.8.2.ebuild X-VCS-Directories: dev-python/time-machine/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fd33418d5e8d53767590821706faa093eeb095b4 X-VCS-Branch: master Date: Wed, 30 Nov 2022 19:21:03 +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: 0cdc69f0-41cb-47b7-bdd6-4302ac218bcf X-Archives-Hash: f22aaf85cf6973edc6baa55fae076513 commit: fd33418d5e8d53767590821706faa093eeb095b4 Author: Michał Górny gentoo org> AuthorDate: Wed Nov 30 19:05:30 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Nov 30 19:18:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd33418d dev-python/time-machine: New dep of dev-python/tox, v2.8.2 Signed-off-by: Michał Górny gentoo.org> dev-python/time-machine/Manifest | 1 + dev-python/time-machine/metadata.xml | 12 ++++++++ dev-python/time-machine/time-machine-2.8.2.ebuild | 36 +++++++++++++++++++++++ 3 files changed, 49 insertions(+) diff --git a/dev-python/time-machine/Manifest b/dev-python/time-machine/Manifest new file mode 100644 index 000000000000..a8fc15ce2551 --- /dev/null +++ b/dev-python/time-machine/Manifest @@ -0,0 +1 @@ +DIST time-machine-2.8.2.gh.tar.gz 27856 BLAKE2B 2669bacfc7fb9d10186d6053ee155ca7dd28ec3da688971baa371eb8e095a8694e955797bdf1b556056e79277d46c2382dd06979d8e960da5731c3710018e445 SHA512 f49442fe2b846676abca15a9e7231a4b59e8d520482a4ef2294eac9a4e2c0866836d6bd9bec42202bf5f9e94766e9c2a00d4f7c6eb76d5cbc8a702fceef4294c diff --git a/dev-python/time-machine/metadata.xml b/dev-python/time-machine/metadata.xml new file mode 100644 index 000000000000..00899fd664c4 --- /dev/null +++ b/dev-python/time-machine/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + Python + + + adamchainz/time-machine + time-machine + + diff --git a/dev-python/time-machine/time-machine-2.8.2.ebuild b/dev-python/time-machine/time-machine-2.8.2.ebuild new file mode 100644 index 000000000000..5a263e14bd0d --- /dev/null +++ b/dev-python/time-machine/time-machine-2.8.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="Travel through time in your tests" +HOMEPAGE=" + https://github.com/adamchainz/time-machine/ + https://pypi.org/project/time-machine/ +" +SRC_URI=" + https://github.com/adamchainz/time-machine/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/python-dateutil[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + $(python_gen_cond_dep ' + dev-python/backports-zoneinfo[${PYTHON_USEDEP}] + ' 3.8) + ) +" + +distutils_enable_tests pytest