diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-13 13:02:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-13 13:21:25 +0200 |
commit | 4c52b062be76a4c787a10ae3e02e1d68a32cbe79 (patch) | |
tree | e8312fec7bd1639839c13236374d934cc814b452 /dev-python/pytest-httpbin | |
parent | dev-python/httpbin: Enable py3.11 (diff) | |
download | gentoo-4c52b062be76a4c787a10ae3e02e1d68a32cbe79.tar.gz gentoo-4c52b062be76a4c787a10ae3e02e1d68a32cbe79.tar.bz2 gentoo-4c52b062be76a4c787a10ae3e02e1d68a32cbe79.zip |
dev-python/pytest-httpbin: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-httpbin')
-rw-r--r-- | dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild b/dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild index 4a74e053a530..6a0722e3c494 100644 --- a/dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild +++ b/dev-python/pytest-httpbin/pytest-httpbin-1.0.2.ebuild @@ -4,14 +4,19 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 DESCRIPTION="Easily test your HTTP library against a local copy of httpbin" -HOMEPAGE="https://github.com/kevin1024/pytest-httpbin - https://pypi.org/project/pytest-httpbin/" -SRC_URI="https://github.com/kevin1024/pytest-httpbin/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" +HOMEPAGE=" + https://github.com/kevin1024/pytest-httpbin/ + https://pypi.org/project/pytest-httpbin/ +" +SRC_URI=" + https://github.com/kevin1024/pytest-httpbin/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="MIT" SLOT="0" |