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: Fri, 13 May 2022 11:21:33
Message-Id: 1652440885.4c52b062be76a4c787a10ae3e02e1d68a32cbe79.mgorny@gentoo
1 commit: 4c52b062be76a4c787a10ae3e02e1d68a32cbe79
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 11:02:25 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 11:21:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c52b062
7
8 dev-python/pytest-httpbin: Enable py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild | 13 +++++++++----
13 1 file changed, 9 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild b/dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild
16 index 4a74e053a530..6a0722e3c494 100644
17 --- a/dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild
18 +++ b/dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild
19 @@ -4,14 +4,19 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
24 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
25
26 inherit distutils-r1
27
28 DESCRIPTION="Easily test your HTTP library against a local copy of httpbin"
29 -HOMEPAGE="https://github.com/kevin1024/pytest-httpbin
30 - https://pypi.org/project/pytest-httpbin/"
31 -SRC_URI="https://github.com/kevin1024/pytest-httpbin/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
32 +HOMEPAGE="
33 + https://github.com/kevin1024/pytest-httpbin/
34 + https://pypi.org/project/pytest-httpbin/
35 +"
36 +SRC_URI="
37 + https://github.com/kevin1024/pytest-httpbin/archive/v${PV}.tar.gz
38 + -> ${P}.gh.tar.gz
39 +"
40
41 LICENSE="MIT"
42 SLOT="0"