public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/prompt_toolkit/
Date: Tue, 15 Aug 2017 17:28:43 +0000 (UTC)	[thread overview]
Message-ID: <1502818110.c4cfbb11a2180f7e62e9a6656e7455229b07c1be.bicatali@gentoo> (raw)

commit:     c4cfbb11a2180f7e62e9a6656e7455229b07c1be
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 15 16:18:00 2017 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 17:28:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4cfbb11

dev-python/prompt_toolkit: version bump

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-python/prompt_toolkit/Manifest                 |  1 +
 .../prompt_toolkit/prompt_toolkit-1.0.15.ebuild    | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/prompt_toolkit/Manifest b/dev-python/prompt_toolkit/Manifest
index 8d27a35812a..8a81bd87809 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.14.tar.gz 241612 SHA256 cc66413b1b4b17021675d9f2d15d57e640b06ddfd99bb724c73484126d22622f SHA512 909bf50bf0095a8cc37581fc7384f9035eb9d6fd0d16a914e8912693476262cfe0b0c78643ba1c629bd907c861981a9740155927148fcff554446ebb4fd80959 WHIRLPOOL 5967bab046f70bfb74ee8e548fb3a7c5cdfeb328498176db28cf3cea5c47233697e193d4e47f0ae688718c228867b4a9b8a1c7227ce0a94b3e9b30441ec44961
+DIST prompt_toolkit-1.0.15.tar.gz 243734 SHA256 858588f1983ca497f1cf4ffde01d978a3ea02b01c8a26a8bbc5cd2e66d816917 SHA512 10981be2ed8b71d0cd9f663c4de047cec9664d9276968c6eec40dc45b388d1acf8eba07d534369254f178931079bf39b04eb2ceac06aa63a2021ebf62387b2f5 WHIRLPOOL 0736b1fa8c17cc86e8fcc729ee77d9aee658f9a505c1ccc7a6d987303a978d0e9d10df12c93f9cf6ffe35b2f9b8f8286bcbc07f29cc12c05e644bb17a8218ea4

diff --git a/dev-python/prompt_toolkit/prompt_toolkit-1.0.15.ebuild b/dev-python/prompt_toolkit/prompt_toolkit-1.0.15.ebuild
new file mode 100644
index 00000000000..7543b32f535
--- /dev/null
+++ b/dev-python/prompt_toolkit/prompt_toolkit-1.0.15.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,6} )
+
+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 ~arm64 ~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
+}


             reply	other threads:[~2017-08-15 17:28 UTC|newest]

Thread overview: 114+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-15 17:28 Sebastien Fabbro [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-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=1502818110.c4cfbb11a2180f7e62e9a6656e7455229b07c1be.bicatali@gentoo \
    --to=bicatali@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