Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-httpbin/
Date: Sat, 29 Jan 2022 07:23:08
Message-Id: 1643440980.fc7eddf275bb91344b0bb327132fb0a6689e0255.mgorny@gentoo
1 commit: fc7eddf275bb91344b0bb327132fb0a6689e0255
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 07:05:28 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 07:23:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc7eddf2
7
8 dev-python/pytest-httpbin: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-httpbin/Manifest | 1 -
13 .../pytest-httpbin/pytest-httpbin-1.0.0-r1.ebuild | 31 ----------------------
14 2 files changed, 32 deletions(-)
15
16 diff --git a/dev-python/pytest-httpbin/Manifest b/dev-python/pytest-httpbin/Manifest
17 index 7e7f2a27648f..6dd6635d84c8 100644
18 --- a/dev-python/pytest-httpbin/Manifest
19 +++ b/dev-python/pytest-httpbin/Manifest
20 @@ -1,2 +1 @@
21 -DIST pytest-httpbin-1.0.0.gh.tar.gz 17813 BLAKE2B b7e0ad9f131e4d236161b66b1d6d8e6087285a6d52df1accb044b30bcdac6c5f3350e9dbfe1cf33ab64b6d6aac6b463de81c31fd12dd950426b6ed8ef4eaf289 SHA512 2794134cc005cb969752e0c1119459d3f1e106f679942880a6b9ff507f2ee31c8ac4146a9c01b9a920368ea516443954b1b7044f7b1c270fe251f7d36adf7661
22 DIST pytest-httpbin-1.0.1.gh.tar.gz 18036 BLAKE2B 1277118a83d059f23c06758d6a5e83b78f09ba3bd44458f18aebdad06b7266a3deb9ee00f10732c552fddb42673dfe3f5862195f44ce48a224961b5df81dcae7 SHA512 3a11073d85478e7b748cfae5a7f639b2cf6ebc396ebb9972f39ead3d869ab1abaf0afa90f113e2393652ed08621716e54c9c5dcb41c59ff67341f7b28445544d
23
24 diff --git a/dev-python/pytest-httpbin/pytest-httpbin-1.0.0-r1.ebuild b/dev-python/pytest-httpbin/pytest-httpbin-1.0.0-r1.ebuild
25 deleted file mode 100644
26 index b4a95b64c9c1..000000000000
27 --- a/dev-python/pytest-httpbin/pytest-httpbin-1.0.0-r1.ebuild
28 +++ /dev/null
29 @@ -1,31 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7..10} pypy3 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Easily test your HTTP library against a local copy of httpbin"
40 -HOMEPAGE="https://github.com/kevin1024/pytest-httpbin
41 - https://pypi.org/project/pytest-httpbin/"
42 -SRC_URI="https://github.com/kevin1024/pytest-httpbin/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
47 -
48 -RDEPEND="
49 - dev-python/httpbin[${PYTHON_USEDEP}]
50 - dev-python/six[${PYTHON_USEDEP}]
51 -"
52 -BDEPEND="
53 - test? ( dev-python/requests[${PYTHON_USEDEP}] )
54 -"
55 -
56 -PATCHES=(
57 - "${FILESDIR}"/pytest-httpbin-1.0.0-pypy3-hang.patch
58 -)
59 -
60 -distutils_enable_tests pytest