public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/loguru/
Date: Mon, 21 Sep 2020 22:51:58 +0000 (UTC)	[thread overview]
Message-ID: <1600728620.8650884e9f997dd61bce76ac0b919a91a95c4f0a.gyakovlev@gentoo> (raw)

commit:     8650884e9f997dd61bce76ac0b919a91a95c4f0a
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 22:41:33 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 22:50:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8650884e

dev-python/loguru: bump to 0.5.3

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 dev-python/loguru/Manifest            |  1 +
 dev-python/loguru/loguru-0.5.3.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/loguru/Manifest b/dev-python/loguru/Manifest
index ddf378a7b1d..a606998b289 100644
--- a/dev-python/loguru/Manifest
+++ b/dev-python/loguru/Manifest
@@ -1 +1,2 @@
 DIST loguru-0.5.2.tar.gz 413504 BLAKE2B 5ded9ade8998bec5a3074cd39b1501a764f141eeb9f389aef50f337f69934ed7902636c4f3d82b5396953750960bb97bf9919ee0361fb77a77c4dbb5607bc8ec SHA512 8a2032a5fbff3c3e2f076eb879462eaca5c8bf12356658583a9877b14a9ce28bce88c7eb8d99fb3224745d59d90dc82e967bda699b95a3c95d748f08613a8fbc
+DIST loguru-0.5.3.tar.gz 413858 BLAKE2B 995df880138e09ae80c33c1c96aea36acc635c8915687ca708b708eb4a92722908da4c5c4b03e8dd01ef1a3be560c072821405010f03e131781c4f3dbb7bd9cf SHA512 d26e9fcc79b6eb3437b53a03b8200679bdda8de2bced7710fb252ff3c19622fea48c20c8258a62bcd625bd18bfee080ed0a182876d91f34e1f2ef3524ac9bb46

diff --git a/dev-python/loguru/loguru-0.5.3.ebuild b/dev-python/loguru/loguru-0.5.3.ebuild
new file mode 100644
index 00000000000..0f7fde343c2
--- /dev/null
+++ b/dev-python/loguru/loguru-0.5.3.ebuild
@@ -0,0 +1,22 @@
+# 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')"
+BDEPEND="test? ( >=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


             reply	other threads:[~2020-09-21 22:52 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-21 22:51 Georgy Yakovlev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-07  7:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/loguru/ Michał Górny
2024-06-29 14:40 Arthur Zamarin
2024-02-14 16:55 Michał Górny
2024-02-14 16:55 Michał Górny
2023-04-11 17:25 Michał Górny
2023-04-11  3:14 Michał Górny
2023-02-21 12:34 Michał Górny
2023-02-17  8:52 Sam James
2022-05-16 13:11 Michał Górny
2021-04-18  0:36 Georgy Yakovlev
2020-09-18 15:19 Michał Górny
2020-09-08  4:59 Georgy Yakovlev
2020-06-13  6:26 Georgy Yakovlev
2020-03-27 21:06 Michał Górny
2020-02-29 23:06 Georgy Yakovlev
2020-01-01 21:18 Georgy Yakovlev
2020-01-01  3:22 Georgy Yakovlev
2019-08-22  1:06 Georgy Yakovlev
2019-08-22  1:06 Georgy Yakovlev
2019-08-22  1:06 Georgy Yakovlev
2019-07-15 20:07 Georgy Yakovlev
2019-04-29 19:38 Georgy Yakovlev

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=1600728620.8650884e9f997dd61bce76ac0b919a91a95c4f0a.gyakovlev@gentoo \
    --to=gyakovlev@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