From c2a98c5730992decf024aa2cc593271e9819a2bb Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Thu, 12 Dec 2024 18:53:01 +0000 Subject: Adding metadata --- dev-python/respx/respx-0.21.1-r1.ebuild | 46 +++++++++++++++++++++++++++++++++ dev-python/respx/respx-0.21.1.ebuild | 44 ------------------------------- 2 files changed, 46 insertions(+), 44 deletions(-) create mode 100644 dev-python/respx/respx-0.21.1-r1.ebuild delete mode 100644 dev-python/respx/respx-0.21.1.ebuild (limited to 'dev-python/respx') diff --git a/dev-python/respx/respx-0.21.1-r1.ebuild b/dev-python/respx/respx-0.21.1-r1.ebuild new file mode 100644 index 000000000000..e31e25775722 --- /dev/null +++ b/dev-python/respx/respx-0.21.1-r1.ebuild @@ -0,0 +1,46 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) + +inherit distutils-r1 + +DESCRIPTION="Mock HTTPX with awesome request patterns and response side effects" +HOMEPAGE=" + https://lundberg.github.io/respx/ + https://pypi.org/project/respx/ + https://github.com/lundberg/respx/ +" +# no tests in pypi sdist +SRC_URI=" + https://github.com/lundberg/respx/archive/refs/tags/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 arm64 x86" + +# https://bugs.gentoo.org/945735 +# https://github.com/lundberg/respx/issues/277 +RDEPEND=" +