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 DE09B158030 for ; Sat, 25 Feb 2023 23:27:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99D91E07D3; Sat, 25 Feb 2023 23:27:50 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 792C8E07D1 for ; Sat, 25 Feb 2023 23:27:50 +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 50448340DFD for ; Sat, 25 Feb 2023 23:27:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8B788BA for ; Sat, 25 Feb 2023 23:27:47 +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: <1677365232.d143b8397ffa50087dc7996a9b0b4df462d8d56e.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.1.ebuild dev-python/pure-protobuf/pure-protobuf-2.2.3.ebuild X-VCS-Directories: dev-python/pure-protobuf/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: d143b8397ffa50087dc7996a9b0b4df462d8d56e X-VCS-Branch: dev Date: Sat, 25 Feb 2023 23:27:47 +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: e0f83d97-f659-4cbb-968e-9d92ea07dd1d X-Archives-Hash: 132898eb2ef5873f1594dc82a9a21d4e commit: d143b8397ffa50087dc7996a9b0b4df462d8d56e Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Feb 25 22:47:12 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sat Feb 25 22:47:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d143b839 dev-python/pure-protobuf: add 2.2.3, drop 2.2.1 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/pure-protobuf/Manifest | 2 +- .../{pure-protobuf-2.2.1.ebuild => pure-protobuf-2.2.3.ebuild} | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/dev-python/pure-protobuf/Manifest b/dev-python/pure-protobuf/Manifest index 101a75a41..26bc8272e 100644 --- a/dev-python/pure-protobuf/Manifest +++ b/dev-python/pure-protobuf/Manifest @@ -1,2 +1,2 @@ -DIST pure_protobuf-2.2.1.tar.gz 16458 BLAKE2B 6a461f0f1b56341ee4288a5990d713cafcdce6788111c7b011e72e742cf5060fb4c535cf9c197183a72e886eab7b72bf5790105c578467e3f6f3d1fa9d063b0f SHA512 fa142061fc33e2a646e5392d22f0f80012b3c08f3133b00e0aa661762cd693702eb64a3e4db09e270e5d8de751d7a15167295d242c6db73f8153bb4a49fbdc10 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 diff --git a/dev-python/pure-protobuf/pure-protobuf-2.2.1.ebuild b/dev-python/pure-protobuf/pure-protobuf-2.2.3.ebuild similarity index 69% rename from dev-python/pure-protobuf/pure-protobuf-2.2.1.ebuild rename to dev-python/pure-protobuf/pure-protobuf-2.2.3.ebuild index ba4403245..32c5ff9e5 100644 --- a/dev-python/pure-protobuf/pure-protobuf-2.2.1.ebuild +++ b/dev-python/pure-protobuf/pure-protobuf-2.2.3.ebuild @@ -1,21 +1,17 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=hatchling -inherit distutils-r1 +inherit distutils-r1 pypi -MY_PN="${PN/-/_}" -MY_P="${MY_PN}-${PV}" DESCRIPTION="Python implementation of Protocol Buffers data types with dataclasses support" HOMEPAGE=" https://github.com/eigenein/protobuf https://pypi.org/project/pure-protobuf/ " -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" LICENSE="MIT" SLOT="0"