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 0EA8D15838C for ; Fri, 26 Jan 2024 10:35:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1800EE2A0C; Fri, 26 Jan 2024 10:35:24 +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 21934E2A07 for ; Fri, 26 Jan 2024 10:35:23 +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 540AC343442 for ; Fri, 26 Jan 2024 10:35:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17466FA7 for ; Fri, 26 Jan 2024 10:35:19 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1706263507.62db7a91b389833e49593fd9ae0fefb2e226a0c0.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pure-protobuf/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pure-protobuf/Manifest dev-python/pure-protobuf/pure-protobuf-2.2.3.ebuild X-VCS-Directories: dev-python/pure-protobuf/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 62db7a91b389833e49593fd9ae0fefb2e226a0c0 X-VCS-Branch: master Date: Fri, 26 Jan 2024 10:35:19 +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: 10f24a4c-6eb3-4c32-ba51-de05d9fe8a9d X-Archives-Hash: 0f072fc0f4df87db869fc3d27b633cd6 commit: 62db7a91b389833e49593fd9ae0fefb2e226a0c0 Author: Takuya Wakazono gmail com> AuthorDate: Fri Jan 26 10:05:07 2024 +0000 Commit: David Roman gmail com> CommitDate: Fri Jan 26 10:05:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62db7a91 dev-python/pure-protobuf: drop 2.2.3 Signed-off-by: Takuya Wakazono gmail.com> dev-python/pure-protobuf/Manifest | 1 - .../pure-protobuf/pure-protobuf-2.2.3.ebuild | 27 ---------------------- 2 files changed, 28 deletions(-) diff --git a/dev-python/pure-protobuf/Manifest b/dev-python/pure-protobuf/Manifest index 64a457a06a..0dff758925 100644 --- a/dev-python/pure-protobuf/Manifest +++ b/dev-python/pure-protobuf/Manifest @@ -1,2 +1 @@ -DIST pure_protobuf-2.2.3.tar.gz 16445 BLAKE2B 38f13a975b4364e900e30e80d66e735ba4d871455002778f7caace14574de38fbfcf6735115b41a9c77cf023fea49dcaa1e43817e93f54388538f7619f26225a SHA512 b2189ff0971c0f797a526c056691e2d2e860d9a07be2d78ea30f5e74f940f95646235f2570c8d5d42559f184d37e0e3250f8caf4659092f567dd598c7b926a98 DIST pure_protobuf-2.3.0.tar.gz 16481 BLAKE2B b56d024b13ef4711c9b53ffc47029fb4e49e025d8c096b547926d44a89769a26d180420698dbf51c2db4b58f8b8df6825d368c921babdd9774e4c3a4f0d72e7e SHA512 2b2eb372cde5b7c765fa878b06fe1a82f57061d0887f560aa84799db09d506a4947b54feffff51391ebf2c87923845f93badbab19e1cf45f998c79f6df75fb05 diff --git a/dev-python/pure-protobuf/pure-protobuf-2.2.3.ebuild b/dev-python/pure-protobuf/pure-protobuf-2.2.3.ebuild deleted file mode 100644 index a737d0c949..0000000000 --- a/dev-python/pure-protobuf/pure-protobuf-2.2.3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -DISTUTILS_USE_PEP517=hatchling -inherit distutils-r1 pypi - -DESCRIPTION="Python implementation of Protocol Buffers data types with dataclasses support" -HOMEPAGE=" - https://github.com/eigenein/protobuf - https://pypi.org/project/pure-protobuf/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -# ModuleNotFoundError -RESTRICT="test" - -BDEPEND="dev-python/hatch-vcs[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}