public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/iocapture/
Date: Sun, 12 Jun 2016 17:17:50 +0000 (UTC)	[thread overview]
Message-ID: <1465751847.53c05903a69beb5c3f1e2667ea5862ff150c7ece.patrick@gentoo> (raw)

commit:     53c05903a69beb5c3f1e2667ea5862ff150c7ece
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 15:24:01 2016 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 17:17:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c05903

dev-python/iocapture: Initial import, test dep for argh

Package-Manager: portage-2.3.0_rc1

 dev-python/iocapture/Manifest               |  1 +
 dev-python/iocapture/iocapture-0.1.2.ebuild | 30 +++++++++++++++++++++++++++++
 dev-python/iocapture/metadata.xml           | 11 +++++++++++
 3 files changed, 42 insertions(+)

diff --git a/dev-python/iocapture/Manifest b/dev-python/iocapture/Manifest
new file mode 100644
index 0000000..d1e01fa
--- /dev/null
+++ b/dev-python/iocapture/Manifest
@@ -0,0 +1 @@
+DIST iocapture-0.1.2.tar.gz 13114 SHA256 57056d1a99a9c584ae2bb23a1aa855292fd2bcc01a8a6ad5467d7ca2e739d31b SHA512 1205d13b107d83dcb45d5546038d8b0b5417a20a51149c405123111488c351ff81a447f10653cd3dd9ecc236e01a0fcceb6647091e38ff2fa34c69e0baff1567 WHIRLPOOL 808ca4412f7c024e1c272777fb1bb86c00d976c28bf0bd4966769b60c1153178f5cabdf61d4f1028b994249c2a84ba70c83ced838199aa13fc12019f6a58c86b

diff --git a/dev-python/iocapture/iocapture-0.1.2.ebuild b/dev-python/iocapture/iocapture-0.1.2.ebuild
new file mode 100644
index 0000000..05b83a6
--- /dev/null
+++ b/dev-python/iocapture/iocapture-0.1.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Capture stdout,stderr easily"
+HOMEPAGE="https://pypi.python.org/pypi/iocapture/"
+SRC_URI="https://github.com/oinume/iocapture/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+LICENSE="MIT"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	test? (
+		dev-python/pytest[${PYTHON_USEDEP}]
+		$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy)
+		${RDEPEND}
+	)"
+
+python_test() {
+	py.test || die "Tests fail with ${EPYTHON}"
+}

diff --git a/dev-python/iocapture/metadata.xml b/dev-python/iocapture/metadata.xml
new file mode 100644
index 0000000..959ac8f
--- /dev/null
+++ b/dev-python/iocapture/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+		<name>Python</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">iocapture</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2016-06-12 17:17 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-12 17:17 Patrick Lauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-01-21 17:16 [gentoo-commits] repo/gentoo:master commit in: dev-python/iocapture/ Agostino Sarubbo
2017-01-21 17:27 Agostino Sarubbo
2017-02-28 12:54 Andrey Grozin
2018-03-30 18:35 Aaron Bauman
2019-05-20  2:17 Stephen Klimaszewski
2019-07-18 10:34 Michał Górny
2019-07-18 10:34 Michał Górny
2019-07-18 10:34 Michał Górny
2020-02-05 14:38 Michał Górny
2020-02-07  7:15 Michał Górny
2020-03-08 10:37 Agostino Sarubbo
2020-03-08 10:42 Agostino Sarubbo
2020-03-17  7:23 Michał Górny
2020-03-27 16:30 Michał Górny
2020-06-03  6:41 Michał Górny
2020-11-04  5:32 Sam James
2021-05-13 13:19 Sergei Trofimovich
2021-05-15 19:36 Sam James
2021-05-15 19:39 Sergei Trofimovich
2021-05-19 18:21 Michał Górny
2021-06-10 14:02 Yixun Lan
2021-06-25 19:36 Sam James
2021-08-20  5:59 Agostino Sarubbo
2021-08-20  6:00 Agostino Sarubbo
2021-09-06 23:42 Sam James
2021-09-21 21:37 James Le Cuirot
2021-11-13  9:45 Arthur Zamarin
2021-12-04 17:49 Sam James
2022-05-11 19:19 Arthur Zamarin
2022-05-11 19:19 Arthur Zamarin
2022-06-12 11:55 Sam James
2022-06-12 14:30 Michał Górny
2023-05-26 20:46 Arthur Zamarin
2024-05-17 18:40 Michał Górny
2024-05-17 18:40 Michał Górny
2024-05-17 18:40 Michał Górny
2025-02-27 20:59 Michał Górny

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=1465751847.53c05903a69beb5c3f1e2667ea5862ff150c7ece.patrick@gentoo \
    --to=patrick@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