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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF0061382C5 for ; Sat, 13 Jun 2020 06:26:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDF52E0E03; Sat, 13 Jun 2020 06:26:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B95A4E0E03 for ; Sat, 13 Jun 2020 06:26:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5931D34EDB7 for ; Sat, 13 Jun 2020 06:26:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15B92242 for ; Sat, 13 Jun 2020 06:26:11 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1592029552.a90475d7b512043ec735d3a899f452acec6f218b.gyakovlev@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.5.1.ebuild X-VCS-Directories: dev-python/loguru/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: a90475d7b512043ec735d3a899f452acec6f218b X-VCS-Branch: master Date: Sat, 13 Jun 2020 06:26:11 +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: 3a825a6f-6fd0-4f9b-aa0a-9a56d52a77ed X-Archives-Hash: 4c3ffe2bd9db29cdb4745bab444d7204 commit: a90475d7b512043ec735d3a899f452acec6f218b Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jun 13 06:25:24 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jun 13 06:25:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a90475d7 dev-python/loguru: bump to 0.5.1 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev gentoo.org> dev-python/loguru/Manifest | 1 + dev-python/loguru/loguru-0.5.1.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-python/loguru/Manifest b/dev-python/loguru/Manifest index ddb06af9d3e..8bb73739f90 100644 --- a/dev-python/loguru/Manifest +++ b/dev-python/loguru/Manifest @@ -1 +1,2 @@ DIST loguru-0.4.1.tar.gz 404393 BLAKE2B 2dec4a346db3652a35a758bb9ce98f29785f47a55a107c0f924005607001adbd6e873095b7212a86bfa66d5d8a24f058d775552c1fa044fabd9813c09f369f26 SHA512 5b7dbac11bbd5c7cb05fe380cf4a3337309614cac77ded3b1f5191c8865d16788cafa7e8da25817787a1ae94e1b6905afe54184d72df81fad08821cdb68c0a53 +DIST loguru-0.5.1.tar.gz 412284 BLAKE2B c28fafd0c9871b56ea05648847d837e0a45c9c0452840c27cb966cc61d7010d41695066dd6723d0987af600cb90fbca499b99354aec2bbe6f1542fd5f7bbe2e9 SHA512 62e53d9a6ec9d6f9b305f1522f0149d22931782d485d21df3e6dbceea9dada269c77de8f69629fb07f28c2afd0b743b4e8d4afb54381b03933a07667a14fb356 diff --git a/dev-python/loguru/loguru-0.5.1.ebuild b/dev-python/loguru/loguru-0.5.1.ebuild new file mode 100644 index 00000000000..dc03e20e9aa --- /dev/null +++ b/dev-python/loguru/loguru-0.5.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Python logging made (stupidly) simple" +HOMEPAGE="https://github.com/Delgan/loguru" +SRC_URI="https://github.com/Delgan/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" + +RDEPEND=" + $(python_gen_cond_dep 'dev-python/aiocontextvars[${PYTHON_USEDEP}]' 'python3_6') + >=dev-python/colorama-0.3.4[${PYTHON_USEDEP}] +" +# filesystem buffering tests may fail +# on tmpfs with 64k PAGESZ, but pass fine on ext4 +distutils_enable_tests pytest