public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-runner/
Date: Mon, 17 Aug 2015 04:24:10 +0000 (UTC)	[thread overview]
Message-ID: <1439785433.711dbb8cf2131acadb12aa71ff451964d556fe9f.idella4@gentoo> (raw)

commit:     711dbb8cf2131acadb12aa71ff451964d556fe9f
Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 04:22:53 2015 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 04:23:53 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=711dbb8c

dev-python/pytest-runner: add missed dep to DEPEND, bump

Package-Manager: portage-2.2.20

 dev-python/pytest-runner/Manifest                  |  1 +
 .../pytest-runner/pytest-runner-2.1.2.ebuild       |  4 ++-
 .../pytest-runner/pytest-runner-2.5.1.ebuild       |  1 +
 .../pytest-runner/pytest-runner-2.6.1.ebuild       | 37 ++++++++++++++++++++++
 4 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/dev-python/pytest-runner/Manifest b/dev-python/pytest-runner/Manifest
index 0f833b6..335c744 100644
--- a/dev-python/pytest-runner/Manifest
+++ b/dev-python/pytest-runner/Manifest
@@ -1,2 +1,3 @@
 DIST pytest-runner-2.1.2.zip 5413 SHA256 544b53ade15931ad9bc74fecd897c49b2f3a9a1affc94bcbd88508548f6abbfc SHA512 ac82dfbe102fb4079c061f5700e5100713b51e3d71cb736c7956d1f5404e3ad5a44bf72b5164fde961e189819ef532a60623068e6f05b42a73bd700d056a55b8 WHIRLPOOL f0d9f5b0bc5f3e3fa9556a2b6d5b5b3297f146f14668fc35aead8b69e7bf848487bbb74035e247e52dfa4f22139566e9203e4ef8e678b8ba4e3897a36a43ff0c
 DIST pytest-runner-2.5.1.zip 11419 SHA256 9c2d1d1ab4595d5cd5eef6950e3e11ca8f1719c7504d16a111ae1f5757660a7f SHA512 daf9054b3e83cbf8b8e551208804384b689af873eadd12dc5e1e52d70511b947c6c114a5dfe53e135e0428cea993d2930430f1e71b0a6effc08f9e40ff3a48e6 WHIRLPOOL 3cfd55be0da567b00f0347e40fc81f1243dbc4c837a49fa00dbb53f3c814121f0613fae5b6096d67c68c9f2ec3d5ab1d1f0a7a703dac63d9fe1a09b4d44e7f19
+DIST pytest-runner-2.6.1.tar.gz 6343 SHA256 761c6bb1e6ffe3788f23a3b18170a4d83d1d0b29ffaff8213dbc5ff6fd41714c SHA512 5f5e96a4b8072334d93ce38a361f5f9f50f8fb67943b2da30027b7e1e8304b4d0b46d34be1f6d90c859e5d6d75c991e6848427567cca6ad979803355a0397de0 WHIRLPOOL 3c623ea889f1b7bd1bf32a5371248163a03406f7bfa152ba33f77aa7821d812d8a6f877b5ecb7472c57372d5bc548e0fdf5798ab3c87840b9a1e753ca0857d3c

diff --git a/dev-python/pytest-runner/pytest-runner-2.1.2.ebuild b/dev-python/pytest-runner/pytest-runner-2.1.2.ebuild
index 0aea7f6..f565879 100644
--- a/dev-python/pytest-runner/pytest-runner-2.1.2.ebuild
+++ b/dev-python/pytest-runner/pytest-runner-2.1.2.ebuild
@@ -17,7 +17,9 @@ KEYWORDS="amd64 ~arm x86"
 SLOT="0"
 IUSE=""
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="
+	app-arch/unzip
+	dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
 
 PATCHES=(

diff --git a/dev-python/pytest-runner/pytest-runner-2.5.1.ebuild b/dev-python/pytest-runner/pytest-runner-2.5.1.ebuild
index 8aabe06..bc253b6 100644
--- a/dev-python/pytest-runner/pytest-runner-2.5.1.ebuild
+++ b/dev-python/pytest-runner/pytest-runner-2.5.1.ebuild
@@ -18,6 +18,7 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
+	app-arch/unzip
 	dev-python/setuptools[${PYTHON_USEDEP}]
 	dev-python/setuptools_scm[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"

diff --git a/dev-python/pytest-runner/pytest-runner-2.6.1.ebuild b/dev-python/pytest-runner/pytest-runner-2.6.1.ebuild
new file mode 100644
index 0000000..40d1b41
--- /dev/null
+++ b/dev-python/pytest-runner/pytest-runner-2.6.1.ebuild
@@ -0,0 +1,37 @@
+# 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="Adds support for tests durring installation of setup.py files"
+HOMEPAGE="http://pypi.python.org/pypi/pytest-runner https://bitbucket.org/pytest-dev/pytest-runner"
+SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm ~x86"
+SLOT="0"
+IUSE="doc"
+
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	"
+RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
+
+python_compile_all() {
+	# The build by rst2html.py makes non fatal errors building index.rst
+	if use doc; then
+		rst2html.py docs/history.rst > docs/history.html
+		rst2html.py docs/index.rst > docs/index.html
+	fi
+}
+
+python_install_all() {
+	use doc && local HTML_DOCS=( docs/. )
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2015-08-17  4:24 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-17  4:24 Ian Delaney [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-08-25 11:18 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-runner/ Justin Lecher
2015-10-21 13:41 Justin Lecher
2015-11-02 11:50 Justin Lecher
2015-11-03  7:45 Justin Lecher
2015-11-04 15:50 Agostino Sarubbo
2015-11-04 16:09 Agostino Sarubbo
2015-11-05 11:52 Agostino Sarubbo
2015-11-16 15:01 Agostino Sarubbo
2015-11-19 10:25 Agostino Sarubbo
2015-11-22  8:53 Markus Meier
2015-11-23  6:44 Jeroen Roovers
2015-11-23 10:05 Justin Lecher
2016-06-12 18:33 Patrick Lauer
2016-11-05 12:46 Justin Lecher
2017-01-21  1:36 David Seifert
2017-03-29 21:26 Michael Weber
2017-05-03  9:26 Michał Górny
2017-07-31 20:46 Sebastien Fabbro
2017-08-13 11:24 David Seifert
2017-11-25 21:44 David Seifert
2018-01-06  0:44 Michał Górny
2018-02-21 17:20 Michał Górny
2018-02-24  3:21 Thomas Deutschmann
2018-10-14 15:26 Mikle Kolyada
2018-12-27  6:58 Tim Harder
2019-02-08 15:54 Matthew Thode
2019-12-04  6:48 Aaron Bauman
2019-12-04 16:37 Aaron Bauman
2019-12-15 11:38 Agostino Sarubbo
2019-12-15 13:24 Sergei Trofimovich
2019-12-15 13:36 Sergei Trofimovich
2019-12-15 13:53 Agostino Sarubbo
2019-12-15 13:59 Agostino Sarubbo
2019-12-24 14:39 Mikle Kolyada
2019-12-29  9:00 Mikle Kolyada
2020-01-03 21:46 Andreas Sturmlechner
2020-02-04 21:31 Andreas Sturmlechner
2020-02-06  7:51 Sergei Trofimovich
2020-02-06  8:10 Agostino Sarubbo
2020-02-06  8:26 Sergei Trofimovich
2020-02-06  9:04 Sergei Trofimovich
2020-02-07 12:12 Agostino Sarubbo
2020-02-07 13:16 Agostino Sarubbo
2020-02-08 18:49 Sergei Trofimovich
2020-02-08 19:32 Sergei Trofimovich
2020-02-13 14:40 Agostino Sarubbo
2020-03-07 15:11 Michał Górny
2020-03-07 15:45 Michał Górny
2020-03-07 15:45 Michał Górny
2020-03-07 15:45 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=1439785433.711dbb8cf2131acadb12aa71ff451964d556fe9f.idella4@gentoo \
    --to=idella4@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