From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1497692-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 806CE15A7D9 for <garchives@archives.gentoo.org>; Fri, 17 Mar 2023 15:25:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0543C2BC1B3; Fri, 17 Mar 2023 15:25:55 +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 BF4A32BC1B3 for <gentoo-commits@lists.gentoo.org>; Fri, 17 Mar 2023 15:25:54 +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 65CD13410DE for <gentoo-commits@lists.gentoo.org>; Fri, 17 Mar 2023 15:25:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1133D8F1 for <gentoo-commits@lists.gentoo.org>; Fri, 17 Mar 2023 15:25:51 +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: <1679066708.9781d0cef609f311a05b92923cf28556250321f5.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-r2.ebuild X-VCS-Directories: dev-python/requests-unixsocket/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9781d0cef609f311a05b92923cf28556250321f5 X-VCS-Branch: master Date: Fri, 17 Mar 2023 15:25:51 +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: 1ca6ac7f-c2b4-4391-ac07-8a42a8c46dd4 X-Archives-Hash: bfe30435bfcbd464c5f494ce774d4952 commit: 9781d0cef609f311a05b92923cf28556250321f5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Mar 17 11:59:52 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Mar 17 15:25:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9781d0ce dev-python/requests-unixsocket: Use pypi.eclass Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/requests-unixsocket/requests-unixsocket-0.3.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/requests-unixsocket/requests-unixsocket-0.3.0-r2.ebuild b/dev-python/requests-unixsocket/requests-unixsocket-0.3.0-r2.ebuild index a9faec8b94aa..6ad0cb32118f 100644 --- a/dev-python/requests-unixsocket/requests-unixsocket-0.3.0-r2.ebuild +++ b/dev-python/requests-unixsocket/requests-unixsocket-0.3.0-r2.ebuild @@ -4,16 +4,16 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +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/ " -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0"