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/httpbin/
Date: Fri, 08 Jan 2021 09:43:09
Message-Id: 1610098975.55ad155fb3d3eb07a1e17e667597d6faecdeb225.mgorny@gentoo
1 commit: 55ad155fb3d3eb07a1e17e667597d6faecdeb225
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 8 09:31:49 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 8 09:42:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ad155f
7
8 dev-python/httpbin: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/httpbin/httpbin-0.7.0-r1.ebuild | 36 ------------------------------
13 1 file changed, 36 deletions(-)
14
15 diff --git a/dev-python/httpbin/httpbin-0.7.0-r1.ebuild b/dev-python/httpbin/httpbin-0.7.0-r1.ebuild
16 deleted file mode 100644
17 index f0eb17a2b42..00000000000
18 --- a/dev-python/httpbin/httpbin-0.7.0-r1.ebuild
19 +++ /dev/null
20 @@ -1,36 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="HTTP Request and Response Service"
31 -HOMEPAGE="https://github.com/postmanlabs/httpbin
32 - https://pypi.org/project/httpbin/"
33 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
34 -
35 -LICENSE="MIT"
36 -SLOT="0"
37 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
38 -
39 -RDEPEND="
40 - dev-python/brotlipy[${PYTHON_USEDEP}]
41 - dev-python/decorator[${PYTHON_USEDEP}]
42 - dev-python/flask[${PYTHON_USEDEP}]
43 - dev-python/itsdangerous[${PYTHON_USEDEP}]
44 - dev-python/markupsafe[${PYTHON_USEDEP}]
45 - dev-python/six[${PYTHON_USEDEP}]
46 - >=dev-python/werkzeug-0.14.1[${PYTHON_USEDEP}]"
47 -
48 -PATCHES=(
49 - # do not import raven if it's not going to be used
50 - # (upstream removed it completely in git anyway)
51 - "${FILESDIR}"/httpbin-0.7.0-optional-raven.patch
52 - # fix tests with new versions of werkzeug
53 - "${FILESDIR}"/httpbin-0.7.0-test-werkzeug.patch
54 -)
55 -
56 -distutils_enable_tests unittest