diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2018-11-01 23:08:27 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2018-11-01 23:08:58 +0300 |
commit | 739d88c49d02ac4bbdf550828def78520d89fd78 (patch) | |
tree | f8fb83a206d000ba178149d0520975d018a5a7fb /dev-embedded | |
parent | dev-python/arpeggio: Version bump to 1.9.0 (diff) | |
download | gentoo-739d88c49d02ac4bbdf550828def78520d89fd78.tar.gz gentoo-739d88c49d02ac4bbdf550828def78520d89fd78.tar.bz2 gentoo-739d88c49d02ac4bbdf550828def78520d89fd78.zip |
dev-embedded/platformio: Version bump
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/platformio/Manifest | 3 | ||||
-rw-r--r-- | dev-embedded/platformio/platformio-3.6.0.ebuild | 34 | ||||
-rw-r--r-- | dev-embedded/platformio/platformio-3.6.1.ebuild (renamed from dev-embedded/platformio/platformio-3.5.4.ebuild) | 6 |
3 files changed, 4 insertions, 39 deletions
diff --git a/dev-embedded/platformio/Manifest b/dev-embedded/platformio/Manifest index 4ed1c6f4db9f..8dd9bd6700e3 100644 --- a/dev-embedded/platformio/Manifest +++ b/dev-embedded/platformio/Manifest @@ -1,2 +1 @@ -DIST platformio-3.5.4.tar.gz 97742 BLAKE2B 5fcc652358ea5788977836a6ee0fe204633e2748afc5cbb6924e8200c0115c92a778c0c919178f05a9656f21eb2b17f4e15b0de5ea06fbade936d8b59bb12431 SHA512 2d2af5133648a9b2070abb5d39d27a7292865b99cf690c587f4c80d5e97d429eaa3b037b07a1afcf199df730fe96a0dfecb4ff45ffd21d286f80d5d265e9a85e -DIST platformio-3.6.0.tar.gz 99386 BLAKE2B 7cc9e687733cf6cb95d928555dc391330c257c0e6878e1c4bd7395130f7bd79bc66bd0d480e1867cbc26f028b0f3bd9588ca0d1ce8e0dbd23f9eefa9fb812c38 SHA512 b4f59593e0fe37c19857280235900a450c55ea9b8719113ceac78c48b5d30aea378c863e7644725f7092e8aca643e1657f94c3010691c57e0228f44ac00937a3 +DIST platformio-3.6.1.tar.gz 111097 BLAKE2B b7df856239a50afca089985fa56903c4b3adec4a461e147d84b4270ac2488f6d8cac9a9a338a243f561f3235cffb60a971b22ed1f2b77daec685f3248ae707b2 SHA512 27adab3578b9ab369e76fce98439eb7705e0e660a3d5652d0945bcdddbca820a365b18ca896de505401fb8cf57e74c6fde3db6e409b2ec1c7cef842ebdd7743a diff --git a/dev-embedded/platformio/platformio-3.6.0.ebuild b/dev-embedded/platformio/platformio-3.6.0.ebuild deleted file mode 100644 index a4d3b719d1c2..000000000000 --- a/dev-embedded/platformio/platformio-3.6.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) -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="~x86 ~amd64" -IUSE="" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} - <dev-python/arrow-1[${PYTHON_USEDEP}] - <dev-python/bottle-0.13[${PYTHON_USEDEP}] - >=dev-python/click-5[${PYTHON_USEDEP}] - <dev-python/click-6[${PYTHON_USEDEP}] - dev-python/colorama[${PYTHON_USEDEP}] - <dev-python/lockfile-0.13[${PYTHON_USEDEP}] - >=dev-python/lockfile-0.9.1[${PYTHON_USEDEP}] - >=dev-python/pyserial-3[${PYTHON_USEDEP}] - <dev-python/pyserial-4[${PYTHON_USEDEP}] - >=dev-python/requests-2.4[${PYTHON_USEDEP}] - <dev-python/requests-3[${PYTHON_USEDEP}] - >=dev-python/semantic_version-2.5.0[${PYTHON_USEDEP}]" diff --git a/dev-embedded/platformio/platformio-3.5.4.ebuild b/dev-embedded/platformio/platformio-3.6.1.ebuild index a4d3b719d1c2..8a9dd48ab3f5 100644 --- a/dev-embedded/platformio/platformio-3.5.4.ebuild +++ b/dev-embedded/platformio/platformio-3.6.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python2_7 ) DISTUTILS_SINGLE_IMPL=1 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" |