diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2019-07-12 10:51:50 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2019-07-12 11:31:58 +0300 |
commit | 50abaf042dc5695ea72776c11f064ea30b0d3ed5 (patch) | |
tree | 123660bffca42e53920b913a667a3f2aef52a23c /dev-embedded | |
parent | dev-python/semantic_version: Works with python3.7 (diff) | |
download | gentoo-50abaf042dc5695ea72776c11f064ea30b0d3ed5.tar.gz gentoo-50abaf042dc5695ea72776c11f064ea30b0d3ed5.tar.bz2 gentoo-50abaf042dc5695ea72776c11f064ea30b0d3ed5.zip |
dev-embedded/platformio: Version bump
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/platformio/Manifest | 2 | ||||
-rw-r--r-- | dev-embedded/platformio/platformio-4.0.0.ebuild (renamed from dev-embedded/platformio/platformio-3.6.7.ebuild) | 10 |
2 files changed, 5 insertions, 7 deletions
diff --git a/dev-embedded/platformio/Manifest b/dev-embedded/platformio/Manifest index f0a8884e66f1..1a1123d24679 100644 --- a/dev-embedded/platformio/Manifest +++ b/dev-embedded/platformio/Manifest @@ -1 +1 @@ -DIST platformio-3.6.7.tar.gz 113602 BLAKE2B 1ba828be8dc5f10767571356b61239bf167b6b2bcbfb19dfa007032c3584ba955b18329a16bb1ec079fae7314f46ac27e35dae671b03e379fa8d49a27ae1d6f9 SHA512 0bff99493d38ee803018807bd5a69717fb1e3d0e20c8caee892ca8d689bbf50b78a18121d149e4729a34d79894e116d1183eb5d0ff505d63f721c06469820ddf +DIST platformio-4.0.0.tar.gz 139700 BLAKE2B 1b4e6e244a0596f2713c1c07ca117d55986776a0dbdbdf06a313226b04941e4ae22ceb3444eca943cd130a8dd8546050febebf3f4dc435b0407b32c61212b07a SHA512 dddb717e39d9ede8464090599d6bc636e258120e97327d666f3479c2b55c0c6c73708d5c1306118a6a56fa2a85471cec6865d9465726174486a70832e32bc1d7 diff --git a/dev-embedded/platformio/platformio-3.6.7.ebuild b/dev-embedded/platformio/platformio-4.0.0.ebuild index cb996b8fa124..3062aaa44234 100644 --- a/dev-embedded/platformio/platformio-3.6.7.ebuild +++ b/dev-embedded/platformio/platformio-4.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 @@ -20,15 +20,13 @@ 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/click-8[${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}]" + >=dev-python/semantic_version-2.5.0[${PYTHON_USEDEP}] + <dev-python/semantic_version-3[${PYTHON_USEDEP}]" |