From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/testresources/
Date: Wed, 2 Mar 2016 10:46:49 +0000 (UTC) [thread overview]
Message-ID: <1456915547.524a5dfa42f6ea18d17996bce15b61c1c1a604cb.patrick@gentoo> (raw)
commit: 524a5dfa42f6ea18d17996bce15b61c1c1a604cb
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 2 10:41:35 2016 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Wed Mar 2 10:45:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=524a5dfa
dev-python/testresources: Bump
Package-Manager: portage-2.2.27
dev-python/testresources/Manifest | 1 +
.../testresources/testresources-1.0.0.ebuild | 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-python/testresources/Manifest b/dev-python/testresources/Manifest
index 00ce084..2968d45 100644
--- a/dev-python/testresources/Manifest
+++ b/dev-python/testresources/Manifest
@@ -1 +1,2 @@
DIST testresources-0.2.7.tar.gz 32050 SHA256 ad0a117383dd463827b199eaa92829b4d6a3147fbd97459820df53bae81d7231 SHA512 29518f7326272c56a5f2f3f1f7741959dde9265ba5ce7e0c7d7afabd91bd44a519d1cad82a11a41944ff12d65e541536476f87afcac9a7cbb4869743a38547b7 WHIRLPOOL c414223960fbd6a1c612d2c79c8b8956ab858aaaa76331ddefb1315dbdd6c6bc1d3a7641c098d7d558b332ee8f4262d8921240adb63f581a3127da6a617dc200
+DIST testresources-1.0.0.tar.gz 44501 SHA256 e9b2c70ecade3135629e66945a7ac19c6df18c59b3d8f02e95d24bc8e066c7cf SHA512 7c9f9cbcc62066ab4a75d68780d88925484eeee23e2e0ef0395b63ec2a92968a6969d1bd6f483945e32ff5566e686b426f2f37daf4f803d2ef779032ea97cc6b WHIRLPOOL f4a390df289f4e452e197b58cc6df2a162a5843d64ba03fc3a6918c1f0b6124ee9c98e3e08bbb4c8780344749a7e961a4482a005e7b2e23359ecc56f6cef8192
diff --git a/dev-python/testresources/testresources-1.0.0.ebuild b/dev-python/testresources/testresources-1.0.0.ebuild
new file mode 100644
index 0000000..9121c8a
--- /dev/null
+++ b/dev-python/testresources/testresources-1.0.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=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A pyunit extension for managing expensive test resources"
+HOMEPAGE="https://launchpad.net/testresources"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? (
+ dev-python/nose[${PYTHON_USEDEP}]
+ dev-python/testtools[${PYTHON_USEDEP}]
+ dev-python/fixtures[${PYTHON_USEDEP}]
+ )"
+RDEPEND=""
+
+python_prepare_all() {
+ sed \
+ -e 's:testBasicSortTests:_&:g' \
+ -i testresources/tests/test_optimising_test_suite.py || die
+ distutils-r1_python_prepare_all
+}
+
+python_test() {
+ nosetests --verbose || die "Tests failed under ${EPYTHON}"
+}
next reply other threads:[~2016-03-02 10:46 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-02 10:46 Patrick Lauer [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-18 13:08 [gentoo-commits] repo/gentoo:master commit in: dev-python/testresources/ Michał Górny
2024-06-10 18:57 Michał Górny
2023-07-10 1:38 Michał Górny
2023-05-31 10:50 Michał Górny
2022-11-30 10:18 WANG Xuerui
2022-06-28 8:11 Michał Górny
2022-06-28 6:43 Agostino Sarubbo
2022-06-28 4:03 Michał Górny
2022-06-27 23:32 Sam James
2022-06-27 19:43 Arthur Zamarin
2022-06-27 19:25 Arthur Zamarin
2022-06-27 19:22 Arthur Zamarin
2022-06-27 19:20 Arthur Zamarin
2022-05-28 10:31 Michał Górny
2022-05-21 12:35 Michał Górny
2022-05-21 12:35 Michał Górny
2022-02-02 7:29 Sam James
2021-07-27 11:00 Marek Szuba
2021-07-05 10:56 Michał Górny
2020-05-31 15:42 Michał Górny
2020-03-29 10:13 Michał Górny
2020-03-28 13:37 Michał Górny
2020-03-28 13:34 Michał Górny
2019-12-30 21:54 Piotr Karbowski
2018-07-16 19:57 Michał Górny
2018-07-09 23:30 Mikle Kolyada
2018-03-31 0:59 Matt Thode
2018-02-21 20:18 Michał Górny
2018-02-17 1:47 Matt Thode
2017-07-29 20:38 Matt Thode
2015-11-05 11:52 Agostino Sarubbo
2015-11-03 11:38 Justin Lecher
2015-11-02 11:50 Justin Lecher
2015-11-02 11:50 Justin Lecher
2015-10-14 13:40 Justin Lecher
2015-10-11 11:25 Justin Lecher
2015-10-10 18:49 Mikle Kolyada
2015-08-24 10:12 Justin Lecher
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=1456915547.524a5dfa42f6ea18d17996bce15b61c1c1a604cb.patrick@gentoo \
--to=patrick@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