public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "orbea" <orbea@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-python/urllib3/, dev-python/urllib3/files/
Date: Wed, 28 Jun 2023 01:12:16 +0000 (UTC)	[thread overview]
Message-ID: <1687912889.4c465099a8c556037e38e64fcf844bf4d61180e1.orbea@gentoo> (raw)

commit:     4c465099a8c556037e38e64fcf844bf4d61180e1
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Wed Jun 28 00:41:29 2023 +0000
Commit:     orbea <orbea <AT> riseup <DOT> 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 <orbea <AT> 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>python@gentoo.org</email>
-		<name>Python</name>
-	</maintainer>
-	<stabilize-allarches/>
-	<use>
-		<flag name="brotli">Enable support for brotli compression</flag>
-	</use>
-	<upstream>
-		<remote-id type="pypi">urllib3</remote-id>
-		<remote-id type="cpe">cpe:/a:urllib3:urllib3</remote-id>
-		<remote-id type="github">urllib3/urllib3</remote-id>
-	</upstream>
-</pkgmetadata>

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/PySocks-2.0[${PYTHON_USEDEP}]
-	brotli? ( >=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
-}


             reply	other threads:[~2023-06-28  1:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-28  1:12 orbea [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-08  2:17 [gentoo-commits] repo/proj/libressl:master commit in: dev-python/urllib3/, dev-python/urllib3/files/ orbea

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1687912889.4c465099a8c556037e38e64fcf844bf4d61180e1.orbea@gentoo \
    --to=orbea@riseup.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox