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 A095215808C for ; Mon, 14 Mar 2022 17:07:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFF64E0931; Mon, 14 Mar 2022 17:07:14 +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 1D63BE0930 for ; Mon, 14 Mar 2022 17:07:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 91D05342A71 for ; Mon, 14 Mar 2022 17:05:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD1B432A for ; Mon, 14 Mar 2022 17:04:29 +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: <1647277452.eff486991b8163f3e747345b5590015be4ab2c70.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/click-log/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/click-log/Manifest dev-python/click-log/click-log-0.4.0.ebuild X-VCS-Directories: dev-python/click-log/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: eff486991b8163f3e747345b5590015be4ab2c70 X-VCS-Branch: master Date: Mon, 14 Mar 2022 17:04:29 +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: 839aa8ca-6086-4275-b4d1-ed7feb7c556e X-Archives-Hash: bc2ebb8004577d5cbda59965f62029cf commit: eff486991b8163f3e747345b5590015be4ab2c70 Author: Michał Górny gentoo org> AuthorDate: Mon Mar 14 15:41:17 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Mar 14 17:04:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff48699 dev-python/click-log: Bump to 0.4.0 Signed-off-by: Michał Górny gentoo.org> dev-python/click-log/Manifest | 1 + dev-python/click-log/click-log-0.4.0.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-python/click-log/Manifest b/dev-python/click-log/Manifest index a0150b56dd35..49f6ac897979 100644 --- a/dev-python/click-log/Manifest +++ b/dev-python/click-log/Manifest @@ -1 +1,2 @@ DIST click-log-0.3.2.tar.gz 9523 BLAKE2B 212ac421b402fc0f32a9aec11a9e20c87a8148c461af87af78f8068ca95d60cab0c47bf24162aefd1c299ba783fb7a70e7e9dde01f0fc1f7c44a69fa8cb07121 SHA512 8ae5c43d739127367bbcdcf32bfd4b34b2ea1c377948df3b8588e4bfe2b0f5e7a61d1ccc6cb32c77045b15251222866daffa5a7bfb7a907487548784ba345351 +DIST click-log-0.4.0.tar.gz 9985 BLAKE2B 8a7ce0c2a7617253f08d011958bce158e987faa0008065c9dac382d46b905cc88cd5cb19d0d0859bf522da6448f7c9a20c0a8efe53b3feb5efc9ca3f64cfbc27 SHA512 95d3cb2fa9821e4f58b25072f39d34f21fe4a7600923f59f4b57b92dbcd9fa2584d710de1d4a1aa2a757c048398342aabbb1b5ab32cf4128ccecee10f9f15a5a diff --git a/dev-python/click-log/click-log-0.4.0.ebuild b/dev-python/click-log/click-log-0.4.0.ebuild new file mode 100644 index 000000000000..ecadf9a3a9f2 --- /dev/null +++ b/dev-python/click-log/click-log-0.4.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="Logging integration for Click" +HOMEPAGE=" + https://github.com/click-contrib/click-log/ + https://pypi.org/project/click-log/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + +RDEPEND="dev-python/click[${PYTHON_USEDEP}]" +BDEPEND="${RDEPEND}" + +DOCS=( README.rst ) + +distutils_enable_tests pytest