From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/testfixtures/
Date: Wed, 24 Feb 2016 09:23:22 +0000 (UTC) [thread overview]
Message-ID: <1456305795.fd33c0507f55b852c9fcd94a61a2591c94fb3166.jlec@gentoo> (raw)
commit: fd33c0507f55b852c9fcd94a61a2591c94fb3166
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 09:21:00 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 09:23:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd33c050
dev-python/testfixtures: Version Bump
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/testfixtures/Manifest | 1 +
dev-python/testfixtures/testfixtures-4.9.1.ebuild | 58 +++++++++++++++++++++++
2 files changed, 59 insertions(+)
diff --git a/dev-python/testfixtures/Manifest b/dev-python/testfixtures/Manifest
index 059e92e..12f5eba 100644
--- a/dev-python/testfixtures/Manifest
+++ b/dev-python/testfixtures/Manifest
@@ -5,3 +5,4 @@ DIST testfixtures-4.3.3.tar.gz 86546 SHA256 ffe66d08ef2fdc0be5e6abe1e1d51384ae94
DIST testfixtures-4.4.0.tar.gz 87356 SHA256 41096fe91c2939177f1729783bbfaef9e777ba44e7d8ff819ab1318d78beeba7 SHA512 0fdb87e1fd8311cbab274f4db71ec76767cc9e2f771eefb1a110bf42b07e30fc9edbe2db124742b3102b8f114af2666b0b8726f6330871fd72c7ea2f535d5fed WHIRLPOOL 8b5bb18b682f420ae4b66aa1da9ca0f312bff1974400b586cb2bcae635037e629352b37cfa2d1f8c7f91fd880e726c34d7f3aa532b2e04188f5f99ac7a69e2c1
DIST testfixtures-4.6.0.tar.gz 87322 SHA256 f58ffea34cf0972a3fddcd1873d594d02289587f0ea1d3c1327749f9258cf013 SHA512 cd1e35c907d2f264976161f72c335cc136bec41dd56ee773920eae52a8553fbd7367c9218ba30acccd0a98c067a5aaf675655924f94da60cc190c608714b6bc2 WHIRLPOOL 64cb69d26217cf3748e87fc99029d586b20ee2ce13a8af98454cd33bd4121c021726cb7579b82dfead0b2a281e85fc3906a18ebd2c6a5b6c35c6b1eed49aaa1b
DIST testfixtures-4.7.0.tar.gz 87453 SHA256 214f986a1f590eb67434dd110cc5046f2ec9d6fe0fc9b8a2e7e8203bfe745220 SHA512 7795ac4181018851f31360653e8f6766af2d96db1b453bd395fcdcb8d4ee02c3db644da7e6c83b170d0cca23f2c81f130b56dc086f3b2bb846ccb335cd18aa8e WHIRLPOOL d91def6902dbe297fd94dfc42d1d1b2dceedf851c67cbab771baeb5093bd95e0b03f41f22a68558a7dfde216f6e6d1afa347c7857327a15aa7d4722cae2add9d
+DIST testfixtures-4.9.1.tar.gz 90117 SHA256 e45eef63eb39e63f689ec9d25f03b9bcc201b15e6411f3b73cfe4d0611ad5e1d SHA512 20053d22297b7852382a4f2bf6d76bde6489f788a9073aaae407f68bb6b3d7bdc4a045868cf7c99fd294936768745ee7d652c86a4a96c33fb0e95fa0d96d2a59 WHIRLPOOL 2cabb01d1d11fcf54aac3ba05ed5432bbe0eeb416699b8b4db108a94ce87b1cebe5c5594c350f5e39b1cb4f036dd9577620235b2ddc757ea31c956d3b97f43d3
diff --git a/dev-python/testfixtures/testfixtures-4.9.1.ebuild b/dev-python/testfixtures/testfixtures-4.9.1.ebuild
new file mode 100644
index 0000000..45d8f0a
--- /dev/null
+++ b/dev-python/testfixtures/testfixtures-4.9.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="A collection of helpers and mock objects for unit tests and doc tests"
+HOMEPAGE="https://pypi.python.org/pypi/testfixtures/ https://github.com/Simplistix/testfixtures"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ doc? (
+ dev-python/sphinx[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep 'dev-python/pkginfo[${PYTHON_USEDEP}]' python2_7 pypy )
+ )
+ test? (
+ dev-python/manuel[${PYTHON_USEDEP}]
+ dev-python/nose[${PYTHON_USEDEP}]
+ dev-python/nose-cover3[${PYTHON_USEDEP}]
+ dev-python/nose_fixes[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7)
+ )"
+
+python_prepare_all() {
+ # Makefile comes set pointing at a wrong location
+ sed \
+ -e 's:../bin/sphinx-build:/usr/bin/sphinx-build:' \
+ -i docs/Makefile || die
+ # Prevent un-needed download during build, fix Makefile for doc build
+ sed -e '/'sphinx.ext.intersphinx'/d' -i docs/conf.py || die
+
+ # remove test that tests the stripped zope-component test_components.ComponentsTests
+ rm -f testfixtures/tests/test_components.py || die
+ distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+ use doc && emake -C docs html
+}
+
+python_test() {
+ nosetests --verbosity=3 || die
+}
+
+python_install_all() {
+ use doc && HTML_DOCS=( docs/_build/html/. )
+ distutils-r1_python_install_all
+}
next reply other threads:[~2016-02-24 9:23 UTC|newest]
Thread overview: 91+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-24 9:23 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-12 15:05 [gentoo-commits] repo/gentoo:master commit in: dev-python/testfixtures/ Sam James
2024-08-29 6:34 Jakov Smolić
2024-08-29 6:34 Jakov Smolić
2024-08-29 5:10 Jakov Smolić
2024-06-30 14:11 Michał Górny
2024-06-22 15:01 Michał Górny
2024-06-22 13:48 Arthur Zamarin
2024-06-19 17:21 Michał Górny
2024-06-08 5:06 Michał Górny
2024-05-17 9:49 Michał Górny
2024-05-17 8:31 Arthur Zamarin
2024-05-02 2:00 Michał Górny
2024-04-19 6:39 Ionen Wolkens
2024-04-18 16:17 Arthur Zamarin
2024-04-18 16:17 Arthur Zamarin
2024-04-18 16:16 Arthur Zamarin
2024-03-30 14:14 Michał Górny
2024-03-30 13:59 Michał Górny
2024-03-15 13:15 Michał Górny
2024-03-15 13:15 Michał Górny
2024-03-02 11:44 Michał Górny
2024-03-02 9:59 Arthur Zamarin
2024-03-01 18:33 Michał Górny
2024-02-17 6:10 Michał Górny
2023-11-22 12:03 Michał Górny
2023-11-22 11:11 Sam James
2023-10-20 12:26 Michał Górny
2023-10-18 15:50 Michał Górny
2023-10-18 9:02 Sam James
2023-09-15 10:11 Michał Górny
2023-07-23 18:34 Michał Górny
2023-07-23 15:14 Michał Górny
2023-03-11 10:02 Michał Górny
2023-03-11 9:03 Arthur Zamarin
2023-02-08 17:36 Michał Górny
2022-12-10 9:09 Michał Górny
2022-12-10 9:05 Arthur Zamarin
2022-11-09 6:53 Sam James
2022-11-05 14:43 Arthur Zamarin
2022-11-04 8:39 Arthur Zamarin
2022-08-09 6:31 Michał Górny
2022-08-09 4:00 Arthur Zamarin
2022-07-06 19:18 Arthur Zamarin
2022-03-31 13:55 Jakov Smolić
2022-03-09 20:29 Arthur Zamarin
2022-02-25 23:41 Michał Górny
2021-10-31 20:09 Arthur Zamarin
2021-10-31 17:55 Sam James
2021-09-29 21:59 Michał Górny
2021-09-25 22:14 Michał Górny
2021-09-25 19:56 Sam James
2021-09-21 19:11 Michał Górny
2021-08-21 8:01 Michał Górny
2021-08-16 6:19 Michał Górny
2021-08-16 5:13 Agostino Sarubbo
2021-07-16 6:12 Michał Górny
2021-07-15 17:50 Michał Górny
2021-06-22 19:11 Marek Szuba
2021-03-05 19:26 Sam James
2021-03-02 8:53 Michał Górny
2021-03-02 4:39 Sam James
2021-02-22 13:28 Sam James
2021-01-18 19:13 Michał Górny
2021-01-18 17:43 Sam James
2021-01-14 21:30 Michał Górny
2021-01-13 20:16 Michał Górny
2021-01-13 19:34 Sam James
2020-12-16 17:18 Michał Górny
2020-12-11 21:55 Sam James
2020-11-18 9:12 Michał Górny
2020-10-21 22:51 Michał Górny
2020-10-09 7:15 Michał Górny
2020-09-05 6:08 Michał Górny
2020-07-07 15:30 Michał Górny
2020-07-06 19:15 Michał Górny
2020-05-11 17:48 Michał Górny
2020-05-04 13:58 Michał Górny
2020-05-04 12:24 Michał Górny
2020-04-21 8:08 Michał Górny
2020-03-29 10:13 Michał Górny
2020-03-08 14:29 Michał Górny
2020-01-25 20:54 Michał Górny
2019-05-08 14:41 Virgil Dupras
2018-06-24 17:24 Pacho Ramos
2016-10-11 17:09 Patrice Clement
2016-05-29 14:19 Pacho Ramos
2015-12-13 14:05 Justin Lecher
2015-12-05 16:41 Justin Lecher
2015-11-03 17:21 Justin Lecher
2015-09-20 9:33 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=1456305795.fd33c0507f55b852c9fcd94a61a2591c94fb3166.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