public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-httpbin/
Date: Thu, 17 Dec 2015 14:48:54 +0000 (UTC)	[thread overview]
Message-ID: <1450363726.08f6bdac8b7b8c00bd92564fd51d2ee2a3b4a31a.jlec@gentoo> (raw)

commit:     08f6bdac8b7b8c00bd92564fd51d2ee2a3b4a31a
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 14:24:15 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 14:48:46 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08f6bdac

dev-python/pytest-httpbin: New package, ebuild written by me

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/pytest-httpbin/Manifest                 |  1 +
 dev-python/pytest-httpbin/metadata.xml             | 12 +++++++
 .../pytest-httpbin/pytest-httpbin-0.2.0.ebuild     | 38 ++++++++++++++++++++++
 3 files changed, 51 insertions(+)

diff --git a/dev-python/pytest-httpbin/Manifest b/dev-python/pytest-httpbin/Manifest
new file mode 100644
index 0000000..e18ea7a
--- /dev/null
+++ b/dev-python/pytest-httpbin/Manifest
@@ -0,0 +1 @@
+DIST pytest-httpbin-0.2.0.tar.gz 9372 SHA256 67a6d8e7890630b334e1cb38548a7118cb15930e218ece5b7a8bc94a8696ceed SHA512 a8e80979de59578a7cf16fa6cc08386bac9357bc8b48e34fc2a24cea18d531e61bf3c2474f8fc1b230dcd31641cb4bc960bab05e4bdbab98637c2fbf08671bfd WHIRLPOOL b5b532a1cc9e4b06f67787ca7ada0614b5145245934bcd796586fe0d18d186529388f608b24222a1b9372393e38f0a81df75ab205eafe134bb3287a34b122fec

diff --git a/dev-python/pytest-httpbin/metadata.xml b/dev-python/pytest-httpbin/metadata.xml
new file mode 100644
index 0000000..3748c0c
--- /dev/null
+++ b/dev-python/pytest-httpbin/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>python</herd>
+  <upstream>
+    <remote-id type="pypi">pytest-httpbin</remote-id>
+    <maintainer status="unknown">
+      <email>me@kevinmccarthy.org</email>
+      <name>Kevin McCarthy</name>
+    </maintainer>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-python/pytest-httpbin/pytest-httpbin-0.2.0.ebuild b/dev-python/pytest-httpbin/pytest-httpbin-0.2.0.ebuild
new file mode 100644
index 0000000..12fb946
--- /dev/null
+++ b/dev-python/pytest-httpbin/pytest-httpbin-0.2.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="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="${REDEPEND}
+	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:[~2015-12-17 14:49 UTC|newest]

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

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=1450363726.08f6bdac8b7b8c00bd92564fd51d2ee2a3b4a31a.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