From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/coloredlogs/
Date: Sat, 12 Jun 2021 06:39:11 +0000 (UTC) [thread overview]
Message-ID: <1623479946.bc667cdf16fc0f38395f9168b4942449698f6938.mgorny@gentoo> (raw)
commit: bc667cdf16fc0f38395f9168b4942449698f6938
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 12 06:12:06 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 12 06:39:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc667cdf
dev-python/coloredlogs: Bump to 15.0.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/coloredlogs/Manifest | 1 +
dev-python/coloredlogs/coloredlogs-15.0.1.ebuild | 43 ++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-python/coloredlogs/Manifest b/dev-python/coloredlogs/Manifest
index 33c860803bc..b338c23d8ef 100644
--- a/dev-python/coloredlogs/Manifest
+++ b/dev-python/coloredlogs/Manifest
@@ -1 +1,2 @@
DIST coloredlogs-14.0.tar.gz 275863 BLAKE2B 0a8c026220955397378ad2b43a69c89c5710a09e2d9ed81a3f25408c60e171f4b8f78239696a0bc1b51fc3dd9bfca80df63e1f1d7afb6bee0046209a089e0d6d SHA512 3434a95f3216d19af5d7a48324e5afd5e975f92d9f6b99f40df2c0a635f1738e0bc6d7277a549a42a0fec5a8601f82908c4b0205ceeb3666f49210f66fe58671
+DIST coloredlogs-15.0.1.tar.gz 278520 BLAKE2B 446aea9adfc8a1ea7f2e5b4a0279d124a3e174feec4a6d9346059fa00fbcb2717d6480392051cc44f0c1f66e022cfc03238acae59b9496e9f70695d99143dfd6 SHA512 577af26af8d27bca3f10e6aaa257245aba608cc3832985ba57bcb2b590b10bf054796a2210749c15ee1b1a17623e007e4ac3ba17bed6af95544f85f5dfafaf21
diff --git a/dev-python/coloredlogs/coloredlogs-15.0.1.ebuild b/dev-python/coloredlogs/coloredlogs-15.0.1.ebuild
new file mode 100644
index 00000000000..806bf1c5c1a
--- /dev/null
+++ b/dev-python/coloredlogs/coloredlogs-15.0.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{8..9} )
+inherit distutils-r1
+
+DESCRIPTION="Colored stream handler for the logging module"
+HOMEPAGE="
+ https://pypi.org/project/coloredlogs/
+ https://github.com/xolox/python-coloredlogs
+ https://coloredlogs.readthedocs.io/en/latest/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+ >=dev-python/humanfriendly-9.1[${PYTHON_USEDEP}]"
+BDEPEND="
+ test? (
+ dev-python/capturer[${PYTHON_USEDEP}]
+ dev-python/coverage[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/verboselogs[${PYTHON_USEDEP}]
+ )
+"
+
+PATCHES=( "${FILESDIR}/coloredlogs-14.0-fix-install-prefix.patch" )
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+python_test() {
+ # test_cli_conversion requires the package to be installed
+ distutils_install_for_testing
+ # test_auto_install fails because the pth file isn't being loaded
+ epytest coloredlogs/tests.py \
+ --deselect coloredlogs/tests.py::ColoredLogsTestCase::test_auto_install
+}
next reply other threads:[~2021-06-12 6:39 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-12 6:39 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-21 2:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/coloredlogs/ Michał Górny
2024-07-20 22:34 Sam James
2024-02-14 16:44 Sam James
2024-01-30 15:15 Marek Szuba
2023-03-16 3:47 Michał Górny
2022-11-14 4:36 Michał Górny
2022-11-08 9:18 Andrew Ammerlaan
2021-10-17 7:41 Michał Górny
2021-08-08 13:20 Louis Sautier
2020-06-09 20:06 Michał Górny
2020-03-26 14:51 Michał Górny
2020-02-04 13:42 Michał Górny
2018-04-29 7:35 Michał Górny
2017-05-03 7:37 Michał Górny
2017-04-29 18:49 Justin Lecher
2015-11-17 17:12 Justin Lecher
2015-11-01 6:57 Justin Lecher
2015-10-28 10:53 Justin Lecher
2015-10-26 13:35 Justin Lecher
2015-10-23 13:13 Justin Lecher
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=1623479946.bc667cdf16fc0f38395f9168b4942449698f6938.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