commit:     6f794320c54bf4f4186ba71ca866dd3b9dd3cd9f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 13:35:45 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 23 13:37:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f794320

dev-python/requests: Remove old

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

 dev-python/requests/Manifest               |  3 --
 dev-python/requests/requests-2.28.2.ebuild | 75 ------------------------------
 dev-python/requests/requests-2.29.0.ebuild | 75 ------------------------------
 dev-python/requests/requests-2.30.0.ebuild | 75 ------------------------------
 4 files changed, 228 deletions(-)

diff --git a/dev-python/requests/Manifest b/dev-python/requests/Manifest
index ff89847b28b6..0ff86da8cb06 100644
--- a/dev-python/requests/Manifest
+++ b/dev-python/requests/Manifest
@@ -1,4 +1 @@
-DIST requests-2.28.2.tar.gz 108206 BLAKE2B 
fe6c5d78e6abd36b7134c6e424b5a1c4052eba62b55a01b5842f289b94df3af039a5beba71374db563dd52ce42471d5e3650763b9324533ea6ab3bfd8013379b
 SHA512 
3c4ba19a2bb6ba38a4118cf246db3855401869d54ee7ebd9bee40b435420381fb737d4c69768f2bd97914a30d66233c7058cec51aa629af0dff3b04e6f997a3d
-DIST requests-2.29.0.tar.gz 108279 BLAKE2B 
34f4f25be325944415cadf17e99f106fb696882667853455f2559748d0cd2562bdefaa0fec2ac3dae6c34ecc4a50e6f91d00fdada27ceb6e0d4232faf7bf77bb
 SHA512 
22c7c9e6ae44abe60cf7cc2108d42d9a0952ae317936995f379155d24013c24a2c654469a781a61b2ae6488429e337d31b565a91f1266eb1c038a4c8a9069642
-DIST requests-2.30.0.tar.gz 108411 BLAKE2B 
bff0559fe279daf89e44826eed6bd1036aa53c6e0ac0a7513b4edd7e04c7826dc3d6a8c61cf466399145f2eac1b6ac386bcf00427fc3820a0b16c397ef51ef68
 SHA512 
a950a156ac78e5e315b95619f8753f7ba837c63198e256ea69a53f9492f7be1cecb295fcacbf091f3d5ae077ea02c67056d753f99c2b95cc9d233c3ca77f2905
 DIST requests-2.31.0.tar.gz 110794 BLAKE2B 
e4e2781b272ccd94230c5b8c1bea83901bc8c28a34880709dbb95b887417b47833512e25045dab6e4226295294e2bf56fc821b6f636ae28aefdeee6039f53d44
 SHA512 
ce50d64973752f4cf7f7c7c91401669854b55c66d7465bea3689772fae8a6b646cf6720d84a2984bbe6fd78fc8b9ce0aa377f291fb6d7c20c7c2a4be8193acdd

diff --git a/dev-python/requests/requests-2.28.2.ebuild 
b/dev-python/requests/requests-2.28.2.ebuild
deleted file mode 100644
index 1a3ac22c500a..000000000000
--- a/dev-python/requests/requests-2.28.2.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="HTTP library for human beings"
-HOMEPAGE="
-       https://requests.readthedocs.io/
-       https://github.com/psf/requests/
-       https://pypi.org/project/requests/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-IUSE="socks5 test-rust"
-
-RDEPEND="
-       >=dev-python/certifi-2017.4.17[${PYTHON_USEDEP}]
-       <dev-python/charset_normalizer-4[${PYTHON_USEDEP}]
-       <dev-python/idna-4[${PYTHON_USEDEP}]
-       <dev-python/urllib3-1.27[${PYTHON_USEDEP}]
-       socks5? ( >=dev-python/PySocks-1.5.6[${PYTHON_USEDEP}] )
-"
-
-BDEPEND="
-       test? (
-               dev-python/pytest-httpbin[${PYTHON_USEDEP}]
-               dev-python/pytest-mock[${PYTHON_USEDEP}]
-               >=dev-python/PySocks-1.5.6[${PYTHON_USEDEP}]
-               test-rust? (
-                       dev-python/trustme[${PYTHON_USEDEP}]
-               )
-       )
-"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-2.28.0-drop-dependency-warnings.patch
-)
-
-distutils_enable_tests pytest
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # Internet (doctests)
-               requests/__init__.py::requests
-               requests/api.py::requests.api.request
-               requests/models.py::requests.models.PreparedRequest
-               requests/sessions.py::requests.sessions.Session
-               # require IPv4 interface in 10.* range
-               tests/test_requests.py::TestTimeout::test_connect_timeout
-               tests/test_requests.py::TestTimeout::test_total_timeout_connect
-               # TODO: openssl?
-               tests/test_requests.py::TestRequests::test_pyopenssl_redirect
-               # flask-2
-               
tests/test_requests.py::TestRequests::test_cookie_sent_on_redirect
-               
tests/test_requests.py::TestRequests::test_cookie_removed_on_expire
-               
tests/test_requests.py::TestPreparingURLs::test_redirecting_to_bad_url
-       )
-
-       if ! has_version "dev-python/trustme[${PYTHON_USEDEP}]"; then
-               EPYTEST_DESELECT+=(
-                       
tests/test_requests.py::TestRequests::test_https_warnings
-               )
-       fi
-
-       epytest
-}

diff --git a/dev-python/requests/requests-2.29.0.ebuild 
b/dev-python/requests/requests-2.29.0.ebuild
deleted file mode 100644
index 1970e4609bae..000000000000
--- a/dev-python/requests/requests-2.29.0.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="HTTP library for human beings"
-HOMEPAGE="
-       https://requests.readthedocs.io/
-       https://github.com/psf/requests/
-       https://pypi.org/project/requests/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-IUSE="socks5 test-rust"
-
-RDEPEND="
-       >=dev-python/certifi-2017.4.17[${PYTHON_USEDEP}]
-       <dev-python/charset_normalizer-4[${PYTHON_USEDEP}]
-       <dev-python/idna-4[${PYTHON_USEDEP}]
-       <dev-python/urllib3-1.27[${PYTHON_USEDEP}]
-       socks5? ( >=dev-python/PySocks-1.5.6[${PYTHON_USEDEP}] )
-"
-
-BDEPEND="
-       test? (
-               dev-python/pytest-httpbin[${PYTHON_USEDEP}]
-               dev-python/pytest-mock[${PYTHON_USEDEP}]
-               >=dev-python/PySocks-1.5.6[${PYTHON_USEDEP}]
-               test-rust? (
-                       dev-python/trustme[${PYTHON_USEDEP}]
-               )
-       )
-"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-2.28.0-drop-dependency-warnings.patch
-)
-
-distutils_enable_tests pytest
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # Internet (doctests)
-               requests/__init__.py::requests
-               requests/api.py::requests.api.request
-               requests/models.py::requests.models.PreparedRequest
-               requests/sessions.py::requests.sessions.Session
-               # require IPv4 interface in 10.* range
-               tests/test_requests.py::TestTimeout::test_connect_timeout
-               tests/test_requests.py::TestTimeout::test_total_timeout_connect
-               # TODO: openssl?
-               tests/test_requests.py::TestRequests::test_pyopenssl_redirect
-               # flask-2
-               
tests/test_requests.py::TestRequests::test_cookie_sent_on_redirect
-               
tests/test_requests.py::TestRequests::test_cookie_removed_on_expire
-               
tests/test_requests.py::TestPreparingURLs::test_redirecting_to_bad_url
-       )
-
-       if ! has_version "dev-python/trustme[${PYTHON_USEDEP}]"; then
-               EPYTEST_DESELECT+=(
-                       
tests/test_requests.py::TestRequests::test_https_warnings
-               )
-       fi
-
-       epytest
-}

diff --git a/dev-python/requests/requests-2.30.0.ebuild 
b/dev-python/requests/requests-2.30.0.ebuild
deleted file mode 100644
index d2596179ab61..000000000000
--- a/dev-python/requests/requests-2.30.0.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="HTTP library for human beings"
-HOMEPAGE="
-       https://requests.readthedocs.io/
-       https://github.com/psf/requests/
-       https://pypi.org/project/requests/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-IUSE="socks5 test-rust"
-
-RDEPEND="
-       >=dev-python/certifi-2017.4.17[${PYTHON_USEDEP}]
-       <dev-python/charset_normalizer-4[${PYTHON_USEDEP}]
-       <dev-python/idna-4[${PYTHON_USEDEP}]
-       <dev-python/urllib3-3[${PYTHON_USEDEP}]
-       socks5? ( >=dev-python/PySocks-1.5.6[${PYTHON_USEDEP}] )
-"
-
-BDEPEND="
-       test? (
-               dev-python/pytest-httpbin[${PYTHON_USEDEP}]
-               dev-python/pytest-mock[${PYTHON_USEDEP}]
-               >=dev-python/PySocks-1.5.6[${PYTHON_USEDEP}]
-               test-rust? (
-                       dev-python/trustme[${PYTHON_USEDEP}]
-               )
-       )
-"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-2.28.0-drop-dependency-warnings.patch
-)
-
-distutils_enable_tests pytest
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # Internet (doctests)
-               requests/__init__.py::requests
-               requests/api.py::requests.api.request
-               requests/models.py::requests.models.PreparedRequest
-               requests/sessions.py::requests.sessions.Session
-               # require IPv4 interface in 10.* range
-               tests/test_requests.py::TestTimeout::test_connect_timeout
-               tests/test_requests.py::TestTimeout::test_total_timeout_connect
-               # TODO: openssl?
-               tests/test_requests.py::TestRequests::test_pyopenssl_redirect
-               # flask-2
-               
tests/test_requests.py::TestRequests::test_cookie_sent_on_redirect
-               
tests/test_requests.py::TestRequests::test_cookie_removed_on_expire
-               
tests/test_requests.py::TestPreparingURLs::test_redirecting_to_bad_url
-       )
-
-       if ! has_version "dev-python/trustme[${PYTHON_USEDEP}]"; then
-               EPYTEST_DESELECT+=(
-                       
tests/test_requests.py::TestRequests::test_https_warnings
-               )
-       fi
-
-       epytest
-}

Reply via email to