public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-httpbin/
Date: Sat,  5 Mar 2016 10:33:24 +0000 (UTC)	[thread overview]
Message-ID: <1457173940.a1d44c813b62734f13302e6ec78c8650a235a3af.patrick@gentoo> (raw)

commit:     a1d44c813b62734f13302e6ec78c8650a235a3af
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  5 09:21:22 2016 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Mar  5 10:32:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1d44c81

dev-python/pytest-httpbin: Bump

Package-Manager: portage-2.2.27

 dev-python/pytest-httpbin/Manifest                 |  1 +
 .../pytest-httpbin/pytest-httpbin-0.2.3.ebuild     | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/pytest-httpbin/Manifest b/dev-python/pytest-httpbin/Manifest
index e18ea7a..eb8f805 100644
--- a/dev-python/pytest-httpbin/Manifest
+++ b/dev-python/pytest-httpbin/Manifest
@@ -1 +1,2 @@
 DIST pytest-httpbin-0.2.0.tar.gz 9372 SHA256 67a6d8e7890630b334e1cb38548a7118cb15930e218ece5b7a8bc94a8696ceed SHA512 a8e80979de59578a7cf16fa6cc08386bac9357bc8b48e34fc2a24cea18d531e61bf3c2474f8fc1b230dcd31641cb4bc960bab05e4bdbab98637c2fbf08671bfd WHIRLPOOL b5b532a1cc9e4b06f67787ca7ada0614b5145245934bcd796586fe0d18d186529388f608b24222a1b9372393e38f0a81df75ab205eafe134bb3287a34b122fec
+DIST pytest-httpbin-0.2.3.tar.gz 9498 SHA256 c5b698dfa474ffc9caebcb35e34346b753eb226aea5c2e1b69fefedbcf161bf8 SHA512 f3c4eb67d1b02c27d8edb42622793fa3604e3f0bd5086e4986b8f0402a9fb8d7969a466be92fc6a7e301e829dbeb300183b40dccc9ec5da1d158cb4d08274f8b WHIRLPOOL c7b4c1d4955389d180474aae59ad1ab3d86e1f81f84fb00fecd562c38a2a27cc741562a4f78fe7691fe978533dd8fbfd2c1b5da1a205cb996eea9bdc090c0072

diff --git a/dev-python/pytest-httpbin/pytest-httpbin-0.2.3.ebuild b/dev-python/pytest-httpbin/pytest-httpbin-0.2.3.ebuild
new file mode 100644
index 0000000..817a064
--- /dev/null
+++ b/dev-python/pytest-httpbin/pytest-httpbin-0.2.3.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="Easily test your HTTP library against a local copy of httpbin"
+HOMEPAGE="https://github.com/kevin1024/pytest-httpbin http://pypi.python.org/pypi/pytest-httpbin"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+	dev-python/decorator[${PYTHON_USEDEP}]
+	dev-python/flask[${PYTHON_USEDEP}]
+	dev-python/httpbin[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? (
+		dev-python/pytest[${PYTHON_USEDEP}]
+	)"
+
+# Not includd
+RESTRICT=test
+
+python_test() {
+	PYTEST_PLUGINS=pytest_httpbin \
+		py.test -v -s || die
+}


             reply	other threads:[~2016-03-06 11:14 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-05 10:33 Patrick Lauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-16 14:46 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-httpbin/ Michał Górny
2024-10-05  7:22 Sam James
2024-09-18 15:58 Michał Górny
2024-08-24 13:06 Michał Górny
2024-08-24  9:05 Arthur Zamarin
2024-05-14 10:05 Michał Górny
2023-05-29  9:42 Michał Górny
2023-05-23  9:51 Sam James
2023-05-09  5:26 Michał Górny
2022-05-13 11:21 Michał Górny
2022-04-07  9:24 Michał Górny
2022-03-31 13:01 Michał Górny
2022-03-31 12:34 Jakov Smolić
2022-02-25 23:41 Michał Górny
2022-01-29  7:23 Michał Górny
2022-01-29  7:01 Arthur Zamarin
2021-12-28 11:10 Michał Górny
2021-05-20 13:51 Michał Górny
2020-11-28  8:27 Sam James
2020-11-28  8:27 Sam James
2020-09-21 16:06 Michał Górny
2020-09-20 10:24 Michał Górny
2020-07-15 20:18 Sergei Trofimovich
2020-07-14 16:32 Sam James
2020-07-14 15:22 Sam James
2020-06-04 14:10 Sergei Trofimovich
2020-05-26 10:35 Michał Górny
2020-05-08 17:15 Agostino Sarubbo
2020-05-05 22:13 Sergei Trofimovich
2020-04-17 17:43 Michał Górny
2020-04-11 12:08 Mart Raudsepp
2020-04-08 14:01 Agostino Sarubbo
2020-04-08 13:36 Agostino Sarubbo
2020-04-07  7:03 Georgy Yakovlev
2020-03-28 18:49 Michał Górny
2020-03-25 13:12 Agostino Sarubbo
2020-03-16  5:54 Matt Turner
2020-02-21 10:08 Michał Górny
2020-02-21 10:08 Michał Górny
2020-02-19 19:33 Sergei Trofimovich
2019-12-26 23:58 Aaron Bauman
2019-11-27 13:37 Mikle Kolyada
2018-03-17 10:51 Michał Górny
2017-05-15 16:43 Manuel Rüger
2017-01-21 18:54 Agostino Sarubbo
2015-12-17 14:48 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=1457173940.a1d44c813b62734f13302e6ec78c8650a235a3af.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