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 AD283138350 for ; Fri, 17 Apr 2020 18:48:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3943E085B; Fri, 17 Apr 2020 18:48:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B9049E085B for ; Fri, 17 Apr 2020 18:48:52 +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 7C1A334F18B for ; Fri, 17 Apr 2020 18:48:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CEB418F for ; Fri, 17 Apr 2020 18:48:49 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1587149309.f3d4ec98b0a5dc10fc3a4a04a061ecfc7326a00c.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/platformio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/platformio/Manifest dev-embedded/platformio/platformio-4.3.1.ebuild X-VCS-Directories: dev-embedded/platformio/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: f3d4ec98b0a5dc10fc3a4a04a061ecfc7326a00c X-VCS-Branch: master Date: Fri, 17 Apr 2020 18:48:49 +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: 62a94472-4343-4a1d-9e38-6dbc1545ca6d X-Archives-Hash: 8f8df4d160008df327d02651195bb10b commit: f3d4ec98b0a5dc10fc3a4a04a061ecfc7326a00c Author: Alexey Shvetsov gentoo org> AuthorDate: Fri Apr 17 18:48:05 2020 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Fri Apr 17 18:48:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d4ec98 dev-embedded/platformio: Version bump Closes: https://bugs.gentoo.org/715102 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Alexey Shvetsov gentoo.org> dev-embedded/platformio/Manifest | 1 + dev-embedded/platformio/platformio-4.3.1.ebuild | 41 +++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/dev-embedded/platformio/Manifest b/dev-embedded/platformio/Manifest index 3f393f7cbe1..4b217cc3f9e 100644 --- a/dev-embedded/platformio/Manifest +++ b/dev-embedded/platformio/Manifest @@ -1 +1,2 @@ DIST platformio-4.1.0.tar.gz 157907 BLAKE2B e90d2b155121cd2be0b0d77a7a196e7fe03580083444056d06a86a343166c920cd1ac6252a0003acee4de5d3933fead939b8be8d67233e93c05537511344e27b SHA512 e4d6c29ebb8fb1b2b556affbc1a50ec84d12e878bb7e6cfb253861eb5429236d8226d1a29f1a3812c0aa2c5b4895f0354184a9cb28c300db2e2e5a2ededb82fe +DIST platformio-4.3.1.tar.gz 169099 BLAKE2B 0a700869ab18d6c837a42fb408f676314760402141de561c318134d72084e33ef1fcea5b1c15c72b7a3131b2d4ab30cb333acf1b634165ba98ffd571640d00ba SHA512 bde939c7511733c7ed2c2139d3edb87dfa0e7179df96e9591155eef3179de0581c98c9544870824b35c1b3282df734f27640c6a4536e2b54e3fc9ba8e68adbb4 diff --git a/dev-embedded/platformio/platformio-4.3.1.ebuild b/dev-embedded/platformio/platformio-4.3.1.ebuild new file mode 100644 index 00000000000..e7bf816f15d --- /dev/null +++ b/dev-embedded/platformio/platformio-4.3.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_SINGLE_IMPL=1 + +inherit distutils-r1 + +DESCRIPTION="An open source ecosystem for IoT development" +HOMEPAGE="https://platformio.org/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(python_gen_cond_dep ' + dev-python/setuptools[${PYTHON_MULTI_USEDEP}] + ')" +RDEPEND="${DEPEND} + $(python_gen_cond_dep ' + =dev-python/click-5[${PYTHON_MULTI_USEDEP}] + =dev-python/pyserial-3[${PYTHON_MULTI_USEDEP}] + =dev-python/requests-2.4[${PYTHON_MULTI_USEDEP}] + =dev-python/semantic_version-2.8.1[${PYTHON_MULTI_USEDEP}] + =dev-python/tabulate-0.8.3[${PYTHON_MULTI_USEDEP}] + =dev-python/pyelftools-0.25[${PYTHON_MULTI_USEDEP}] + =dev-python/marshmallow-2.20.5[${PYTHON_MULTI_USEDEP}] + ')"