From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5183C158009 for ; Wed, 28 Jun 2023 01:12:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 752A0E08E2; Wed, 28 Jun 2023 01:12:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46981E08E2 for ; Wed, 28 Jun 2023 01:12:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8383E341021 for ; Wed, 28 Jun 2023 01:12:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39513AC6 for ; Wed, 28 Jun 2023 01:12:16 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1687912889.4c465099a8c556037e38e64fcf844bf4d61180e1.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-python/urllib3/, dev-python/urllib3/files/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-python/urllib3/Manifest dev-python/urllib3/files/urllib3-2.0.0-libressl.patch dev-python/urllib3/metadata.xml dev-python/urllib3/urllib3-2.0.2-r1.ebuild X-VCS-Directories: dev-python/urllib3/files/ dev-python/urllib3/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 4c465099a8c556037e38e64fcf844bf4d61180e1 X-VCS-Branch: master Date: Wed, 28 Jun 2023 01:12:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 40d6ce6a-ab19-4c61-b348-abfecdbf5dc3 X-Archives-Hash: c26a7a5b12422101e605be93a6857648 commit: 4c465099a8c556037e38e64fcf844bf4d61180e1 Author: orbea riseup net> AuthorDate: Wed Jun 28 00:41:29 2023 +0000 Commit: orbea riseup net> CommitDate: Wed Jun 28 00:41:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=4c465099 dev-python/urllib3: treeclean Signed-off-by: orbea riseup.net> dev-python/urllib3/Manifest | 1 - .../urllib3/files/urllib3-2.0.0-libressl.patch | 17 ------ dev-python/urllib3/metadata.xml | 17 ------ dev-python/urllib3/urllib3-2.0.2-r1.ebuild | 66 ---------------------- 4 files changed, 101 deletions(-) diff --git a/dev-python/urllib3/Manifest b/dev-python/urllib3/Manifest deleted file mode 100644 index d2fce1a..0000000 --- a/dev-python/urllib3/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST urllib3-2.0.2.tar.gz 277703 BLAKE2B 1c7935a6aca8e60ad212eb35ef76009b75a8d080b1a572fe229e94a200e75c352ab41d831dde3d4a4643ecbbe54c2128f9d9ca1850d978fd1730d6d730ce3ab0 SHA512 874674342259f2f9b77b4aac90bd525ea50d4b6134008c22eb0fe7a04e688797564c3ec8e556600f75416df2983c972867e8a569d5d85a8dda748948217af38e diff --git a/dev-python/urllib3/files/urllib3-2.0.0-libressl.patch b/dev-python/urllib3/files/urllib3-2.0.0-libressl.patch deleted file mode 100644 index d7197da..0000000 --- a/dev-python/urllib3/files/urllib3-2.0.0-libressl.patch +++ /dev/null @@ -1,17 +0,0 @@ -https://github.com/urllib3/urllib3/issues/2168 -https://github.com/urllib3/urllib3/pull/2705 - ---- a/src/urllib3/__init__.py -+++ b/src/urllib3/__init__.py -@@ -32,7 +32,10 @@ except ImportError: - else: - # fmt: off - if ( -- not ssl.OPENSSL_VERSION.startswith("OpenSSL ") -+ not ( -+ ssl.OPENSSL_VERSION.startswith("OpenSSL ") -+ or ssl.OPENSSL_VERSION.startswith("LibreSSL ") -+ ) - or ssl.OPENSSL_VERSION_INFO < (1, 1, 1) - ): # Defensive: - raise ImportError( diff --git a/dev-python/urllib3/metadata.xml b/dev-python/urllib3/metadata.xml deleted file mode 100644 index 23ead92..0000000 --- a/dev-python/urllib3/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - python@gentoo.org - Python - - - - Enable support for brotli compression - - - urllib3 - cpe:/a:urllib3:urllib3 - urllib3/urllib3 - - diff --git a/dev-python/urllib3/urllib3-2.0.2-r1.ebuild b/dev-python/urllib3/urllib3-2.0.2-r1.ebuild deleted file mode 100644 index 75f3221..0000000 --- a/dev-python/urllib3/urllib3-2.0.2-r1.ebuild +++ /dev/null @@ -1,66 +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=hatchling -PYTHON_TESTED=( python3_{10..12} pypy3 ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" ) -PYTHON_REQ_USE="ssl(+)" - -inherit distutils-r1 pypi - -DESCRIPTION="HTTP library with thread-safe connection pooling, file post, and more" -HOMEPAGE=" - https://github.com/urllib3/urllib3/ - https://pypi.org/project/urllib3/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="brotli test zstd" -RESTRICT="!test? ( test )" - -# [secure] extra is deprecated and slated for removal, we don't need it: -# https://github.com/urllib3/urllib3/issues/2680 -RDEPEND=" - >=dev-python/PySocks-1.5.8[${PYTHON_USEDEP}] - =dev-python/brotlicffi-0.8.0[${PYTHON_USEDEP}] ) - zstd? ( >=dev-python/zstandard-0.18.0[${PYTHON_USEDEP}] ) -" -BDEPEND=" - test? ( - $(python_gen_cond_dep " - ${RDEPEND} - dev-python/brotlicffi[\${PYTHON_USEDEP}] - dev-python/freezegun[\${PYTHON_USEDEP}] - dev-python/pytest[\${PYTHON_USEDEP}] - >=dev-python/tornado-4.2.1[\${PYTHON_USEDEP}] - >=dev-python/trustme-0.5.3[\${PYTHON_USEDEP}] - >=dev-python/zstandard-0.18.0[\${PYTHON_USEDEP}] - " "${PYTHON_TESTED[@]}") - ) -" - -PATCHES=( "${FILESDIR}"/${PN}-2.0.0-libressl.patch ) - -python_test() { - local -x CI=1 - if ! has "${EPYTHON}" "${PYTHON_TESTED[@]/_/.}"; then - einfo "Skipping tests on ${EPYTHON}" - return - fi - - local EPYTEST_DESELECT=( - # take forever - test/contrib/test_pyopenssl.py::TestSocketSSL::test_requesting_large_resources_via_ssl - test/with_dummyserver/test_socketlevel.py::TestSSL::test_requesting_large_resources_via_ssl - ) - - # plugins make tests slower, and more fragile - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -}