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 8D76715803E for ; Sat, 30 Dec 2023 18:21:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C63C72BC026; Sat, 30 Dec 2023 18:21:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 ACE3D2BC026 for ; Sat, 30 Dec 2023 18:21:17 +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 5BC5A33BDE1 for ; Sat, 30 Dec 2023 18:21:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5D421450 for ; Sat, 30 Dec 2023 18:21:14 +0000 (UTC) From: "Michael Mair-Keimberger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Mair-Keimberger" Message-ID: <1703960401.73a54545ac34d367324bcbee0302ca91228314b0.mmk@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pure-protobuf/files/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pure-protobuf/files/pure-protobuf-do-not-install-tests.patch X-VCS-Directories: dev-python/pure-protobuf/files/ X-VCS-Committer: mmk X-VCS-Committer-Name: Michael Mair-Keimberger X-VCS-Revision: 73a54545ac34d367324bcbee0302ca91228314b0 X-VCS-Branch: dev Date: Sat, 30 Dec 2023 18:21:14 +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: e315a4eb-5e5c-4e15-82b7-d7a346879832 X-Archives-Hash: bf84377869d9ed371bc65613fc3d7509 commit: 73a54545ac34d367324bcbee0302ca91228314b0 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Dec 30 18:14:05 2023 +0000 Commit: Michael Mair-Keimberger levelnine at> CommitDate: Sat Dec 30 18:20:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=73a54545 dev-python/pure-protobuf: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger levelnine.at> .../files/pure-protobuf-do-not-install-tests.patch | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/dev-python/pure-protobuf/files/pure-protobuf-do-not-install-tests.patch b/dev-python/pure-protobuf/files/pure-protobuf-do-not-install-tests.patch deleted file mode 100644 index 6da5a8db41..0000000000 --- a/dev-python/pure-protobuf/files/pure-protobuf-do-not-install-tests.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/setup.py b/setup.py -index deb6c95..2ae6c69 100644 ---- a/setup.py -+++ b/setup.py -@@ -9,7 +9,7 @@ setup( - author='Pavel Perestoronin', - author_email='eigenein@gmail.com', - url='https://github.com/eigenein/protobuf', -- packages=find_packages(exclude=['tests']), -+ packages=find_packages(exclude=['tests*']), - zip_safe=True, - install_requires=[ - 'dataclasses>=0.6,<1.0; python_version < "3.7"',