From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-runner/
Date: Wed, 4 Dec 2019 16:37:49 +0000 (UTC) [thread overview]
Message-ID: <1575477418.9d35b821aa69d77e7bf8177af17b229e5a81947d.bman@gentoo> (raw)
commit: 9d35b821aa69d77e7bf8177af17b229e5a81947d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 4 01:36:31 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 4 16:36:58 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d35b821
dev-python/pytest-runner: 5.2 version bump, python3_8
Use distutils_enable_sphinx
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13814
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-python/pytest-runner/Manifest | 1 +
dev-python/pytest-runner/pytest-runner-5.2.ebuild | 37 +++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-python/pytest-runner/Manifest b/dev-python/pytest-runner/Manifest
index c9065c2f380..d024ac74ad5 100644
--- a/dev-python/pytest-runner/Manifest
+++ b/dev-python/pytest-runner/Manifest
@@ -2,3 +2,4 @@ DIST pytest-runner-2.11.1.tar.gz 9661 BLAKE2B 300b63de61ef36c299a95c60af469b071c
DIST pytest-runner-2.6.2.tar.gz 6379 BLAKE2B 4f676a4cd59309cdd0e6462c83718482622817781d302ed95a2b7cb9d92a0b0f38b411c1172ecce9003f5781cdb168338bce6f446b1c91069a2024fb75574bfc SHA512 6a993e8729d5e203986f2526d46e96b7ac19e65fc26493a55a98e858304ecde0c47576476864a0ee1817ea1a7b02cfda952fc03f79b84fff249021f140f3d00d
DIST pytest-runner-4.0.tar.gz 11401 BLAKE2B 3be4527e68b8c1ae7e1bb5bad111367e459a07cf20de1f3b2d8ab993a7e016f9656618075bf515f576fef457aa86f99990f7dcc4c20a04166703bf9272c395c1 SHA512 a7f3defcc698f43b3b6ceec3f59dbd0e00c651167ddc76a9d1a093d722a013c9ffd2bad3438e49170688d503166cb6d8bf55bbaf7bc6f9e6d80eff049c202b08
DIST pytest-runner-4.2.tar.gz 11947 BLAKE2B 97495bead800a81d879659f1ee522822f76fe8ac80579537d43e21e663323d7c10be8d2da7d05ffdb0931145149d8c10ef7c72b3ab4da2ce856d44d3f00a724e SHA512 278da7add27f77134e63470747ffd9fe663d93ab8e7cebfbae98902bb1d5ffba45277574107f958255251cb9e499b85a0db3e8173f9f10fb31d1561ca709a379
+DIST pytest-runner-5.2.tar.gz 15534 BLAKE2B 0bcbd5991808aaa4b85b9071ce142e03287683e919687fa76f5b7929ad07dca6ae6edaf7ad30a1bc1ba0163f43505ec18ab2cd5e0462399b8252c8ca761d7b29 SHA512 5fc62a4e681cfa0ef25dc815ccbbfe1a7ca0e9e7783c2ba2db0da7d2539f11c08d6c3fad2ab3dfe7f0d50fe7bfb41127b11ec9af67ef8e32361655bc910c8245
diff --git a/dev-python/pytest-runner/pytest-runner-5.2.ebuild b/dev-python/pytest-runner/pytest-runner-5.2.ebuild
new file mode 100644
index 00000000000..353d2171777
--- /dev/null
+++ b/dev-python/pytest-runner/pytest-runner-5.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Adds support for tests during installation of setup.py files"
+HOMEPAGE="https://pypi.org/project/pytest-runner/ https://github.com/pytest-dev/pytest-runner"
+SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
+DEPEND="
+ >=dev-python/setuptools-40.6.3[${PYTHON_USEDEP}]
+ dev-python/setuptools_scm[${PYTHON_USEDEP}]
+ doc? (
+ dev-python/jaraco-packaging[${PYTHON_USEDEP}]
+ dev-python/rst-linker[${PYTHON_USEDEP}]
+ )
+ test? ( ${RDEPEND} )
+"
+
+distutils_enable_sphinx docs
+
+# Tests require network access to download packages
+RESTRICT="test"
+
+python_test() {
+ esetup.py pytest
+}
next reply other threads:[~2019-12-04 16:37 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-04 16:37 Aaron Bauman [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-03-07 15:45 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-runner/ Michał Górny
2020-03-07 15:45 Michał Górny
2020-03-07 15:45 Michał Górny
2020-03-07 15:11 Michał Górny
2020-02-13 14:40 Agostino Sarubbo
2020-02-08 19:32 Sergei Trofimovich
2020-02-08 18:49 Sergei Trofimovich
2020-02-07 13:16 Agostino Sarubbo
2020-02-07 12:12 Agostino Sarubbo
2020-02-06 9:04 Sergei Trofimovich
2020-02-06 8:26 Sergei Trofimovich
2020-02-06 8:10 Agostino Sarubbo
2020-02-06 7:51 Sergei Trofimovich
2020-02-04 21:31 Andreas Sturmlechner
2020-01-03 21:46 Andreas Sturmlechner
2019-12-29 9:00 Mikle Kolyada
2019-12-24 14:39 Mikle Kolyada
2019-12-15 13:59 Agostino Sarubbo
2019-12-15 13:53 Agostino Sarubbo
2019-12-15 13:36 Sergei Trofimovich
2019-12-15 13:24 Sergei Trofimovich
2019-12-15 11:38 Agostino Sarubbo
2019-12-04 6:48 Aaron Bauman
2019-02-08 15:54 Matthew Thode
2018-12-27 6:58 Tim Harder
2018-10-14 15:26 Mikle Kolyada
2018-02-24 3:21 Thomas Deutschmann
2018-02-21 17:20 Michał Górny
2018-01-06 0:44 Michał Górny
2017-11-25 21:44 David Seifert
2017-08-13 11:24 David Seifert
2017-07-31 20:46 Sebastien Fabbro
2017-05-03 9:26 Michał Górny
2017-03-29 21:26 Michael Weber
2017-01-21 1:36 David Seifert
2016-11-05 12:46 Justin Lecher
2016-06-12 18:33 Patrick Lauer
2015-11-23 10:05 Justin Lecher
2015-11-23 6:44 Jeroen Roovers
2015-11-22 8:53 Markus Meier
2015-11-19 10:25 Agostino Sarubbo
2015-11-16 15:01 Agostino Sarubbo
2015-11-05 11:52 Agostino Sarubbo
2015-11-04 16:09 Agostino Sarubbo
2015-11-04 15:50 Agostino Sarubbo
2015-11-03 7:45 Justin Lecher
2015-11-02 11:50 Justin Lecher
2015-10-21 13:41 Justin Lecher
2015-08-25 11:18 Justin Lecher
2015-08-17 4:24 Ian Delaney
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=1575477418.9d35b821aa69d77e7bf8177af17b229e5a81947d.bman@gentoo \
--to=bman@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