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 E20B8138335 for ; Fri, 12 Jul 2019 08:32:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF6ACE077A; Fri, 12 Jul 2019 08:32:25 +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 B2E48E077A for ; Fri, 12 Jul 2019 08:32:25 +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 2D7403477BD for ; Fri, 12 Jul 2019 08:32:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDC1C6E3 for ; Fri, 12 Jul 2019 08:32:21 +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: <1562920318.50abaf042dc5695ea72776c11f064ea30b0d3ed5.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-3.6.7.ebuild dev-embedded/platformio/platformio-4.0.0.ebuild X-VCS-Directories: dev-embedded/platformio/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 50abaf042dc5695ea72776c11f064ea30b0d3ed5 X-VCS-Branch: master Date: Fri, 12 Jul 2019 08:32:21 +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: fd0f7b5f-00d9-4a51-b523-96aac1cdb2a1 X-Archives-Hash: fa802e261bbda229aae24bcb7a9b3531 commit: 50abaf042dc5695ea72776c11f064ea30b0d3ed5 Author: Alexey Shvetsov gentoo org> AuthorDate: Fri Jul 12 07:51:50 2019 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Fri Jul 12 08:31:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50abaf04 dev-embedded/platformio: Version bump Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Alexey Shvetsov gentoo.org> dev-embedded/platformio/Manifest | 2 +- .../{platformio-3.6.7.ebuild => platformio-4.0.0.ebuild} | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/dev-embedded/platformio/Manifest b/dev-embedded/platformio/Manifest index f0a8884e66f..1a1123d2467 100644 --- a/dev-embedded/platformio/Manifest +++ b/dev-embedded/platformio/Manifest @@ -1 +1 @@ -DIST platformio-3.6.7.tar.gz 113602 BLAKE2B 1ba828be8dc5f10767571356b61239bf167b6b2bcbfb19dfa007032c3584ba955b18329a16bb1ec079fae7314f46ac27e35dae671b03e379fa8d49a27ae1d6f9 SHA512 0bff99493d38ee803018807bd5a69717fb1e3d0e20c8caee892ca8d689bbf50b78a18121d149e4729a34d79894e116d1183eb5d0ff505d63f721c06469820ddf +DIST platformio-4.0.0.tar.gz 139700 BLAKE2B 1b4e6e244a0596f2713c1c07ca117d55986776a0dbdbdf06a313226b04941e4ae22ceb3444eca943cd130a8dd8546050febebf3f4dc435b0407b32c61212b07a SHA512 dddb717e39d9ede8464090599d6bc636e258120e97327d666f3479c2b55c0c6c73708d5c1306118a6a56fa2a85471cec6865d9465726174486a70832e32bc1d7 diff --git a/dev-embedded/platformio/platformio-3.6.7.ebuild b/dev-embedded/platformio/platformio-4.0.0.ebuild similarity index 74% rename from dev-embedded/platformio/platformio-3.6.7.ebuild rename to dev-embedded/platformio/platformio-4.0.0.ebuild index cb996b8fa12..3062aaa4423 100644 --- a/dev-embedded/platformio/platformio-3.6.7.ebuild +++ b/dev-embedded/platformio/platformio-4.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 @@ -20,15 +20,13 @@ IUSE="" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="${DEPEND} - =dev-python/click-5[${PYTHON_USEDEP}] - =dev-python/lockfile-0.9.1[${PYTHON_USEDEP}] >=dev-python/pyserial-3[${PYTHON_USEDEP}] =dev-python/requests-2.4[${PYTHON_USEDEP}] =dev-python/semantic_version-2.5.0[${PYTHON_USEDEP}]" + >=dev-python/semantic_version-2.5.0[${PYTHON_USEDEP}] +