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 84382158020 for ; Sat, 10 Dec 2022 09:06:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4800E0936; Sat, 10 Dec 2022 09:06:06 +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 BF10AE0936 for ; Sat, 10 Dec 2022 09:06:06 +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 10B43341239 for ; Sat, 10 Dec 2022 09:06:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5ADB77B for ; Sat, 10 Dec 2022 09:06:04 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1670663159.5759cf0341808126598e30677d8b8f40e92db40b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/u-msgpack-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/u-msgpack-python/Manifest dev-python/u-msgpack-python/u-msgpack-python-2.7.1-r1.ebuild X-VCS-Directories: dev-python/u-msgpack-python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5759cf0341808126598e30677d8b8f40e92db40b X-VCS-Branch: master Date: Sat, 10 Dec 2022 09:06:04 +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: ceaefaff-9558-41e2-907f-5cdb6b17a690 X-Archives-Hash: e0de4ad0156444c596b01d967600deb0 commit: 5759cf0341808126598e30677d8b8f40e92db40b Author: Michał Górny gentoo org> AuthorDate: Sat Dec 10 09:04:38 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 10 09:05:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5759cf03 dev-python/u-msgpack-python: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/u-msgpack-python/Manifest | 1 - .../u-msgpack-python-2.7.1-r1.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-python/u-msgpack-python/Manifest b/dev-python/u-msgpack-python/Manifest index 1177fd78853c..a21feccff61e 100644 --- a/dev-python/u-msgpack-python/Manifest +++ b/dev-python/u-msgpack-python/Manifest @@ -1,2 +1 @@ -DIST u-msgpack-python-2.7.1.tar.gz 20631 BLAKE2B 10008f0653f969f1f5655c894be5b2497d692bf7ebf6d50de221695cab9c3a973c0870a8162efe6b61f2d9d4fb062c4130c07cddff8d64d6258d7d832efe4021 SHA512 0825b9edee28db2c954c9c0d64987a4640f11af52570c1ad834882a5fcd2e3a76eab3524cc3bb639cacfaf9eef27bf0a75656b4d02bca42b2d35b708348691d6 DIST u-msgpack-python-2.7.2.tar.gz 20654 BLAKE2B 0365e4e778c9979d9154d8a267ba3bdaad9b2ef808723d2ae89e078fc0c8d76aebab234f1723985cf3b288274123e49571607599d6087ea234e3e8dc11e3a302 SHA512 e5d35bc03e5c23cfbaf9cc7f6459576e89b5dd19661ddff2a4ab5de2751e0b73c17e4685c6fead15ce2bf100b2250a3ba7cb10a7fa3f23debfa2141f4370b623 diff --git a/dev-python/u-msgpack-python/u-msgpack-python-2.7.1-r1.ebuild b/dev-python/u-msgpack-python/u-msgpack-python-2.7.1-r1.ebuild deleted file mode 100644 index a979a5962182..000000000000 --- a/dev-python/u-msgpack-python/u-msgpack-python-2.7.1-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="A portable, lightweight MessagePack serializer and deserializer" -HOMEPAGE=" - https://github.com/vsergeev/u-msgpack-python/ - https://pypi.org/project/u-msgpack-python/ -" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" - -distutils_enable_tests pytest