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 6BB2515811D for ; Tue, 27 Jun 2023 12:03:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75D3BE089C; Tue, 27 Jun 2023 12:03:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 58846E089C for ; Tue, 27 Jun 2023 12:03:55 +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 A074034101F for ; Tue, 27 Jun 2023 12:03:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19EB8AC5 for ; Tue, 27 Jun 2023 12:03:52 +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: <1687867374.e90ad6c8eb46c46bd164514401bb3bdab89e0069.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.2.ebuild X-VCS-Directories: dev-python/u-msgpack-python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e90ad6c8eb46c46bd164514401bb3bdab89e0069 X-VCS-Branch: master Date: Tue, 27 Jun 2023 12:03:52 +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: a2e917dd-3c87-48b8-9eab-0aa69f90c3cc X-Archives-Hash: ad468f2ad0ee3950d73b4948cc366bad commit: e90ad6c8eb46c46bd164514401bb3bdab89e0069 Author: Michał Górny gentoo org> AuthorDate: Tue Jun 27 12:02:54 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jun 27 12:02:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e90ad6c8 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/u-msgpack-python-2.7.2.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-python/u-msgpack-python/Manifest b/dev-python/u-msgpack-python/Manifest index b17c820034ee..d2047dd3ecf5 100644 --- a/dev-python/u-msgpack-python/Manifest +++ b/dev-python/u-msgpack-python/Manifest @@ -1,2 +1 @@ -DIST u-msgpack-python-2.7.2.tar.gz 20654 BLAKE2B 0365e4e778c9979d9154d8a267ba3bdaad9b2ef808723d2ae89e078fc0c8d76aebab234f1723985cf3b288274123e49571607599d6087ea234e3e8dc11e3a302 SHA512 e5d35bc03e5c23cfbaf9cc7f6459576e89b5dd19661ddff2a4ab5de2751e0b73c17e4685c6fead15ce2bf100b2250a3ba7cb10a7fa3f23debfa2141f4370b623 DIST u-msgpack-python-2.8.0.tar.gz 18167 BLAKE2B 9cd0bf2a7dca8eac4c990e320a5d3c325ea31867c82a46d588c8e9bfae1feef504916f8cb75d3f2ed2adb3fa13c03c07fca91071d5d9a6d6ab47686539d704bf SHA512 61dd332c9f72db65a6a949e2acdc668ab01981b3eb1e9fd58e506d35d47f5f656b9d0abec92ae0e4d949bab063aeff75c205b92758275d99dbbe5f65f15241b9 diff --git a/dev-python/u-msgpack-python/u-msgpack-python-2.7.2.ebuild b/dev-python/u-msgpack-python/u-msgpack-python-2.7.2.ebuild deleted file mode 100644 index afda61b225e4..000000000000 --- a/dev-python/u-msgpack-python/u-msgpack-python-2.7.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..11} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="A portable, lightweight MessagePack serializer and deserializer" -HOMEPAGE=" - https://github.com/vsergeev/u-msgpack-python/ - https://pypi.org/project/u-msgpack-python/ -" - -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