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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 44A631382C5 for ; Thu, 26 Nov 2020 08:26:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 975C3E0964; Thu, 26 Nov 2020 08:26:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82091E0964 for ; Thu, 26 Nov 2020 08:26:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0DD8341339 for ; Thu, 26 Nov 2020 08:26:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32E6746B for ; Thu, 26 Nov 2020 08:26:03 +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: <1606379134.62a011427eb1c70d321898de8c79478826aaf341.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/u-msgpack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/u-msgpack/Manifest dev-python/u-msgpack/u-msgpack-2.7.0.ebuild X-VCS-Directories: dev-python/u-msgpack/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 62a011427eb1c70d321898de8c79478826aaf341 X-VCS-Branch: master Date: Thu, 26 Nov 2020 08:26:03 +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: 556f53ef-19c5-4149-8461-d0445691bebf X-Archives-Hash: 5b27dfbb7da96304ea37f2ccda6f0d06 commit: 62a011427eb1c70d321898de8c79478826aaf341 Author: Michał Górny gentoo org> AuthorDate: Thu Nov 26 08:04:04 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Nov 26 08:25:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a01142 dev-python/u-msgpack: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/u-msgpack/Manifest | 1 - dev-python/u-msgpack/u-msgpack-2.7.0.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-python/u-msgpack/Manifest b/dev-python/u-msgpack/Manifest index 4fa7d9f6a26..bcda3df4082 100644 --- a/dev-python/u-msgpack/Manifest +++ b/dev-python/u-msgpack/Manifest @@ -1,2 +1 @@ -DIST u-msgpack-2.7.0.tar.gz 20427 BLAKE2B f4e4447635fc20ef5246bbc90ee9cc0b93eaa9d13a0384423145531bb8bbb21dc9d1ddadc075a4a5e456dd8cc758fed3add4b2b43f83c0115c78a0095030ff70 SHA512 b5a6676aa3eea878e3f1cc6ca1351f59ae0fdffdfe4d68c43303a1c5d257449bdcd08bef0fc75117b238544366e42b43c6444bb93ba63d1633aadd0c32061c8b DIST u-msgpack-2.7.1.tar.gz 20631 BLAKE2B 10008f0653f969f1f5655c894be5b2497d692bf7ebf6d50de221695cab9c3a973c0870a8162efe6b61f2d9d4fb062c4130c07cddff8d64d6258d7d832efe4021 SHA512 0825b9edee28db2c954c9c0d64987a4640f11af52570c1ad834882a5fcd2e3a76eab3524cc3bb639cacfaf9eef27bf0a75656b4d02bca42b2d35b708348691d6 diff --git a/dev-python/u-msgpack/u-msgpack-2.7.0.ebuild b/dev-python/u-msgpack/u-msgpack-2.7.0.ebuild deleted file mode 100644 index ffa80f23ffa..00000000000 --- a/dev-python/u-msgpack/u-msgpack-2.7.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) - -inherit distutils-r1 - -MY_PN="${PN}-python" -MY_P="${MY_PN}-${PV}" - -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/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux" - -S="${WORKDIR}/${MY_P}" - -distutils_enable_tests pytest