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 0762F15808C for ; Thu, 17 Feb 2022 17:36:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B44DE083E; Thu, 17 Feb 2022 17:36:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1CA7E0839 for ; Thu, 17 Feb 2022 17:36:45 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0873342EA8 for ; Thu, 17 Feb 2022 17:36:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 031002A0 for ; Thu, 17 Feb 2022 17:36:43 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1645119283.454bd829a95840f89f93dbb05ef12df8738a7f52.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-dotenv/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-dotenv/files/python-dotenv-0.18.0-second-entrypoint.patch X-VCS-Directories: dev-python/python-dotenv/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 454bd829a95840f89f93dbb05ef12df8738a7f52 X-VCS-Branch: master Date: Thu, 17 Feb 2022 17:36:43 +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: c7dc25c1-1a09-4ff1-ac3e-e7d1f8a73684 X-Archives-Hash: 3dc5fd4725b85bf6d442617cf608a649 commit: 454bd829a95840f89f93dbb05ef12df8738a7f52 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Thu Feb 17 06:56:51 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Feb 17 17:34:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=454bd829 dev-python/python-dotenv: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/24225 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Conrad Kostecki gentoo.org> .../python-dotenv-0.18.0-second-entrypoint.patch | 24 ---------------------- 1 file changed, 24 deletions(-) diff --git a/dev-python/python-dotenv/files/python-dotenv-0.18.0-second-entrypoint.patch b/dev-python/python-dotenv/files/python-dotenv-0.18.0-second-entrypoint.patch deleted file mode 100644 index 9d69c8b6b008..000000000000 --- a/dev-python/python-dotenv/files/python-dotenv-0.18.0-second-entrypoint.patch +++ /dev/null @@ -1,24 +0,0 @@ -From c57f0aa05145ff84b708ffd64106ae741096027e Mon Sep 17 00:00:00 2001 -From: Sebastian Pipping -Date: Sat, 26 Jun 2021 01:38:14 +0200 -Subject: [PATCH] setup.py: Add second entrypoint "python-dotenv" - ---- - setup.py | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/setup.py b/setup.py -index fd5785a..bb31c40 100644 ---- a/setup.py -+++ b/setup.py -@@ -42,6 +42,7 @@ setup( - entry_points=''' - [console_scripts] - dotenv=dotenv.cli:cli -+ python-dotenv=dotenv.cli:cli - ''', - license='BSD-3-Clause', - classifiers=[ --- -2.31.1 -