From: "Amy Liffey" <amynka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/click-log/
Date: Fri, 19 Jan 2018 09:30:59 +0000 (UTC) [thread overview]
Message-ID: <1516354245.fc97bcc8e111f4ffeaabf38a0e981ad4a4c6745d.amynka@gentoo> (raw)
commit: fc97bcc8e111f4ffeaabf38a0e981ad4a4c6745d
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 09:28:35 2018 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 09:30:45 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc97bcc8
dev-python/click-log: version bump 0.2.1
Closes: https://bugs.gentoo.org/644992
Package-Manager: Portage-2.3.13, Repoman-2.3.3
dev-python/click-log/Manifest | 1 +
dev-python/click-log/click-log-0.2.1.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-python/click-log/Manifest b/dev-python/click-log/Manifest
index 1901d40cfa4..085368c3b05 100644
--- a/dev-python/click-log/Manifest
+++ b/dev-python/click-log/Manifest
@@ -1,3 +1,4 @@
DIST click-log-0.1.3.tar.gz 3377 BLAKE2B a45503c3d56be2356e36816282a59c83777e07a4e700a14dea926932c3a05e594720ec7cef8081efb350270fe125cdb886c2c1d44a30576598d45b0ab08eac6e SHA512 7accdd5be62c7c76ec9b862d8dc91710473a46669778f39cb7e8e5fa56020ce0bd619fbe30453338a05d87cef971916f2c4f6d5c9cb9e4982ae32e7a885bd722
DIST click-log-0.1.4.tar.gz 9004 BLAKE2B 566084db707b4f4a0697768752455162bc585d0f2316341bd8d9aed3609336559f34bac8c5ced7317514d3f8c1b88afacd2fcd91c213918253c72af1975fa381 SHA512 0bd81c5ef8c5636b0321807f5bbfb1318480da865a5bde0235679dc053ff5ac7a662bf014cb2d444ccf8b7d840b576756536de2702ae4e43afe91a72653b678c
DIST click-log-0.1.8.tar.gz 9277 BLAKE2B 656088998bd6753f491e21a96dbd41e02e4decf1043217863478841b258b4d6e1c0ad7ffa983d0138ffccb22206b1f9fbe47ea0dbf305036db32d9810b149b5e SHA512 35baaabc54502f203da2fee02f6f63478f4f902bf333331b6ef9ae4b9d1677020ef0dce9f24f64e6e48bfc31280b72882f7cdf1f42ecf2cd941256d2e96a40e1
+DIST click-log-0.2.1.tar.gz 10062 BLAKE2B bc973ec0a7c9b98567b13bf22cb3732dc4ee9bcabee5cbb4942b9981e78893dc5ffef92142ef02d1d013fcaca81d28d5295ebd83a705adce189f7355fbbfdf7c SHA512 4fd56d4514fe3db74fd626c20579bb4bec559e60194d1b8127007281546e94b7b3248ede4da9f896fbf3e06be97db0ac9e7fe4cfd442848fe7b8e5392eced98f
diff --git a/dev-python/click-log/click-log-0.2.1.ebuild b/dev-python/click-log/click-log-0.2.1.ebuild
new file mode 100644
index 00000000000..d1fba828b2f
--- /dev/null
+++ b/dev-python/click-log/click-log-0.2.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Logging integration for Click."
+HOMEPAGE="https://github.com/click-contrib/click-log https://pypi.python.org/pypi/click-log"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+DOCS=( README.rst )
+
+python_test() {
+ py.test -v || die "Tests fail with ${EPYTHON}"
+}
next reply other threads:[~2018-01-19 9:31 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-19 9:30 Amy Liffey [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-27 12:08 [gentoo-commits] repo/gentoo:master commit in: dev-python/click-log/ Michał Górny
2024-05-17 14:26 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
2022-03-14 17:04 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
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=1516354245.fc97bcc8e111f4ffeaabf38a0e981ad4a4c6745d.amynka@gentoo \
--to=amynka@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