public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ptyprocess/
Date: Fri,  1 Sep 2017 10:35:21 +0000 (UTC)	[thread overview]
Message-ID: <1504261828.a01ed4b99a6a266217bea712a70cdc87268c00eb.radhermit@gentoo> (raw)

commit:     a01ed4b99a6a266217bea712a70cdc87268c00eb
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  1 10:30:28 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Sep  1 10:30:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a01ed4b9

dev-python/ptyprocess: version bump to 0.5.2

 dev-python/ptyprocess/Manifest                |  1 +
 dev-python/ptyprocess/ptyprocess-0.5.2.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/ptyprocess/Manifest b/dev-python/ptyprocess/Manifest
index 119514cf0c6..0fbe35a083c 100644
--- a/dev-python/ptyprocess/Manifest
+++ b/dev-python/ptyprocess/Manifest
@@ -1,2 +1,3 @@
 DIST ptyprocess-0.5.1.tar.gz 68474 SHA256 0530ce63a9295bfae7bd06edc02b6aa935619f486f0f1dc0972f516265ee81a6 SHA512 9e7481e8e3facde73086ef0728a57516a15b6bc2a5fb6bf6d6f892c396c9376d9d6334ee37737f3469929c4086d5678a2c5deaf44d70589d41644a98f2239dad WHIRLPOOL ba327a02a847f7c5e4b62e6bf8ba0f070f8a22ff584045d7ed3cc134f8a922b9d75e397992cd5df5ca4569f563d234ea2a194b5a557606978a37a4f04559ee1e
+DIST ptyprocess-0.5.2.tar.gz 69297 SHA256 e64193f0047ad603b71f202332ab5527c5e52aa7c8b609704fc28c0dc20c4365 SHA512 cb4e70855d388a6ff691e2a244c072a5a50cf39cdf727e3a4218817bf5ac722c4b49f0dbfd80204259998eba137492690759b8908bfea925842b9f7fc83ee553 WHIRLPOOL de6f42fe487b948b5b7801a9c0375f7586aedcac5c7e7563f0f7cf56a3a8d7c2abea42d256544b32cf5c0bb71bc71602b8582d581199cf0e2234a648a6017be3
 DIST ptyprocess-0.5.tar.gz 14923 SHA256 dcb78fb2197b49ca1b7b2f37b047bc89c0da7a90f90bd5bc17c3ce388bb6ef59 SHA512 6619bfc1dfc7c980ffc72dba62697692eb749f19500616e8783cfdc3c35980276eb39070f4cd7932775abb5e798c921b9320c5f51b9052f526585f01cd56259e WHIRLPOOL b1bd0da485ea106a3d366ab21dc714418b8d392a32fc3386ef734362da8ee455a38f9330cedfe35687be09bea3ff622c54440119fca72d7787d9a29518717b77

diff --git a/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild b/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild
new file mode 100644
index 00000000000..e56ab2e7f0c
--- /dev/null
+++ b/dev-python/ptyprocess/ptyprocess-0.5.2.ebuild
@@ -0,0 +1,23 @@
+# 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} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Run a subprocess in a pseudo terminal"
+HOMEPAGE="https://github.com/pexpect/ptyprocess"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+	py.test -v || die "tests failed under ${EPYTHON}"
+}


             reply	other threads:[~2017-09-01 10:35 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-01 10:35 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-09 16:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/ptyprocess/ Michał Górny
2023-05-23 15:54 Michał Górny
2022-05-09 20:38 Michał Górny
2022-03-15 14:05 Michał Górny
2022-03-15 11:27 Jakov Smolić
2022-01-29 20:43 Michał Górny
2021-05-05 17:05 Michał Górny
2021-03-02  8:48 Michał Górny
2021-03-02  4:37 Sam James
2021-03-02  1:01 Michał Górny
2020-12-28 20:06 Michał Górny
2020-09-20 14:30 Michał Górny
2020-05-25 16:16 Michał Górny
2020-05-11 17:33 Michał Górny
2020-05-08 20:58 Mart Raudsepp
2020-05-08  9:36 Sergei Trofimovich
2020-05-04 16:51 Agostino Sarubbo
2020-05-04 15:30 Agostino Sarubbo
2020-05-03 19:02 Agostino Sarubbo
2020-05-03 13:00 Agostino Sarubbo
2020-05-03 12:58 Agostino Sarubbo
2020-03-04 20:51 Sebastian Pipping
2019-12-16 10:14 Michał Górny
2019-12-03  3:02 Aaron Bauman
2019-11-16 11:02 Michał Górny
2019-11-16 11:02 Michał Górny
2019-04-28 10:54 Michał Górny
2018-03-22 16:46 Mikle Kolyada
2017-10-28 20:08 Sergei Trofimovich
2017-10-15 21:43 Thomas Deutschmann
2017-10-05  9:04 Sergei Trofimovich
2017-09-24 16:49 Sergei Trofimovich
2017-09-22 19:40 Sergei Trofimovich
2017-09-15  4:42 Markus Meier
2017-09-01 22:20 Sergei Trofimovich
2017-02-12 22:20 Zac Medico
2016-02-19 12:46 Patrick Lauer
2015-10-14 13:40 Justin Lecher
2015-10-12  5:21 Jeroen Roovers
2015-10-11 11:25 Justin Lecher
2015-10-11  7:05 Justin Lecher
2015-10-10  8:54 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=1504261828.a01ed4b99a6a266217bea712a70cdc87268c00eb.radhermit@gentoo \
    --to=radhermit@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