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 42C4E13835A for ; Mon, 2 Nov 2020 10:34:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FF79E087F; Mon, 2 Nov 2020 10:34:44 +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 37E3DE087F for ; Mon, 2 Nov 2020 10:34:44 +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 DBA823408A6 for ; Mon, 2 Nov 2020 10:34:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6520142B for ; Mon, 2 Nov 2020 10:34:41 +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: <1604313257.afa27e51928a9eea4e1d2051b1c3cb4a82f3dba5.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.2.1-r1.ebuild X-VCS-Directories: dev-python/intelhex/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: afa27e51928a9eea4e1d2051b1c3cb4a82f3dba5 X-VCS-Branch: master Date: Mon, 2 Nov 2020 10:34:41 +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: ecc361ac-a367-4145-96b0-6d60353dd0b2 X-Archives-Hash: 1560c4186ffee04218ac4476022d4236 commit: afa27e51928a9eea4e1d2051b1c3cb4a82f3dba5 Author: Michał Górny gentoo org> AuthorDate: Mon Nov 2 10:30:46 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Nov 2 10:34:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa27e51 dev-python/intelhex: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/intelhex/Manifest | 1 - dev-python/intelhex/intelhex-2.2.1-r1.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-python/intelhex/Manifest b/dev-python/intelhex/Manifest index 11bae847175..a9538c3c6fe 100644 --- a/dev-python/intelhex/Manifest +++ b/dev-python/intelhex/Manifest @@ -1,2 +1 @@ -DIST intelhex-2.2.1.tar.gz 41191 BLAKE2B 2c35ec5fcc9d4fa99f7ab3c76f2d0d6055ca0b1812dbb77c6bbc33a1d48df77e8477db6cabd61afeaaa41503cb93d919b0fcb47ceb247409e2163c3f101b611b SHA512 50a08ab65d7d7d6d6aa49c92ac0c339a71d62d546cc922b006eacabb04630b74bc1538f2e461982d0ef1d613ebe43bc25a3424934d84029cd713773c08f57ed8 DIST intelhex-2.3.0.tar.gz 44513 BLAKE2B 935fb6d5c27231c4b09f7fbe624df07adfdb9eecdd99b17cbbb4994dc74e0c7a141546a663229b0598ddd3884b8d17dd7244f770319a594387de074e7591aea8 SHA512 41b50feb7505474d74a2b6293d755d118b6dfd23a5c9b995791e7dcb7a97fc6f39d8f804b72f6372ba8e136684f9c979c7ce9ef2ff9796b6202eefc9d18f4424 diff --git a/dev-python/intelhex/intelhex-2.2.1-r1.ebuild b/dev-python/intelhex/intelhex-2.2.1-r1.ebuild deleted file mode 100644 index 1ff64afbdb0..00000000000 --- a/dev-python/intelhex/intelhex-2.2.1-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{6,7,8} ) - -inherit distutils-r1 - -DESCRIPTION="Python library for Intel HEX files manipulations" -HOMEPAGE="https://pypi.org/project/IntelHex/ https://github.com/python-intelhex/intelhex" -SRC_URI="mirror://pypi/I/IntelHex/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~x86" - -distutils_enable_tests setup.py - -src_prepare() { - # upstream don't run their own tests when releasing... - [[ ${PV} == 2.2.1 ]] || die "Revisit on bump" - sed -i -e 's:2.2:&.1:' scripts/*.py || die - - distutils-r1_src_prepare -}