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 44B8A138359 for ; Wed, 21 Oct 2020 06:58:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38E9CE0AF8; Wed, 21 Oct 2020 06:58:34 +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 2285AE0AF8 for ; Wed, 21 Oct 2020 06:58:34 +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 97A87340C6C for ; Wed, 21 Oct 2020 06:58:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14AD23B2 for ; Wed, 21 Oct 2020 06:58:30 +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: <1603262772.aae8adc69f190f30ac45e609d1cd1ea05565d215.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.3.0.ebuild X-VCS-Directories: dev-python/intelhex/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: aae8adc69f190f30ac45e609d1cd1ea05565d215 X-VCS-Branch: master Date: Wed, 21 Oct 2020 06:58:30 +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: d9065074-3f54-4009-b030-dc4edd386750 X-Archives-Hash: 716dfdff556ff28b1730d042047125d0 commit: aae8adc69f190f30ac45e609d1cd1ea05565d215 Author: Michał Górny gentoo org> AuthorDate: Wed Oct 21 06:43:23 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 21 06:46:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae8adc6 dev-python/intelhex: Bump to 2.3.0 Signed-off-by: Michał Górny gentoo.org> dev-python/intelhex/Manifest | 1 + dev-python/intelhex/intelhex-2.3.0.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-python/intelhex/Manifest b/dev-python/intelhex/Manifest index 2fc9de4ecea..11bae847175 100644 --- a/dev-python/intelhex/Manifest +++ b/dev-python/intelhex/Manifest @@ -1 +1,2 @@ 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.3.0.ebuild b/dev-python/intelhex/intelhex-2.3.0.ebuild new file mode 100644 index 00000000000..4c941e74a39 --- /dev/null +++ b/dev-python/intelhex/intelhex-2.3.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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