summaryrefslogtreecommitdiff
path: root/dev-embedded
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-06-23 07:00:28 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-06-23 07:00:28 +0100
commite23cdda4dbb0c83b9e682ab5e916085a35203da5 (patch)
tree5a4ac448a3b288b731c24d947e0ce52df3cab07b /dev-embedded
parent8187a741807f3e9a9e26304973cf18087dcf2560 (diff)
gentoo resync : 23.06.2018
Diffstat (limited to 'dev-embedded')
-rw-r--r--dev-embedded/Manifest.gzbin12423 -> 12425 bytes
-rw-r--r--dev-embedded/platformio/Manifest2
-rw-r--r--dev-embedded/platformio/platformio-3.5.3.ebuild18
3 files changed, 11 insertions, 9 deletions
diff --git a/dev-embedded/Manifest.gz b/dev-embedded/Manifest.gz
index 2e250ce4c2bb..df9445e647e6 100644
--- a/dev-embedded/Manifest.gz
+++ b/dev-embedded/Manifest.gz
Binary files differ
diff --git a/dev-embedded/platformio/Manifest b/dev-embedded/platformio/Manifest
index 2be87cb4af9b..948186529634 100644
--- a/dev-embedded/platformio/Manifest
+++ b/dev-embedded/platformio/Manifest
@@ -1,3 +1,3 @@
DIST platformio-3.5.3.tar.gz 96791 BLAKE2B 4b17ccec4a192704cbd185ed42eb6214cfa54a072f6d089f96c608eec7815bd3046b12f7e84355055b5026600b22c4f1c720b12caea4e281479d4c381fe8ec4f SHA512 4c5b5b0a0c4d6942f91ffcb4317149cdbdba857f17b07ad3f47db9abd97615eafbd310d0f1a2c389b485922af1df6f3a6d7831bce1f92a53540b00998c859247
-EBUILD platformio-3.5.3.ebuild 895 BLAKE2B 5517e26d8438fcd3d6f9390b52de4c1df8bf5ae227a21beb5f9ad967fb9c63529c13947866f9b2abb2e53c5c0138a8207da13e2fb3eafbaa4ea3045b885b3a15 SHA512 d4c61abe5342571e9ca1f864a3853e4c2978f8a10fcd5693281ef30befceecad0f68d1f2b69e7e65218add57bedc9a46c5ce0720bcfdeb43aa98292338065550
+EBUILD platformio-3.5.3.ebuild 982 BLAKE2B 7082614634731022a115eaaad80c1f0ce44c4acdaf195653faccd6ea87465f861851b1b1e6d15b0abebb99dbf6b33ccfb1f7637c4354122d370eb8b4f01d85bb SHA512 985ee11cd48bf36f4f6b64bb7018bb83fec004cde7ba76095a5b6fbf9da99f4a6d5a17758609ea161e6b46cde55d39be32d17d4b78528957a14478ab3a245057
MISC metadata.xml 248 BLAKE2B 946598a9bc9f658d98c3282fd6affeb3834a4b6071beca852a2f2381d5c17799b6ed17ed427a8f6e10fb3f715cdf2aad9e4fed2886f0dd67dacfdffcd5137f80 SHA512 89d637e180ed3a2c2096be2210633dc5df0760a7d6acd7b2d2ad8a06d473943ee86bad7e74c7df238a50168d1da8044471713e9b044007b9c2f4eb604fb710d5
diff --git a/dev-embedded/platformio/platformio-3.5.3.ebuild b/dev-embedded/platformio/platformio-3.5.3.ebuild
index 4aa69072b253..1f41bb03d1a6 100644
--- a/dev-embedded/platformio/platformio-3.5.3.ebuild
+++ b/dev-embedded/platformio/platformio-3.5.3.ebuild
@@ -20,13 +20,15 @@ IUSE=""
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
- >=dev-python/semantic_version-2.5.0[${PYTHON_USEDEP}]
- >=dev-python/pyserial-3[${PYTHON_USEDEP}]
- <dev-python/pyserial-4[${PYTHON_USEDEP}]
- >=dev-python/lockfile-0.9.1[${PYTHON_USEDEP}]
- <dev-python/lockfile-0.13[${PYTHON_USEDEP}]
- dev-python/colorama[${PYTHON_USEDEP}]
+ <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/bottle-0.13[${PYTHON_USEDEP}]
- <dev-python/arrow-1[${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}]"