commit:     d69f4c9d09cbc5e03b77a8de29087e61904d067b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 11 18:36:33 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 11 18:39:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69f4c9d

dev-python/responses: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/responses/Manifest                   |  2 -
 dev-python/responses/responses-0.22.0-r1.ebuild | 49 -------------------------
 2 files changed, 51 deletions(-)

diff --git a/dev-python/responses/Manifest b/dev-python/responses/Manifest
index 504275db8f33..5fc01c5f4283 100644
--- a/dev-python/responses/Manifest
+++ b/dev-python/responses/Manifest
@@ -1,3 +1 @@
-DIST responses-0.22.0-tomli.patch 4793 BLAKE2B 
d5991f55f4378d35224a19d4e85ee9786612f6b5931e52e326c46ca2b791e6e2f8985f69ebff14779948b45a6433d6b4223f8fabe615b0ad479364d941128179
 SHA512 
0d0bd3d10e4f38fdb236204f161ae499f876d8daadc8306b6ad02efec9277fdfdbc1c862704f49aec69cabbd52f3616acf74d3baab573f1f5418436928af3c6c
-DIST responses-0.22.0.gh.tar.gz 54094 BLAKE2B 
eacb1ba4fcae10d3a4e29fe1516da3f1d3ff07eacbaf65b0dd3f86ecfb36aa51527c0d89547a1480064654c49fd1233d2c3491d9afdf4eff34a4058e4f89ec0d
 SHA512 
361e59e02df36fac0fb0ba2a070b730e485ec94fe90490c271e4ac86fae7954a551bf2486714d95c91e9d0b011f06a9d10b0d6408fd4d03234e1224cca1e9d0e
 DIST responses-0.23.1.tar.gz 72966 BLAKE2B 
e75db65ab98ebf7773c469dee5486b52b6f5c1f39d847c6f38a65e664c244937716c792cf009c750019043845b95c11ea38f99d68137899ef2ef48e60edc0c2a
 SHA512 
2c05ac5c4ccca351940d3821b0830cee366cd7c9637f1e4c1e6b40c72ed2168a1036de634f03bfaaa2f7270e3825f6d9e8d31fc7a16f321f1de1cc64255454a1

diff --git a/dev-python/responses/responses-0.22.0-r1.ebuild 
b/dev-python/responses/responses-0.22.0-r1.ebuild
deleted file mode 100644
index 07f254528ea2..000000000000
--- a/dev-python/responses/responses-0.22.0-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Utility for mocking out the Python Requests library"
-HOMEPAGE="
-       https://pypi.org/project/responses/
-       https://github.com/getsentry/responses/
-"
-SRC_URI="
-       https://github.com/getsentry/responses/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-       https://github.com/getsentry/responses/pull/596.patch
-               -> ${P}-tomli.patch
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
-
-RDEPEND="
-       <dev-python/requests-3[${PYTHON_USEDEP}]
-       >=dev-python/requests-2.22.0[${PYTHON_USEDEP}]
-       dev-python/tomli[${PYTHON_USEDEP}]
-       dev-python/tomli-w[${PYTHON_USEDEP}]
-       >=dev-python/urllib3-1.25.10[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-       test? (
-               dev-python/pytest-httpserver[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-       "${DISTDIR}"/${P}-tomli.patch
-)
-
-python_test() {
-       epytest -p no:localserver
-}

Reply via email to