From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/prompt_toolkit/
Date: Thu, 9 Mar 2017 20:44:10 +0000 (UTC) [thread overview]
Message-ID: <1489092234.6823adaa94a8960ecfa1dfafef28680e043de53e.soap@gentoo> (raw)
commit: 6823adaa94a8960ecfa1dfafef28680e043de53e
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Wed Mar 8 14:25:58 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Mar 9 20:43:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6823adaa
dev-python/prompt_toolkit: Version bump to 1.0.13
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4163
dev-python/prompt_toolkit/Manifest | 1 +
.../prompt_toolkit/prompt_toolkit-1.0.13.ebuild | 30 ++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-python/prompt_toolkit/Manifest b/dev-python/prompt_toolkit/Manifest
index 8c1b0193f2d..4ace9a5ffd5 100644
--- a/dev-python/prompt_toolkit/Manifest
+++ b/dev-python/prompt_toolkit/Manifest
@@ -1,2 +1,3 @@
DIST prompt_toolkit-1.0.0.tar.gz 212138 SHA256 5108ed9e6e40d28cb1dc90ba563987859231289700d0def999007b08f4f74ea4 SHA512 84908871df84d82b0fd0e31c1bef63b3dde38d8e3c1459d3d5466cfda68ef48477eba5a2d4c5af831e7a3fa42ab57c56f771f8050b53223638683cee27281647 WHIRLPOOL a141f2ed1bc57ef9b663877094c9fe3e4a751a59f72c327da479872bfdd48b7b70ba78f3d4be2c397acb699d2adf272a8df5c8db7b3999b2711dd1b62d4a3d0d
+DIST prompt_toolkit-1.0.13.tar.gz 240895 SHA256 33d68ca09f76cd73287fde7df5748ffacf26a8238dd61ee81ac50860ea7c6776 SHA512 9018133a7cf20c40b85d78a1622ad63a12b32994d054c7b8a593502929b6f01138d407e25f2de549a44a5d5091074e440960bc230c357806ef1507f19e15b1dd WHIRLPOOL 9121b44db7300d489821555f0bef2effb472e059b2980c0705f4006fa8d112114832e59fb7ef6f1ff6e9b442c39a7b03f05a4de908b61e52e94df4f0166f438b
DIST prompt_toolkit-1.0.3.tar.gz 221875 SHA256 805e026f0cbad27467e93f9dd3e3777718d401a62788c1e84ca038e967ad8ba2 SHA512 c7615c42c7923bb2cefb8db536405976975d25a7df110698e9664f205d3428b6bbf6ca2aba8b0d85957296fcac0bf65752d025cabdb25c80f149f9b92c0c445d WHIRLPOOL 61390865c3f6ad7ed258c481484b6da9211c6053761ed3716977f43b00697c79e3f24443ee4695c1a4d1aea2105e2cf171df92685d42be62ac508c4f3deeb9f1
diff --git a/dev-python/prompt_toolkit/prompt_toolkit-1.0.13.ebuild b/dev-python/prompt_toolkit/prompt_toolkit-1.0.13.ebuild
new file mode 100644
index 00000000000..0371327cefe
--- /dev/null
+++ b/dev-python/prompt_toolkit/prompt_toolkit-1.0.13.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Building powerful interactive command lines in Python"
+HOMEPAGE="https://pypi.python.org/pypi/prompt_toolkit/ https://github.com/jonathanslenders/python-prompt-toolkit"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+ >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+ dev-python/wcwidth[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+
+python_test() {
+ py.test || die
+}
next reply other threads:[~2017-03-09 20:44 UTC|newest]
Thread overview: 114+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-09 20:44 David Seifert [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-04 8:16 Michał Górny
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
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=1489092234.6823adaa94a8960ecfa1dfafef28680e043de53e.soap@gentoo \
--to=soap@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