From 8c6a62f8c4850b40e18331c3f853d85607f6b6ad Mon Sep 17 00:00:00 2001 From: Alexey Shvetsov Date: Mon, 18 May 2020 11:21:31 +0300 Subject: dev-embedded/platformio: version bump Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Shvetsov --- dev-embedded/platformio/Manifest | 2 +- dev-embedded/platformio/platformio-4.3.1.ebuild | 41 ------------------------- dev-embedded/platformio/platformio-4.3.3.ebuild | 41 +++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 dev-embedded/platformio/platformio-4.3.1.ebuild create mode 100644 dev-embedded/platformio/platformio-4.3.3.ebuild (limited to 'dev-embedded/platformio') diff --git a/dev-embedded/platformio/Manifest b/dev-embedded/platformio/Manifest index 10830aa98a45..0ef1f9a0e358 100644 --- a/dev-embedded/platformio/Manifest +++ b/dev-embedded/platformio/Manifest @@ -1 +1 @@ -DIST platformio-4.3.1.tar.gz 169099 BLAKE2B 0a700869ab18d6c837a42fb408f676314760402141de561c318134d72084e33ef1fcea5b1c15c72b7a3131b2d4ab30cb333acf1b634165ba98ffd571640d00ba SHA512 bde939c7511733c7ed2c2139d3edb87dfa0e7179df96e9591155eef3179de0581c98c9544870824b35c1b3282df734f27640c6a4536e2b54e3fc9ba8e68adbb4 +DIST platformio-4.3.3.tar.gz 187697 BLAKE2B e4d73db41390b52a9fc3b620630d6d3e65250444213474bd882f0eafec36e1f37d2d5513e34534e281dcc1e8460da1296c10d9882bb627382764ca65394bdc1c SHA512 9be991d999d0e1cea7bb57283e879670e202a7400fafc9b37363228355ca1f5a308926f033d04e32e004952fde18340be669bbd7861bf67019a1b1d32251815c diff --git a/dev-embedded/platformio/platformio-4.3.1.ebuild b/dev-embedded/platformio/platformio-4.3.1.ebuild deleted file mode 100644 index e7bf816f15dc..000000000000 --- a/dev-embedded/platformio/platformio-4.3.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# 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}] - ')" diff --git a/dev-embedded/platformio/platformio-4.3.3.ebuild b/dev-embedded/platformio/platformio-4.3.3.ebuild new file mode 100644 index 000000000000..e7bf816f15dc --- /dev/null +++ b/dev-embedded/platformio/platformio-4.3.3.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}] + ')" -- cgit v1.2.3-65-gdbad