From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-expect/
Date: Tue, 9 May 2017 01:41:07 +0000 (UTC) [thread overview]
Message-ID: <1494294037.67ab3605c513e62f491eff431fcabfc1766b299f.zmedico@gentoo> (raw)
commit: 67ab3605c513e62f491eff431fcabfc1766b299f
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue May 9 01:39:11 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue May 9 01:40:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ab3605
dev-python/pytest-expect: add package
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/pytest-expect/Manifest | 1 +
dev-python/pytest-expect/metadata.xml | 11 +++++++++++
dev-python/pytest-expect/pytest-expect-1.1.0.ebuild | 21 +++++++++++++++++++++
3 files changed, 33 insertions(+)
diff --git a/dev-python/pytest-expect/Manifest b/dev-python/pytest-expect/Manifest
new file mode 100644
index 00000000000..e9a6f42baf4
--- /dev/null
+++ b/dev-python/pytest-expect/Manifest
@@ -0,0 +1 @@
+DIST pytest-expect-1.1.0.tar.gz 3595 SHA256 36b4462704450798197d090809a05f4e13649d9cba9acdc557ce9517da1fd847 SHA512 41d2b296844e9dab9429f34eec37fe106a4e6c2039824c37067ed048dcc328b13e666b22d3482ccfc6153af4e44b5d895f3011ec45df55ffa07a98459e3caefd WHIRLPOOL b56ca4fb02dc9a844fe12128f09531ba1a199276276f976472e24ca2337990b9b99fac691d6118a714408531d373e25dad23586da43d1ea07cb5821ff0312e93
diff --git a/dev-python/pytest-expect/metadata.xml b/dev-python/pytest-expect/metadata.xml
new file mode 100644
index 00000000000..b6e0ef32153
--- /dev/null
+++ b/dev-python/pytest-expect/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <upstream>
+ <remote-id type="pypi">pytest-expect</remote-id>
+ <remote-id type="github">gsnedders/pytest-expect</remote-id>
+ </upstream>
+ <maintainer type="person">
+ <email>zmedico@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
new file mode 100644
index 00000000000..c547dff331c
--- /dev/null
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
@@ -0,0 +1,21 @@
+# 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="py.test plugin that stores test expectations by saving the set of failing tests"
+HOMEPAGE="https://github.com/gsnedders/pytest-expect/ https://pypi.python.org/pypi/pytest-expect/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/u-msgpack[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
next reply other threads:[~2017-05-09 1:41 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-09 1:41 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-05-10 20:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-expect/ Jeroen Roovers
2017-05-17 19:22 Markus Meier
2017-05-18 20:00 Michael Weber
2017-05-23 20:00 Michael Weber
2017-05-26 18:36 Markus Meier
2017-05-26 20:56 Mart Raudsepp
2017-07-01 11:19 Sergei Trofimovich
2017-08-20 2:17 Tim Harder
2017-09-22 19:40 Sergei Trofimovich
2017-11-23 22:31 Matt Turner
2017-12-20 21:53 Sergei Trofimovich
2018-02-17 21:51 Patrice Clement
2018-06-30 17:55 Sergei Trofimovich
2018-07-01 15:19 Pacho Ramos
2018-07-02 21:24 Sergei Trofimovich
2018-07-14 20:10 Sergei Trofimovich
2018-07-15 10:25 Sergei Trofimovich
2018-07-20 15:53 Tobias Klausmann
2018-07-22 2:14 Mikle Kolyada
2019-01-05 17:19 Mikle Kolyada
2019-11-02 8:19 Mikle Kolyada
2019-11-27 1:13 Patrick McLean
2020-05-26 16:23 Michał Górny
2020-06-01 19:52 Sergei Trofimovich
2020-06-01 20:51 Sergei Trofimovich
2020-06-03 15:12 Agostino Sarubbo
2020-06-03 15:17 Agostino Sarubbo
2020-06-04 6:23 Agostino Sarubbo
2020-06-04 6:35 Agostino Sarubbo
2020-06-05 16:10 Sergei Trofimovich
2020-06-06 19:31 Mart Raudsepp
2020-06-10 8:11 Michał Górny
2020-07-14 16:32 Sam James
2020-07-19 18:33 Michał Górny
2020-08-01 10:09 Michał Górny
2021-05-07 11:58 Michał Górny
2021-05-07 11:58 Michał Górny
2021-09-25 21:27 James Le Cuirot
2022-05-11 17:54 Michał Górny
2022-05-11 17:54 Michał Górny
2022-06-12 5:51 Michał Górny
2022-06-13 8:20 Michał Górny
2023-03-17 15:23 Michał Górny
2023-05-24 8:36 Sam James
2024-05-09 19:13 Michał Górny
2025-02-16 15:08 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=1494294037.67ab3605c513e62f491eff431fcabfc1766b299f.zmedico@gentoo \
--to=zmedico@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