public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/prompt_toolkit/
Date: Thu,  4 Nov 2021 08:16:39 +0000 (UTC)	[thread overview]
Message-ID: <1636013796.88fc4fd3a5e27de9c3fa03d3cf772f8959a63f50.mgorny@gentoo> (raw)

commit:     88fc4fd3a5e27de9c3fa03d3cf772f8959a63f50
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  4 07:58:51 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov  4 08:16:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88fc4fd3

dev-python/prompt_toolkit: Bump to 3.0.22

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/prompt_toolkit/Manifest                 |  1 +
 .../prompt_toolkit/prompt_toolkit-3.0.22.ebuild    | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/prompt_toolkit/Manifest b/dev-python/prompt_toolkit/Manifest
index 35c87346aee..02263e53bd1 100644
--- a/dev-python/prompt_toolkit/Manifest
+++ b/dev-python/prompt_toolkit/Manifest
@@ -1,3 +1,4 @@
 DIST prompt_toolkit-3.0.19.tar.gz 3034818 BLAKE2B d1f0741931d4711952cfaabd992e64aa3fd252627c50f2a0ad8ad1aef5882bd4ae054c0d281b141595488fda6328c102f900445a42bc32cf018d37663deb2cb5 SHA512 0f3f7c5a2d12e03e06e900a4239f86f27d959fa7337d072dae8c79bbcd2ffd4c1026d1531210e34a4f4669d483b20b9d2f49c7625d0d7aa1fcb1e3f9f3894349
 DIST prompt_toolkit-3.0.20.tar.gz 3037349 BLAKE2B 52773f9c277d1a16adca007c19d087e46a0dd4ec154076525ea7bb59523762513bb137534bc18f17aa249fdc7ad07327e400b3bb730b32a614929f0a48d9cdfb SHA512 3f2a0edb4c7756cdcfd0ddf19f6016910aaa5de3ca8ee0dac11bd0fdece301b4d562681294b7cf9e6d5eb20937106f771ffaf312961cda4477ce534cce8d8db4
 DIST prompt_toolkit-3.0.21.tar.gz 3041438 BLAKE2B 67ce3749404135a16e8b3d032e088e93aa12c851142b74e3ddddcf66713aa1fbce17231935bb22f7e0fda3f86af3da7dfefea612dd0fde7f1da407e2a72cf26d SHA512 46e43329e35b3eadb39c7f83501577cc776a2899005f9a7c299ee9e31eb6fba5e3bf8da33e0092fb1c20367f01518a3079fc4ca92ddbad0e3dfcbcfb1fd3be03
+DIST prompt_toolkit-3.0.22.tar.gz 3041540 BLAKE2B 30afe5e4d4267d6264bfe7fbc179d311d13490971dd461ad6a4461640611fa1f7d55f2ed0b3c3ba534e3b52f9456ca69d2f6f14baba511aa7806866cf40edc57 SHA512 859f5df00792fa9332c9dc6a7b12e01048aa6b2cd88c35fe5e3521defee69ef9122e4f7f415711538b22171e2519ce846062270f319f12ac4390406036d715fb

diff --git a/dev-python/prompt_toolkit/prompt_toolkit-3.0.22.ebuild b/dev-python/prompt_toolkit/prompt_toolkit-3.0.22.ebuild
new file mode 100644
index 00000000000..8d7e4ed391f
--- /dev/null
+++ b/dev-python/prompt_toolkit/prompt_toolkit-3.0.22.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Building powerful interactive command lines in Python"
+HOMEPAGE="
+	https://pypi.org/project/prompt-toolkit/
+	https://github.com/prompt-toolkit/python-prompt-toolkit"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+	>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+	dev-python/wcwidth[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest


             reply	other threads:[~2021-11-04  8:16 UTC|newest]

Thread overview: 114+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-04  8:16 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-21 17:57 [gentoo-commits] repo/gentoo:master commit in: dev-python/prompt_toolkit/ Michał Górny
2023-01-08  5:06 Michał Górny
2023-01-07 18:29 Arthur Zamarin
2022-12-10  8:54 Michał Górny
2022-12-10  8:50 Arthur Zamarin
2022-12-07 15:59 Michał Górny
2022-11-21 19:32 Arthur Zamarin
2022-11-04  8:23 Arthur Zamarin
2022-10-22 15:53 Michał Górny
2022-10-22 15:49 Arthur Zamarin
2022-09-22  7:45 Michał Górny
2022-09-02 13:44 Arthur Zamarin
2022-07-29 12:54 Michał Górny
2022-07-29 12:17 Arthur Zamarin
2022-06-27 19:08 Arthur Zamarin
2022-05-16 14:43 Andrew Ammerlaan
2022-05-06 13:30 Michał Górny
2022-05-06 11:58 Arthur Zamarin
2022-04-05  7:53 Michał Górny
2022-03-15 14:26 Michał Górny
2022-03-15 13:07 Jakov Smolić
2022-02-14  8:35 Matt Turner
2022-02-11 21:18 Michał Górny
2022-02-07 20:30 Michał Górny
2022-01-30 11:33 James Le Cuirot
2022-01-27 19:48 Arthur Zamarin
2021-12-27 21:16 Michał Górny
2021-12-27 18:48 Arthur Zamarin
2021-12-09 20:43 Arthur Zamarin
2021-11-27  7:19 Michał Górny
2021-11-14 19:33 Michał Górny
2021-11-14 17:48 Jakov Smolić
2021-11-01 15:46 Sam James
2021-10-22 10:28 Michał Górny
2021-09-26 17:52 Sam James
2021-09-08 16:19 Sam James
2021-08-21  8:01 Michał Górny
2021-07-24 17:33 Michał Górny
2021-07-24 17:10 Sam James
2021-06-29  5:53 Yixun Lan
2021-06-18  4:41 Michał Górny
2021-05-07 10:33 Michał Górny
2021-04-28 17:47 Michał Górny
2021-04-28 17:00 Sam James
2021-04-12 16:17 Michał Górny
2021-04-12 15:50 Sam James
2021-03-22 21:33 Michał Górny
2021-03-15  8:45 Michał Górny
2021-03-15  0:07 Sam James
2021-03-11 22:59 Michał Górny
2021-02-24 22:30 Michał Górny
2021-02-24 22:06 Sam James
2021-02-11 12:56 Michał Górny
2021-02-10 22:50 Michał Górny
2021-01-24 19:50 Michał Górny
2021-01-23  0:11 Michał Górny
2021-01-21 10:52 Michał Górny
2021-01-09  8:13 Michał Górny
2021-01-05 22:05 Michał Górny
2021-01-05 22:05 Michał Górny
2020-10-01 12:22 Michał Górny
2020-09-30 22:19 Sam James
2020-09-18 15:30 Michał Górny
2020-09-17 16:19 Sam James
2020-08-30  3:36 Michał Górny
2020-08-23 16:58 Sam James
2020-08-11 13:43 Michał Górny
2020-07-30 20:41 Michał Górny
2020-07-30 20:06 Sam James
2020-07-30 19:39 Sam James
2020-07-29 10:20 Michał Górny
2020-06-08 17:36 Michał Górny
2020-06-08 17:36 Michał Górny
2020-05-04  6:16 Mart Raudsepp
2020-05-03 19:02 Agostino Sarubbo
2020-05-03 15:13 Agostino Sarubbo
2020-03-28 12:42 Michał Górny
2020-03-28 12:42 Michał Górny
2020-03-01  3:55 Andrey Grozin
2020-02-11 19:51 Agostino Sarubbo
2020-02-05 19:12 Michał Górny
2019-12-12 19:42 Aaron Bauman
2018-11-14 13:12 Andrey Grozin
2018-10-28 22:39 Patrice Clement
2018-03-21 20:24 Markus Meier
2018-03-12  0:51 Matt Turner
2018-03-04 22:40 Sergei Trofimovich
2017-09-25 23:43 Tim Harder
2017-09-25 23:43 Tim Harder
2017-08-15 17:28 Sebastien Fabbro
2017-06-19 11:13 Alexis Ballier
2017-05-03  9:26 Michał Górny
2017-03-30 18:32 Andrey Grozin
2017-03-30 18:13 Andrey Grozin
2017-03-12  6:53 Zac Medico
2017-03-09 20:44 David Seifert
2016-08-29  9:45 Patrice Clement
2016-08-29  9:45 Patrice Clement
2016-07-30  8:28 David Seifert
2016-05-18 11:11 Patrice Clement
2016-05-18 10:12 Patrice Clement
2016-05-18 10:12 Patrice Clement
2016-04-01 16:37 Andrey Grozin
2016-02-24  8:44 Justin Lecher
2016-01-06 21:07 Justin Lecher
2015-10-31 10:25 Justin Lecher
2015-10-21 15:17 Justin Lecher
2015-09-24 11:50 Justin Lecher
2015-09-06 18:00 Justin Lecher
2015-09-02 16:30 Justin Lecher
2015-08-21 17:19 Justin Lecher
2015-08-09 12:52 Justin Lecher
2015-08-09 12:52 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=1636013796.88fc4fd3a5e27de9c3fa03d3cf772f8959a63f50.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