diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-11-22 09:43:43 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-11-22 09:43:43 +0000 |
commit | bc9948fd8bb34713dc4afa43dc2216863e98a1c2 (patch) | |
tree | 0c54924dfe2e8ec050ab1576adddca06193663ed /dev-python/pytest-timeout | |
parent | fix SRC_URI (bug #530104) (diff) | |
download | gentoo-2-bc9948fd8bb34713dc4afa43dc2216863e98a1c2.tar.gz gentoo-2-bc9948fd8bb34713dc4afa43dc2216863e98a1c2.tar.bz2 gentoo-2-bc9948fd8bb34713dc4afa43dc2216863e98a1c2.zip |
dev-python/pytest-timeout: New package, written by me
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-python/pytest-timeout')
-rw-r--r-- | dev-python/pytest-timeout/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/pytest-timeout/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pytest-timeout/metadata.xml | 8 | ||||
-rw-r--r-- | dev-python/pytest-timeout/pytest-timeout-0.4.ebuild | 25 |
4 files changed, 47 insertions, 0 deletions
diff --git a/dev-python/pytest-timeout/ChangeLog b/dev-python/pytest-timeout/ChangeLog new file mode 100644 index 000000000000..82ea7ac582d1 --- /dev/null +++ b/dev-python/pytest-timeout/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-python/pytest-timeout +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-timeout/ChangeLog,v 1.1 2014/11/22 09:43:43 jlec Exp $ + +*pytest-timeout-0.4 (22 Nov 2014) + + 22 Nov 2014; Justin Lecher <jlec@gentoo.org> +pytest-timeout-0.4.ebuild, + +metadata.xml: + New package, written by me + diff --git a/dev-python/pytest-timeout/Manifest b/dev-python/pytest-timeout/Manifest new file mode 100644 index 000000000000..f64f91f1e969 --- /dev/null +++ b/dev-python/pytest-timeout/Manifest @@ -0,0 +1,4 @@ +DIST pytest-timeout-0.4.tar.gz 10204 SHA256 d5900aaa94af5cb2d06ed806b1e636255e65a8a26eccecccd2b9a9d6123d50d5 SHA512 07031d64012e683064cd0bf2cef1d7209f02085e07dd8c7dfc704270d1e6ecf9679c639d529586c7d52d9425244a05ac362a7cd0092ca1f162a54539f58286e4 WHIRLPOOL b4befc271e378246d3e9fdd23a931fa400a981f79e90b0d44bbd533bea2be976fb4fcf73f6aa552d129e6945d82880bdf7bbf08c653c787913a8b782be54ab51 +EBUILD pytest-timeout-0.4.ebuild 555 SHA256 9294232a389f14d23d0dda5110a8120f179c2411a7cf25eeaa05bb8a1a94f3ce SHA512 e05222704cde1b5261a05a02652b0f5f3f93f90ff00f8805853a48f293d77a4ae18f618c06ba08113c66e21c35a1a32b19c1a2edb3ee46e7c08ad5b8df1f5c02 WHIRLPOOL 626fa4dee6ebaa222778459007dfff6f403f64574eb769948967e863d25da4991c6574a676f3cc9683f447f1f3bfcc5b20f4f66acab32e6c6ea8a27a0a69738c +MISC ChangeLog 283 SHA256 4ef0a7cf958bfbd99f6d53d922390a2779f3c414e01ca5a5b2fe27bec7b6c648 SHA512 6e2f609289eace4ccf9ef587bf239fd2fae489bcbe8cc0bb5e65ed0b5c6e241f9a1869362f4f07f06c4754d9f631efb216310d0fe7e3d873490cc8ad09039965 WHIRLPOOL c7a8ead4a0ceb74d71ed9dd5863439f03e0b812a1cb2d45a38922338299175f9705dab50858b62dc4b3138b3cb63faf545c3cafa102dccb2d4845873c7d556d1 +MISC metadata.xml 232 SHA256 cb42d40e8746886f17850cde9b77dfbb828a3e50a522f9cb87bc51f7b1eb6ea6 SHA512 5ed8beba3f536559b045d23e7a2801611f9308cdfe7731c88a5a585e67bb37bfb99d57f66d87eeef758012734f8738c4d472361ede59028e80a1bab194ff4edf WHIRLPOOL 68cb20356c4b7ef42f1bce12a7a0f206e2f21d8aa0639eedf6e9844f62a6caceab957ca62b78684d8fc3f587f3eb9ca24dfcd5ab9eb7ed333fa09bf333bb4313 diff --git a/dev-python/pytest-timeout/metadata.xml b/dev-python/pytest-timeout/metadata.xml new file mode 100644 index 000000000000..d469d9cd5518 --- /dev/null +++ b/dev-python/pytest-timeout/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>some-herd</herd> + <maintainer> + <email>python@gentoo.org</email> + </maintainer> +</pkgmetadata> diff --git a/dev-python/pytest-timeout/pytest-timeout-0.4.ebuild b/dev-python/pytest-timeout/pytest-timeout-0.4.ebuild new file mode 100644 index 000000000000..88448f8fd440 --- /dev/null +++ b/dev-python/pytest-timeout/pytest-timeout-0.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-timeout/pytest-timeout-0.4.ebuild,v 1.1 2014/11/22 09:43:43 jlec Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{2,3,4} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="py.test plugin to abort hanging tests" +HOMEPAGE="https://pypi.python.org/pypi/pytest-timeout" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="dev-python/pytest" +DEPEND="${RDEPEND}" + +python_test() { + ${EPYTHON} test_pytest_timeout.py || die +} |