diff options
author | 2022-01-09 07:08:37 +0000 | |
---|---|---|
committer | 2022-01-09 07:09:21 +0000 | |
commit | abe6d4eddc23618588df58d9b391e8e172dfc663 (patch) | |
tree | e77215455d77716d79026aa7b46d38d0a6a890ba /dev-embedded/platformio/platformio-5.1.1.ebuild | |
parent | dev-embedded/platformio: add 5.2.4 (diff) | |
download | gentoo-abe6d4eddc23618588df58d9b391e8e172dfc663.tar.gz gentoo-abe6d4eddc23618588df58d9b391e8e172dfc663.tar.bz2 gentoo-abe6d4eddc23618588df58d9b391e8e172dfc663.zip |
dev-embedded/platformio: drop 5.1.1, 5.2.3-r1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-embedded/platformio/platformio-5.1.1.ebuild')
-rw-r--r-- | dev-embedded/platformio/platformio-5.1.1.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-embedded/platformio/platformio-5.1.1.ebuild b/dev-embedded/platformio/platformio-5.1.1.ebuild deleted file mode 100644 index a8a4f90c75cc..000000000000 --- a/dev-embedded/platformio/platformio-5.1.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8,9} ) -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" - -RDEPEND=" - $(python_gen_cond_dep ' - <dev-python/bottle-0.13[${PYTHON_USEDEP}] - >=dev-python/click-5[${PYTHON_USEDEP}] - <dev-python/click-8[${PYTHON_USEDEP}] - dev-python/colorama[${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.8.1[${PYTHON_USEDEP}] - <dev-python/semantic_version-3[${PYTHON_USEDEP}] - >=dev-python/tabulate-0.8.3[${PYTHON_USEDEP}] - <dev-python/tabulate-1[${PYTHON_USEDEP}] - >=dev-python/pyelftools-0.25[${PYTHON_USEDEP}] - <dev-python/pyelftools-1[${PYTHON_USEDEP}] - >=dev-python/marshmallow-2.20.5[${PYTHON_USEDEP}] - ')" |