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 DEDCA158232 for ; Sat, 7 Dec 2024 07:07:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A2EAE09D0; Sat, 7 Dec 2024 07:07:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 3DB4FE09B5 for ; Sat, 7 Dec 2024 07:07: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62C2B342F9F for ; Sat, 7 Dec 2024 07:07:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D81AA1FBE for ; Sat, 7 Dec 2024 07:07:02 +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: <1733555218.97e0a952ab948d15b859afc0b36703352db50d35.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/loguru/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/loguru/Manifest dev-python/loguru/loguru-0.7.3.ebuild X-VCS-Directories: dev-python/loguru/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 97e0a952ab948d15b859afc0b36703352db50d35 X-VCS-Branch: master Date: Sat, 7 Dec 2024 07:07:02 +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: 363eb265-8a55-44c7-99ea-7941c2d23aec X-Archives-Hash: 63b7bb7318203356661284fccff39fb4 commit: 97e0a952ab948d15b859afc0b36703352db50d35 Author: Michał Górny gentoo org> AuthorDate: Sat Dec 7 06:58:34 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 7 07:06:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e0a952 dev-python/loguru: Bump to 0.7.3 Signed-off-by: Michał Górny gentoo.org> dev-python/loguru/Manifest | 1 + dev-python/loguru/loguru-0.7.3.ebuild | 46 +++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/dev-python/loguru/Manifest b/dev-python/loguru/Manifest index 4d7b0008da94..6a13fdb39b73 100644 --- a/dev-python/loguru/Manifest +++ b/dev-python/loguru/Manifest @@ -1 +1,2 @@ DIST loguru-0.7.2.gh.tar.gz 443643 BLAKE2B 208c4ad989257e0e0d5cecf41c9722f398e5c73528f8a88c92e28490121723d5c19b4170ff246446e94237e8bb732f83e4b9fcc66c42aa7e3c1ba25aaa069e34 SHA512 e4d358f12ec33393bdac836206a15a3161653684b69839f58bbdc692155e4aee4b6ec700ab13b83f431a67df5ec86cacf2cb90fa052827e5e03c68c1f132e339 +DIST loguru-0.7.3.gh.tar.gz 459102 BLAKE2B 7d7cf167e1350814eea6a358cc00bac217ea6b153ae29ffd70c026f3be63cc126fbc184668ea643ea03416fc8f805bd51502fd8cc9e8d9bcc19099814b8c3fe6 SHA512 9bceddf7c83a14b4c62e3f48f9dc5d6957e068b4f0a8ce3e83ade0b558acd35dda86372d4c6c7abc489aebac3a3203eca56615c5973f42e15973e85894799fe7 diff --git a/dev-python/loguru/loguru-0.7.3.ebuild b/dev-python/loguru/loguru-0.7.3.ebuild new file mode 100644 index 000000000000..c536b710757f --- /dev/null +++ b/dev-python/loguru/loguru-0.7.3.ebuild @@ -0,0 +1,46 @@ +# Copyright 2019-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{10..13} ) + +inherit distutils-r1 + +DESCRIPTION="Python logging made (stupidly) simple" +HOMEPAGE=" + https://github.com/Delgan/loguru/ + https://pypi.org/project/loguru/ +" +SRC_URI=" + https://github.com/Delgan/loguru/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +BDEPEND=" + test? ( + >=dev-python/colorama-0.4.6[${PYTHON_USEDEP}] + >=dev-python/freezegun-1.5.0[${PYTHON_USEDEP}] + ) +" + +# filesystem buffering tests may fail +# on tmpfs with 64k PAGESZ, but pass fine on ext4 +distutils_enable_tests pytest + +EPYTEST_IGNORE=( + # mypy + tests/test_type_hinting.py +) + +src_prepare() { + distutils-r1_src_prepare + + # neuter mypy integration + sed -i -e 's:sys.version_info >= (3, 6):False:' tests/conftest.py || die +}