From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1534862-garchives=archives.gentoo.org@lists.gentoo.org>
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 1E58015800D
	for <garchives@archives.gentoo.org>; Wed,  5 Jul 2023 08:03:51 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 56F0BE08DB;
	Wed,  5 Jul 2023 08:03:50 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 31191E08DB
	for <gentoo-commits@lists.gentoo.org>; Wed,  5 Jul 2023 08:03:50 +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 47C153410C7
	for <gentoo-commits@lists.gentoo.org>; Wed,  5 Jul 2023 08:03:49 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CDCA7AD1
	for <gentoo-commits@lists.gentoo.org>; Wed,  5 Jul 2023 08:03:46 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
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" <mgorny@gentoo.org>
Message-ID: <1688544221.07c1a0f2620c6bd37e6abbe9285c014668b73a17.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-unixsocket/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/requests-unixsocket/requests-unixsocket-0.3.0-r3.ebuild
X-VCS-Directories: dev-python/requests-unixsocket/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 07c1a0f2620c6bd37e6abbe9285c014668b73a17
X-VCS-Branch: master
Date: Wed,  5 Jul 2023 08:03:46 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 5f7ea9c7-7b96-4e70-9a1c-2c18c3bc7783
X-Archives-Hash: 22fca67d861d00d8265b5bdf13498193

commit:     07c1a0f2620c6bd37e6abbe9285c014668b73a17
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 08:01:06 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 08:03:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c1a0f2

dev-python/requests-unixsocket: Remove old

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

 .../requests-unixsocket-0.3.0-r3.ebuild            | 33 ----------------------
 1 file changed, 33 deletions(-)

diff --git a/dev-python/requests-unixsocket/requests-unixsocket-0.3.0-r3.ebuild b/dev-python/requests-unixsocket/requests-unixsocket-0.3.0-r3.ebuild
deleted file mode 100644
index e0077847ef34..000000000000
--- a/dev-python/requests-unixsocket/requests-unixsocket-0.3.0-r3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Use requests to talk HTTP via a UNIX domain socket"
-HOMEPAGE="
-	https://github.com/msabramo/requests-unixsocket/
-	https://pypi.org/project/requests-unixsocket/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-	dev-python/requests[${PYTHON_USEDEP}]
-	<dev-python/urllib3-2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	dev-python/pbr[${PYTHON_USEDEP}]
-	test? (
-		dev-python/waitress[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest