dev-embedded/platformio: Version bump
authorAlexey Shvetsov <alexxy@gentoo.org>
Fri, 12 Jul 2019 07:51:50 +0000 (10:51 +0300)
committerAlexey Shvetsov <alexxy@gentoo.org>
Fri, 12 Jul 2019 08:31:58 +0000 (11:31 +0300)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
dev-embedded/platformio/Manifest
dev-embedded/platformio/platformio-4.0.0.ebuild [moved from dev-embedded/platformio/platformio-3.6.7.ebuild with 74% similarity]

index f0a8884e66f17863d6f32430c14c1d1d8468c336..1a1123d24679c26eb40307b6921c5e3ad447df2f 100644 (file)
@@ -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
similarity index 74%
rename from dev-embedded/platformio/platformio-3.6.7.ebuild
rename to dev-embedded/platformio/platformio-4.0.0.ebuild
index cb996b8fa124c3b4a99193471b6a3e2494a01c17..3062aaa44234ef8eba4a0fdf0ac1e3b9d9ac6007 100644 (file)
@@ -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}]"