From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-cov/
Date: Wed, 9 Sep 2015 09:49:41 +0000 (UTC) [thread overview]
Message-ID: <1441792178.0be42494200bdecce5d511d9de8aa46acf6472e3.jlec@gentoo> (raw)
commit: 0be42494200bdecce5d511d9de8aa46acf6472e3
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 9 09:49:03 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 9 09:49:38 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be42494
dev-python/pytest-cov: Version Bump
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/pytest-cov/Manifest | 1 +
dev-python/pytest-cov/pytest-cov-2.1.0.ebuild | 38 +++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-python/pytest-cov/Manifest b/dev-python/pytest-cov/Manifest
index ef90131..c8d88b6 100644
--- a/dev-python/pytest-cov/Manifest
+++ b/dev-python/pytest-cov/Manifest
@@ -1,2 +1,3 @@
DIST pytest-cov-1.6.tar.gz 8257 SHA256 2e803c89f11e0344111670349f6ef401f831e85cbd287b0c5d61917da5aac454 SHA512 36c18e8e731613f2412e8e377f1911704d4af23a82fe66b822547850c3343204f682d3464c97f2cb4360f5090e7a58e5ac9679e83ae90adc0ccdb5b0e467430f WHIRLPOOL 41543b2e7f61d61d754bfef4c307fc135ab0d69b10d9e057f64bd3f4cacbc6e47316e478dbd797dd7aea0a8360bad5cc183214c742c749991fd5fe73b96503f2
DIST pytest-cov-1.8.1.tar.gz 8649 SHA256 31e5198c06f290e1e813d30ddd063a0401d9e3a698129ca44267781673a71285 SHA512 dff6c6345bdc2d219800782d7acb3d301c8d67314f0f4af983daa0942a8c97768a2ce6c64f11529a3d8d876c218c62dbf08b7a63cc7345072e70bbc85ad4d112 WHIRLPOOL 90f024e0388323a5d1bd8ffd439c3c6cfb242ac2f539d391f4139a6ab2e251c6ff01831e9a261506d2c1552f1beeacc99db43d3b98a3663828083fec1ae722f8
+DIST pytest-cov-2.1.0.tar.gz 25992 SHA256 6e86c3ae3be9930fa3f1402651819b00169fb5e963d29ed03d390d152a608506 SHA512 f763e611b19f6769183583d275e28467f7cc5cc8a8fe5a4d3eb798ddf8d4e008732ec8c29b757aaf0fba0f5a660d92729499f3d388693f631ba73cc7a570d738 WHIRLPOOL 1ece60dea2fc1ff2da342313a0e67ee63a63cf35ece930f92b59c2283522698df0be4c10fb6951d3afff9fb1acffd37d207dcc4f0400109cb4f8c830d69a5857
diff --git a/dev-python/pytest-cov/pytest-cov-2.1.0.ebuild b/dev-python/pytest-cov/pytest-cov-2.1.0.ebuild
new file mode 100644
index 0000000..05fe367
--- /dev/null
+++ b/dev-python/pytest-cov/pytest-cov-2.1.0.ebuild
@@ -0,0 +1,38 @@
+# 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,4}} pypy pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="py.test plugin for coverage reporting"
+HOMEPAGE="https://bitbucket.org/memedough/pytest-cov/overview"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+ >=dev-python/py-1.4.22[${PYTHON_USEDEP}]
+ >=dev-python/pytest-2.6.0[${PYTHON_USEDEP}]
+ >=dev-python/cov-core-1.14.0[${PYTHON_USEDEP}]
+ >=dev-python/coverage-3.7.1[${PYTHON_USEDEP}]
+ <dev-python/coverage-4[${PYTHON_USEDEP}]"
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? (
+ dev-python/virtualenv[${PYTHON_USEDEP}]
+ dev-python/process-tests[${PYTHON_USEDEP}]
+ dev-python/pytest-cache[${PYTHON_USEDEP}]
+ dev-python/pytest-xdist[${PYTHON_USEDEP}]
+ dev-python/pytest-capturelog[${PYTHON_USEDEP}]
+ )"
+
+python_test() {
+ PYTHONPATH="${S}/tests:${BUILD_DIR}/lib" \
+ py.test -vv || die
+}
next reply other threads:[~2015-09-09 9:50 UTC|newest]
Thread overview: 98+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-09 9:49 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-09-22 7:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-cov/ Justin Lecher
2015-09-27 18:16 Justin Lecher
2015-09-29 13:03 Tobias Klausmann
2015-10-14 17:21 Michał Górny
2015-10-15 8:26 Justin Lecher
2015-10-15 8:57 Justin Lecher
2015-11-09 11:49 Justin Lecher
2016-02-01 16:27 Justin Lecher
2017-01-25 6:39 Jeroen Roovers
2017-02-04 12:08 Jeroen Roovers
2017-02-06 14:55 Agostino Sarubbo
2017-02-12 16:25 Agostino Sarubbo
2017-02-12 17:10 Agostino Sarubbo
2017-02-12 22:20 Zac Medico
2017-02-19 8:40 Markus Meier
2017-02-21 11:54 Tobias Klausmann
2017-02-23 14:12 Michael Weber
2017-02-23 16:35 Michael Weber
2017-02-23 16:35 Michael Weber
2017-02-25 10:03 Agostino Sarubbo
2017-03-11 17:07 Agostino Sarubbo
2017-03-22 19:48 Markus Meier
2017-08-02 4:06 Sebastien Fabbro
2018-01-03 9:11 Michał Górny
2018-01-03 9:11 Michał Górny
2018-01-03 9:25 Michał Górny
2018-01-03 19:51 Sergei Trofimovich
2018-01-13 11:32 Sergei Trofimovich
2018-01-13 12:16 Sergei Trofimovich
2018-01-24 22:53 Sergei Trofimovich
2018-02-22 15:52 Michał Górny
2018-03-07 19:47 Markus Meier
2018-03-27 23:15 Matt Turner
2018-05-04 15:17 Mart Raudsepp
2018-06-22 15:06 Mikle Kolyada
2018-08-14 6:41 Mart Raudsepp
2018-11-09 13:42 Alexey Shvetsov
2018-12-03 12:16 Virgil Dupras
2019-04-12 13:03 Virgil Dupras
2019-04-12 13:47 Virgil Dupras
2019-10-12 20:23 Matt Turner
2019-11-25 12:35 Michał Górny
2019-12-02 21:13 Aaron Bauman
2020-03-25 16:12 Agostino Sarubbo
2020-03-25 16:14 Agostino Sarubbo
2020-03-25 17:44 Agostino Sarubbo
2020-03-26 8:29 Agostino Sarubbo
2020-03-26 10:19 Agostino Sarubbo
2020-03-28 18:49 Michał Górny
2020-03-28 18:49 Michał Górny
2020-03-28 18:49 Michał Górny
2020-06-16 8:18 Michał Górny
2020-08-01 21:48 Michał Górny
2020-10-16 18:22 Michał Górny
2020-11-18 8:47 Michał Górny
2020-12-01 10:41 Andrey Grozin
2021-01-18 11:42 Michał Górny
2021-01-18 11:42 Michał Górny
2021-01-21 10:52 Michał Górny
2021-01-30 19:31 Sam James
2021-02-19 2:54 Sam James
2021-02-19 8:58 Michał Górny
2021-02-24 22:05 Sam James
2021-02-24 22:30 Michał Górny
2021-05-15 8:39 Michał Górny
2021-06-01 22:44 Michał Górny
2021-06-14 22:18 Sam James
2021-06-14 22:30 Michał Górny
2021-06-23 21:27 Michał Górny
2021-09-21 21:37 James Le Cuirot
2021-10-04 8:05 Michał Górny
2021-11-05 2:12 Sam James
2021-11-05 5:40 Arthur Zamarin
2022-01-23 14:56 Michał Górny
2022-01-23 14:56 Michał Górny
2022-02-27 18:46 Michał Górny
2022-10-01 16:24 Michał Górny
2022-10-12 14:52 Michał Górny
2022-11-19 8:39 Arthur Zamarin
2022-11-19 8:44 Arthur Zamarin
2023-01-05 16:56 Michał Górny
2023-02-20 6:24 Michał Górny
2023-02-20 6:24 Michał Górny
2023-05-26 18:04 Michał Górny
2023-05-26 18:04 Michał Górny
2023-05-26 18:04 Michał Górny
2023-07-11 8:43 Jakov Smolić
2023-07-11 9:17 Michał Górny
2023-10-10 5:10 Michał Górny
2023-10-10 5:10 Michał Górny
2023-10-10 5:10 Michał Górny
2023-10-10 8:14 Michał Górny
2023-10-10 8:14 Michał Górny
2023-10-10 8:14 Michał Górny
2024-03-25 4:47 Michał Górny
2024-04-11 16:35 Arthur Zamarin
2024-04-11 19:04 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=1441792178.0be42494200bdecce5d511d9de8aa46acf6472e3.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