From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/click-log/
Date: Mon, 14 Mar 2022 17:04:29 +0000 (UTC) [thread overview]
Message-ID: <1647277452.eff486991b8163f3e747345b5590015be4ab2c70.mgorny@gentoo> (raw)
commit: eff486991b8163f3e747345b5590015be4ab2c70
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 15:41:17 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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
next reply other threads:[~2022-03-14 17:07 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-14 17:04 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-17 14:26 [gentoo-commits] repo/gentoo:master commit in: dev-python/click-log/ Michał Górny
2023-06-02 15:09 Michał Górny
2023-03-17 15:21 Michał Górny
2022-06-16 8:04 Michał Górny
2022-06-04 17:48 Michał Górny
2022-05-23 6:55 Michał Górny
2021-12-21 3:39 Yixun Lan
2021-06-01 13:03 Sam James
2021-05-22 21:34 Michał Górny
2020-04-26 14:52 Michał Górny
2020-02-04 15:48 Michał Górny
2019-12-24 19:54 Mikle Kolyada
2019-12-13 16:07 Aaron Bauman
2019-11-26 20:34 Aaron Bauman
2018-06-13 7:17 Amy Liffey
2018-06-13 7:17 Amy Liffey
2018-01-19 9:30 Amy Liffey
2017-04-22 16:41 Michał Górny
2017-04-22 16:41 Michał Górny
2017-04-22 16:41 Michał Górny
2016-12-26 18:39 Amy Winston
2016-07-28 17:42 Amy Winston
2016-02-21 15:18 Amy Winston
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1647277452.eff486991b8163f3e747345b5590015be4ab2c70.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox