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 6AE4A138350 for ; Fri, 27 Mar 2020 16:30:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A3A9E0F73; Fri, 27 Mar 2020 16:30:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 49E23E0F73 for ; Fri, 27 Mar 2020 16:30:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A334E34E176 for ; Fri, 27 Mar 2020 16:30:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EC21104 for ; Fri, 27 Mar 2020 16:30:00 +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: <1585326550.c603d9f1f171749f20338ae35c30930bb461b3f4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/intelhex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/intelhex/Manifest dev-python/intelhex/intelhex-2.0.ebuild X-VCS-Directories: dev-python/intelhex/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c603d9f1f171749f20338ae35c30930bb461b3f4 X-VCS-Branch: master Date: Fri, 27 Mar 2020 16:30:00 +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: 9786aafc-2cc2-4db7-8ef8-da6c814de865 X-Archives-Hash: 8e82bdd7f457408c13711638971f6e1d commit: c603d9f1f171749f20338ae35c30930bb461b3f4 Author: Michał Górny gentoo org> AuthorDate: Fri Mar 27 16:07:52 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 27 16:29:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c603d9f1 dev-python/intelhex: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/intelhex/Manifest | 1 - dev-python/intelhex/intelhex-2.0.ebuild | 16 ---------------- 2 files changed, 17 deletions(-) diff --git a/dev-python/intelhex/Manifest b/dev-python/intelhex/Manifest index 233c358a3f7..2fc9de4ecea 100644 --- a/dev-python/intelhex/Manifest +++ b/dev-python/intelhex/Manifest @@ -1,2 +1 @@ -DIST intelhex-2.0.tar.gz 69410 BLAKE2B 190ee5c4cedb8bd84983ea9534dbe7c07b9c536f86e2033f4496a8df0275ea86904cf6c3d0a5b602c8f19bfaace8f3abe7e69e008442224e6bed203780215acb SHA512 3b3d70bd758e5780922277a8f153467568d7d7d2517528848c7f6d8c137ef5e75612f0b0653f89b277c68e421785611cdddd9a0c924061780279f1fec2319c86 DIST intelhex-2.2.1.tar.gz 41191 BLAKE2B 2c35ec5fcc9d4fa99f7ab3c76f2d0d6055ca0b1812dbb77c6bbc33a1d48df77e8477db6cabd61afeaaa41503cb93d919b0fcb47ceb247409e2163c3f101b611b SHA512 50a08ab65d7d7d6d6aa49c92ac0c339a71d62d546cc922b006eacabb04630b74bc1538f2e461982d0ef1d613ebe43bc25a3424934d84029cd713773c08f57ed8 diff --git a/dev-python/intelhex/intelhex-2.0.ebuild b/dev-python/intelhex/intelhex-2.0.ebuild deleted file mode 100644 index 70d47b5cb51..00000000000 --- a/dev-python/intelhex/intelhex-2.0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Python library for Intel HEX files manipulations" -HOMEPAGE="https://pypi.org/project/IntelHex/ https://github.com/bialix/intelhex" -SRC_URI="mirror://pypi/I/IntelHex/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~x86" -IUSE=""