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 26839138334 for ; Sun, 5 Aug 2018 13:53:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EE4FE07B3; Sun, 5 Aug 2018 13:53:21 +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 205BFE07B3 for ; Sun, 5 Aug 2018 13:53:21 +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 D497E335CDB for ; Sun, 5 Aug 2018 13:53:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B36C396 for ; Sun, 5 Aug 2018 13:53:15 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1533477167.e24fb3e758b6fac9d616731248aef0a8a2ca6c9f.monsieurp@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.ebuild X-VCS-Directories: dev-python/intelhex/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: e24fb3e758b6fac9d616731248aef0a8a2ca6c9f X-VCS-Branch: master Date: Sun, 5 Aug 2018 13:53:15 +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-Archives-Salt: 027f10a4-aa47-4f4b-9c43-63262816e7a9 X-Archives-Hash: 20e790515dac43b0d52dbbe0b0ebdb0c commit: e24fb3e758b6fac9d616731248aef0a8a2ca6c9f Author: Patrice Clement gentoo org> AuthorDate: Sat Aug 4 15:01:23 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Aug 5 13:52:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e24fb3e7 dev-python/intelhex: version bump. Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/intelhex/Manifest | 1 + dev-python/intelhex/intelhex-2.2.1.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/dev-python/intelhex/Manifest b/dev-python/intelhex/Manifest index 2505678ae9f..233c358a3f7 100644 --- a/dev-python/intelhex/Manifest +++ b/dev-python/intelhex/Manifest @@ -1 +1,2 @@ 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.2.1.ebuild b/dev-python/intelhex/intelhex-2.2.1.ebuild new file mode 100644 index 00000000000..89ef9408b5b --- /dev/null +++ b/dev-python/intelhex/intelhex-2.2.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_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"