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 333E4158020 for ; Mon, 14 Nov 2022 04:44:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2345DE09CE; Mon, 14 Nov 2022 04:44:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0DB04E09CA for ; Mon, 14 Nov 2022 04:44: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 4AB2C340E25 for ; Mon, 14 Nov 2022 04:44:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A8C176C for ; Mon, 14 Nov 2022 04:44:16 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1668400803.8fa68ca9cd3ed8c5bf248786134905be4cbfd510.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycurl-requests/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pycurl-requests/Manifest dev-python/pycurl-requests/pycurl-requests-0.2.1.ebuild X-VCS-Directories: dev-python/pycurl-requests/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8fa68ca9cd3ed8c5bf248786134905be4cbfd510 X-VCS-Branch: master Date: Mon, 14 Nov 2022 04:44: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: 2c31dbde-f66d-4fbb-9b27-f6af75769b59 X-Archives-Hash: a3b66d7ac7e25306faf5cec74ed0ebfd commit: 8fa68ca9cd3ed8c5bf248786134905be4cbfd510 Author: Michał Górny gentoo org> AuthorDate: Mon Nov 14 04:40:03 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Nov 14 04:40:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa68ca9 dev-python/pycurl-requests: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pycurl-requests/Manifest | 1 - .../pycurl-requests/pycurl-requests-0.2.1.ebuild | 32 ---------------------- 2 files changed, 33 deletions(-) diff --git a/dev-python/pycurl-requests/Manifest b/dev-python/pycurl-requests/Manifest index 5f8dd9de8043..e92842cc956f 100644 --- a/dev-python/pycurl-requests/Manifest +++ b/dev-python/pycurl-requests/Manifest @@ -1,2 +1 @@ -DIST pycurl-requests-0.2.1.tar.gz 24133 BLAKE2B b5994985621096edb4ea16859fe80e2c83221e32145d2ab0a6cb414084de9966df8ff2fbd7b38250b0ee096fb2c7cf98d4632eca814365bcecc5f9d69462fe6a SHA512 83b1052c8f007282aa5a8763ec44b3434604dd0b0b025d2bad0e45117438afdc6d05c2cf94516bbe993eb65bd1dbfac182954c1ff3a641cdb767e8f22c505574 DIST pycurl-requests-0.5.0.gh.tar.gz 25344 BLAKE2B 50c57fabdbdc0471281ce0201de0a473db7f9783f6984da4e8c55552ab542235452a0f3e85855fa9dbb10985d8d6ec9b9499b9778b3f7166e50edb853293d16f SHA512 e6e7a0d552bf2e5167978a0ac57d7a456a8e445853e16e94d261537af19ee73e4681ee336117e076cc3a3b6e416607bc5a5f2fcbc153675ff6129a4455a4f005 diff --git a/dev-python/pycurl-requests/pycurl-requests-0.2.1.ebuild b/dev-python/pycurl-requests/pycurl-requests-0.2.1.ebuild deleted file mode 100644 index f08e2f6638e1..000000000000 --- a/dev-python/pycurl-requests/pycurl-requests-0.2.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Requests-compatible interface for PycURL" -HOMEPAGE="https://github.com/dcoles/pycurl-requests" -SRC_URI="https://github.com/dcoles/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/chardet[${PYTHON_USEDEP}] - dev-python/pycurl[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_test() { - local deselect=( - # network-sandbox - pycurl_requests/tests/test_requests.py::test_get_connect_timeout - pycurl_requests/tests/test_requests.py::test_get_connect_timeout_urllib3 - ) - - epytest ${deselect[@]/#/--deselect } -}