From: "Andrey Grozin" <grozin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/terminado/
Date: Mon, 2 Mar 2020 15:15:54 +0000 (UTC) [thread overview]
Message-ID: <1583162143.b477a56dac3e941e967a6e8dc336968afe47ae2b.grozin@gentoo> (raw)
commit: b477a56dac3e941e967a6e8dc336968afe47ae2b
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 2 15:15:43 2020 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Mon Mar 2 15:15:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b477a56d
dev-python/terminado: bump to 0.8.3
Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
dev-python/terminado/Manifest | 1 +
dev-python/terminado/terminado-0.8.3.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-python/terminado/Manifest b/dev-python/terminado/Manifest
index b17016924e8..007a980b918 100644
--- a/dev-python/terminado/Manifest
+++ b/dev-python/terminado/Manifest
@@ -1,3 +1,4 @@
DIST terminado-0.5.tar.gz 10491 BLAKE2B 8beb4784c13ceeea47966efbf56e62b259adac533d2ff72f287984aa100837d8123be3109761c9c282fc081e26d0d26224a8d1bab6263d3abed00839cc576c9b SHA512 8c53e2c8fa837c171a8790744770f41d4fc8fe15fe8abd28af17317950c615e4c75c22ab896fd98984fd9c2bbbc7798e5ffe319827d84eb77889bca63660e421
DIST terminado-0.6.tar.gz 10334 BLAKE2B 02ae2135da982cfe12ea0b3219a67a6b327bd3f4f45539f79629cb33ec0882586094b7084e4ca64567f55fbe6f0194a10934c558fd836f825ef81319920caf5f SHA512 9b9521917d4000aa45e61a1b88705e715f11686890671607cca81d4518f1e17feefdc2ad3de64dd0e053a6849956efbbd838c7b98d570dcc98a936c0a4cfce9c
DIST terminado-0.8.1.tar.gz 21134 BLAKE2B 504fd13ab5efde77b38fbd79e4bbe4b08fb9bc1cf0f4aa8ca6cd90b4dbd20083088d6cc287f78ca159bf5f72a371c146dc0c648e310a0c892f283f2d9fd23199 SHA512 5cf5259954339d567c41b8ef3b4d77de4f69fe41fd371e63775c9d8d5870ee801795462654f16978f4c86e381fcd26437e307458db9ee4e575d31d5377f2a749
+DIST terminado-0.8.3.tar.gz 21165 BLAKE2B ec031cb7828840a4f299aa25de0030d5b7993119fd41b71e698dd032f4fd31ea725a9b610dc53a71d480ee74b49a1d072d76555b434da4f5fee2479efa03fdec SHA512 441355cdc919b6f04b1bf1eb870f24e0bd6c7ef412e72e1747707049b1fa0d6676644e3646007f2653b3df00e1f30048d9dc40d73f0827b2bbfc0821549e140b
diff --git a/dev-python/terminado/terminado-0.8.3.ebuild b/dev-python/terminado/terminado-0.8.3.ebuild
new file mode 100644
index 00000000000..ebcd692b13a
--- /dev/null
+++ b/dev-python/terminado/terminado-0.8.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-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="Terminals served to term.js using Tornado websockets"
+HOMEPAGE="https://pypi.org/project/terminado/ https://github.com/jupyter/terminado"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-python/ptyprocess[${PYTHON_USEDEP}]
+ >=www-servers/tornado-0.4[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+ py.test -v || die
+}
next reply other threads:[~2020-03-02 15:15 UTC|newest]
Thread overview: 83+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-02 15:15 Andrey Grozin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-20 17:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/terminado/ Michał Górny
2024-06-28 14:01 Petr Vaněk
2024-03-30 14:27 Michał Górny
2024-03-30 14:25 Michał Górny
2024-03-12 17:51 Michał Górny
2024-01-29 17:18 Michał Górny
2023-12-02 9:34 Michał Górny
2023-12-02 9:32 Arthur Zamarin
2023-11-16 19:43 Michał Górny
2023-11-10 4:09 Michał Górny
2023-06-01 14:59 Michał Górny
2023-02-23 22:20 Sam James
2023-02-13 3:22 Matt Turner
2023-01-08 5:06 Michał Górny
2023-01-07 18:31 Arthur Zamarin
2022-12-06 6:02 Michał Górny
2022-11-25 13:52 Michał Górny
2022-11-25 13:44 Arthur Zamarin
2022-11-03 19:38 Arthur Zamarin
2022-11-03 19:13 Arthur Zamarin
2022-10-26 4:03 Michał Górny
2022-09-29 18:07 Arthur Zamarin
2022-06-16 9:23 Michał Górny
2022-06-16 9:02 Jakov Smolić
2022-05-17 6:54 Michał Górny
2022-04-15 15:12 Arthur Zamarin
2022-04-15 15:11 Arthur Zamarin
2022-03-15 22:17 Michał Górny
2022-03-12 10:35 Arthur Zamarin
2022-03-06 7:49 Sam James
2022-03-05 0:07 Sam James
2022-03-01 11:30 Agostino Sarubbo
2022-02-27 18:52 Michał Górny
2022-01-29 14:29 James Le Cuirot
2022-01-27 19:37 Arthur Zamarin
2021-11-18 8:10 Sam James
2021-11-18 5:36 Sam James
2021-11-14 20:35 Sam James
2021-11-14 3:43 Sam James
2021-10-10 16:18 Michał Górny
2021-10-10 15:33 Agostino Sarubbo
2021-09-18 21:03 Michał Górny
2021-09-18 19:48 Sam James
2021-09-07 20:50 Michał Górny
2021-09-06 0:18 Sam James
2021-09-02 0:01 Marek Szuba
2021-08-19 6:34 Michał Górny
2021-08-13 6:58 Michał Górny
2021-07-12 22:43 Michał Górny
2021-06-24 8:20 Michał Górny
2021-06-24 4:26 Agostino Sarubbo
2021-06-20 1:55 Sam James
2021-06-10 23:13 Michał Górny
2021-06-05 18:26 Michał Górny
2021-05-18 14:04 Michał Górny
2021-05-18 14:04 Michał Górny
2021-05-11 19:23 Michał Górny
2021-05-07 13:44 Michał Górny
2021-05-07 13:28 Sam James
2021-03-30 8:17 Michał Górny
2020-10-25 21:48 Sam James
2020-10-25 21:34 Thomas Deutschmann
2020-10-21 22:51 Michał Górny
2020-09-20 20:33 Michał Górny
2020-09-19 7:21 Michał Górny
2020-06-21 15:24 Thomas Deutschmann
2020-06-09 18:02 Michał Górny
2020-05-03 10:01 Agostino Sarubbo
2020-03-29 10:13 Michał Górny
2020-03-29 10:13 Michał Górny
2020-03-29 10:13 Michał Górny
2020-02-06 6:38 Michał Górny
2019-12-15 14:50 Agostino Sarubbo
2018-02-16 16:59 Michał Górny
2018-02-16 16:59 Michał Górny
2017-06-23 19:26 Alexis Ballier
2017-03-10 10:54 Zac Medico
2016-01-06 21:06 Justin Lecher
2015-10-21 13:41 Justin Lecher
2015-10-10 8:55 Markus Meier
2015-08-25 7:31 Agostino Sarubbo
2015-08-25 7:30 Agostino Sarubbo
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=1583162143.b477a56dac3e941e967a6e8dc336968afe47ae2b.grozin@gentoo \
--to=grozin@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