From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-catchlog/
Date: Wed, 30 Sep 2015 17:43:31 +0000 (UTC) [thread overview]
Message-ID: <1443634998.78b64f930c2041093bd74805d15346c60626dcf4.jlec@gentoo> (raw)
commit: 78b64f930c2041093bd74805d15346c60626dcf4
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 14:32:53 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 17:43:18 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b64f93
dev-python/pytest-catchlog: New package, ebuild written by me
Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/pytest-catchlog/Manifest | 1 +
dev-python/pytest-catchlog/metadata.xml | 9 ++++++
.../pytest-catchlog/pytest-catchlog-1.1.ebuild | 34 ++++++++++++++++++++++
3 files changed, 44 insertions(+)
diff --git a/dev-python/pytest-catchlog/Manifest b/dev-python/pytest-catchlog/Manifest
new file mode 100644
index 0000000..77ac4ef
--- /dev/null
+++ b/dev-python/pytest-catchlog/Manifest
@@ -0,0 +1 @@
+DIST pytest-catchlog-1.1.tar.gz 6540 SHA256 7ad18d77b93d70c4ea30ed4593b164be104efc50a9112a5733304a71f2cb1119 SHA512 7a272874f9fb4231a7b3a42742b752f0f9750fb861abfed0411bf8edae5ab3e67a0a33fe166e485d530a1ecf1834d131d3affcfc43a735fc5d28018ba155129a WHIRLPOOL cf04096c01176fc077c45ca26b5002e10cdc145e3d3ea83cc7594eb2cbaa3a7636ba661253b1a8e47e316407e672c5ee424df10d8026bc6adb2c04499d386d3f
diff --git a/dev-python/pytest-catchlog/metadata.xml b/dev-python/pytest-catchlog/metadata.xml
new file mode 100644
index 0000000..812a53f
--- /dev/null
+++ b/dev-python/pytest-catchlog/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>python</herd>
+ <upstream>
+ <remote-id type="pypi">pytest-catchlog</remote-id>
+ <remote-id type="github">eisensheng/pytest-catchlog</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/pytest-catchlog/pytest-catchlog-1.1.ebuild b/dev-python/pytest-catchlog/pytest-catchlog-1.1.ebuild
new file mode 100644
index 0000000..c539e0c
--- /dev/null
+++ b/dev-python/pytest-catchlog/pytest-catchlog-1.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 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} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="py.test plugin to catch log messages, fork of pytest-capturelog"
+HOMEPAGE="https://pypi.python.org/pypi/pytest-catchlog https://github.com/eisensheng/pytest-catchlog"
+#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/eisensheng/pytest-catchlog/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND=">=dev-python/py-1.1.1[${PYTHON_USEDEP}]"
+DEPEND="
+ test? (
+ ${RDEPEND}
+ >=dev-python/pytest-2.7.1[${PYTHON_USEDEP}]
+ )"
+
+# Cannot figure out how to run them
+RESTRICT=test
+
+python_test() {
+ PYTHONPATH="${S}:${PYTONPATH}" \
+ py.test -v -v -x || die
+}
next reply other threads:[~2015-09-30 17:43 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-30 17:43 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-10-01 7:03 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-catchlog/ Justin Lecher
2015-11-09 11:49 Justin Lecher
2015-12-13 14:05 Justin Lecher
2016-01-25 15:11 Justin Lecher
2017-03-01 7:33 Tim Harder
2017-03-01 7:44 Tim Harder
2017-11-03 20:19 Mike Gilbert
2020-08-02 9:15 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=1443634998.78b64f930c2041093bd74805d15346c60626dcf4.jlec@gentoo \
--to=jlec@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