public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/platformio/, dev-embedded/platformio/files/
@ 2022-06-25  2:24 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2022-06-25  2:24 UTC (permalink / raw
  To: gentoo-commits

commit:     9accb2f9e19deab7e6d74d60e13a708bb33be6aa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 02:23:46 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 02:23:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9accb2f9

dev-embedded/platformio: unpin semantic_version

Bug: https://bugs.gentoo.org/853247
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../files/platformio-5.2.5-fix-semantic-version-dep.patch    | 12 ++++++++++++
 ...platformio-5.2.5-r1.ebuild => platformio-5.2.5-r2.ebuild} |  4 ++++
 2 files changed, 16 insertions(+)

diff --git a/dev-embedded/platformio/files/platformio-5.2.5-fix-semantic-version-dep.patch b/dev-embedded/platformio/files/platformio-5.2.5-fix-semantic-version-dep.patch
new file mode 100644
index 000000000000..1fa92fed8784
--- /dev/null
+++ b/dev-embedded/platformio/files/platformio-5.2.5-fix-semantic-version-dep.patch
@@ -0,0 +1,12 @@
+https://bugs.gentoo.org/853247
+--- a/setup.py
++++ b/setup.py
+@@ -35,7 +35,7 @@ minimal_requirements = [
+     "pyelftools>=0.27,<1",
+     "pyserial==3.*",
+     "requests==2.*",
+-    "semantic_version==2.9.*",
++    "semantic_version==2.*",
+     "tabulate==0.8.*",
+ ]
+ 

diff --git a/dev-embedded/platformio/platformio-5.2.5-r1.ebuild b/dev-embedded/platformio/platformio-5.2.5-r2.ebuild
similarity index 97%
rename from dev-embedded/platformio/platformio-5.2.5-r1.ebuild
rename to dev-embedded/platformio/platformio-5.2.5-r2.ebuild
index 9c73bc3fd57d..9c0cbfa5bbd5 100644
--- a/dev-embedded/platformio/platformio-5.2.5-r1.ebuild
+++ b/dev-embedded/platformio/platformio-5.2.5-r2.ebuild
@@ -68,6 +68,10 @@ EPYTEST_IGNORE=(
 
 distutils_enable_tests pytest
 
+PATCHES=(
+	"${FILESDIR}"/${PN}-5.2.5-fix-semantic-version-dep.patch
+)
+
 src_prepare() {
 	# Allow newer versions of zeroconf, Bug #831181.
 	# Also wsproto.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-25  2:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-25  2:24 [gentoo-commits] repo/gentoo:master commit in: dev-embedded/platformio/, dev-embedded/platformio/files/ Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox