diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2019-08-23 16:52:01 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2019-08-23 16:52:01 +0300 |
commit | 0b3698fdf8528a114d02a5cea32bb323308ebb53 (patch) | |
tree | 9b5eb45a2501ae97718a529f23b9e78d5a7340f6 /dev-embedded/platformio/platformio-4.0.1.ebuild | |
parent | www-apps/nextcloud: 16.0.4, 15.0.11, 14.0.14 bumps (diff) | |
download | gentoo-0b3698fdf8528a114d02a5cea32bb323308ebb53.tar.gz gentoo-0b3698fdf8528a114d02a5cea32bb323308ebb53.tar.bz2 gentoo-0b3698fdf8528a114d02a5cea32bb323308ebb53.zip |
dev-embedded/platformio: Version bump
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'dev-embedded/platformio/platformio-4.0.1.ebuild')
-rw-r--r-- | dev-embedded/platformio/platformio-4.0.1.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-embedded/platformio/platformio-4.0.1.ebuild b/dev-embedded/platformio/platformio-4.0.1.ebuild new file mode 100644 index 000000000000..3062aaa44234 --- /dev/null +++ b/dev-embedded/platformio/platformio-4.0.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{5,6,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="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND} + <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.5.0[${PYTHON_USEDEP}] + <dev-python/semantic_version-3[${PYTHON_USEDEP}]" |