Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/platformio/
Date: Thu, 01 Nov 2018 20:09:22
Message-Id: 1541102938.739d88c49d02ac4bbdf550828def78520d89fd78.alexxy@gentoo
1 commit: 739d88c49d02ac4bbdf550828def78520d89fd78
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 1 20:08:27 2018 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 1 20:08:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739d88c4
7
8 dev-embedded/platformio: Version bump
9
10 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-embedded/platformio/Manifest | 3 +-
14 dev-embedded/platformio/platformio-3.6.0.ebuild | 34 ----------------------
15 ...formio-3.5.4.ebuild => platformio-3.6.1.ebuild} | 6 ++--
16 3 files changed, 4 insertions(+), 39 deletions(-)
17
18 diff --git a/dev-embedded/platformio/Manifest b/dev-embedded/platformio/Manifest
19 index 4ed1c6f4db9..8dd9bd6700e 100644
20 --- a/dev-embedded/platformio/Manifest
21 +++ b/dev-embedded/platformio/Manifest
22 @@ -1,2 +1 @@
23 -DIST platformio-3.5.4.tar.gz 97742 BLAKE2B 5fcc652358ea5788977836a6ee0fe204633e2748afc5cbb6924e8200c0115c92a778c0c919178f05a9656f21eb2b17f4e15b0de5ea06fbade936d8b59bb12431 SHA512 2d2af5133648a9b2070abb5d39d27a7292865b99cf690c587f4c80d5e97d429eaa3b037b07a1afcf199df730fe96a0dfecb4ff45ffd21d286f80d5d265e9a85e
24 -DIST platformio-3.6.0.tar.gz 99386 BLAKE2B 7cc9e687733cf6cb95d928555dc391330c257c0e6878e1c4bd7395130f7bd79bc66bd0d480e1867cbc26f028b0f3bd9588ca0d1ce8e0dbd23f9eefa9fb812c38 SHA512 b4f59593e0fe37c19857280235900a450c55ea9b8719113ceac78c48b5d30aea378c863e7644725f7092e8aca643e1657f94c3010691c57e0228f44ac00937a3
25 +DIST platformio-3.6.1.tar.gz 111097 BLAKE2B b7df856239a50afca089985fa56903c4b3adec4a461e147d84b4270ac2488f6d8cac9a9a338a243f561f3235cffb60a971b22ed1f2b77daec685f3248ae707b2 SHA512 27adab3578b9ab369e76fce98439eb7705e0e660a3d5652d0945bcdddbca820a365b18ca896de505401fb8cf57e74c6fde3db6e409b2ec1c7cef842ebdd7743a
26
27 diff --git a/dev-embedded/platformio/platformio-3.6.0.ebuild b/dev-embedded/platformio/platformio-3.6.0.ebuild
28 deleted file mode 100644
29 index a4d3b719d1c..00000000000
30 --- a/dev-embedded/platformio/platformio-3.6.0.ebuild
31 +++ /dev/null
32 @@ -1,34 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python2_7 )
39 -DISTUTILS_SINGLE_IMPL=1
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="An open source ecosystem for IoT development"
44 -HOMEPAGE="https://platformio.org/"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="BSD"
48 -SLOT="0"
49 -KEYWORDS="~x86 ~amd64"
50 -IUSE=""
51 -
52 -DEPEND="
53 - dev-python/setuptools[${PYTHON_USEDEP}]"
54 -RDEPEND="${DEPEND}
55 - <dev-python/arrow-1[${PYTHON_USEDEP}]
56 - <dev-python/bottle-0.13[${PYTHON_USEDEP}]
57 - >=dev-python/click-5[${PYTHON_USEDEP}]
58 - <dev-python/click-6[${PYTHON_USEDEP}]
59 - dev-python/colorama[${PYTHON_USEDEP}]
60 - <dev-python/lockfile-0.13[${PYTHON_USEDEP}]
61 - >=dev-python/lockfile-0.9.1[${PYTHON_USEDEP}]
62 - >=dev-python/pyserial-3[${PYTHON_USEDEP}]
63 - <dev-python/pyserial-4[${PYTHON_USEDEP}]
64 - >=dev-python/requests-2.4[${PYTHON_USEDEP}]
65 - <dev-python/requests-3[${PYTHON_USEDEP}]
66 - >=dev-python/semantic_version-2.5.0[${PYTHON_USEDEP}]"
67
68 diff --git a/dev-embedded/platformio/platformio-3.5.4.ebuild b/dev-embedded/platformio/platformio-3.6.1.ebuild
69 similarity index 92%
70 rename from dev-embedded/platformio/platformio-3.5.4.ebuild
71 rename to dev-embedded/platformio/platformio-3.6.1.ebuild
72 index a4d3b719d1c..8a9dd48ab3f 100644
73 --- a/dev-embedded/platformio/platformio-3.5.4.ebuild
74 +++ b/dev-embedded/platformio/platformio-3.6.1.ebuild
75 @@ -1,7 +1,7 @@
76 -# Copyright 1999-2018 Gentoo Foundation
77 +# Copyright 1999-2018 Gentoo Authors
78 # Distributed under the terms of the GNU General Public License v2
79
80 -EAPI=6
81 +EAPI=7
82
83 PYTHON_COMPAT=( python2_7 )
84 DISTUTILS_SINGLE_IMPL=1
85 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
86
87 LICENSE="BSD"
88 SLOT="0"
89 -KEYWORDS="~x86 ~amd64"
90 +KEYWORDS="~amd64 ~x86"
91 IUSE=""
92
93 DEPEND="