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 5B0A5158CBB for ; Mon, 8 May 2023 16:45:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B4A6E084E; Mon, 8 May 2023 16:45:38 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3FF22E084E for ; Mon, 8 May 2023 16:45:38 +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 6EA18340BE0 for ; Mon, 8 May 2023 16:45:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B888AA2B for ; Mon, 8 May 2023 16:45:35 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1683563486.f3c0515d705312406f02af9e25ca5f6836e30cb7.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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.2.ebuild dev-python/pure-protobuf/pure-protobuf-2.3.0.ebuild X-VCS-Directories: dev-python/pure-protobuf/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: f3c0515d705312406f02af9e25ca5f6836e30cb7 X-VCS-Branch: dev Date: Mon, 8 May 2023 16:45:35 +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: c28511e5-d12b-4194-8e6a-75811b8fa6f0 X-Archives-Hash: 8e4a05b16ee479846d2a632a2b33d354 commit: f3c0515d705312406f02af9e25ca5f6836e30cb7 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon May 8 16:31:26 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon May 8 16:31:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3c0515d dev-python/pure-protobuf: add 2.3.0, drop 2.2.2 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/pure-protobuf/Manifest | 2 +- .../{pure-protobuf-2.2.2.ebuild => pure-protobuf-2.3.0.ebuild} | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/dev-python/pure-protobuf/Manifest b/dev-python/pure-protobuf/Manifest index 26bc8272e..64a457a06 100644 --- a/dev-python/pure-protobuf/Manifest +++ b/dev-python/pure-protobuf/Manifest @@ -1,2 +1,2 @@ -DIST pure_protobuf-2.2.2.tar.gz 16441 BLAKE2B bb5d2dac77b65d29beaf125a524dcf2bb3250737cb5b140d05c5ff397205cabe853ab87bd091bbaff88d169ca514ded2525cbe14ad81f504f55d47a1106bc805 SHA512 f9107d52e8dd3183af9917fc5c70d38c043c9bb80d9a067e8bfbc0dd5271feb10dd0820bcfd829517b4c6fc66f7faaf7e5ebfbb6748315debbcdcc3714264310 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.2.ebuild b/dev-python/pure-protobuf/pure-protobuf-2.3.0.ebuild similarity index 80% rename from dev-python/pure-protobuf/pure-protobuf-2.2.2.ebuild rename to dev-python/pure-protobuf/pure-protobuf-2.3.0.ebuild index a737d0c94..1431c4c79 100644 --- a/dev-python/pure-protobuf/pure-protobuf-2.2.2.ebuild +++ b/dev-python/pure-protobuf/pure-protobuf-2.3.0.ebuild @@ -17,11 +17,4 @@ 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}