pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Relax the dependency on devel/py-futures



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Thu Oct 24 05:05:38 2019 +0200
Changeset:	4c407898e1ce6cf088ad2743f79e0bf38bdc5ddc

Modified Files:
	py-octoprint/distinfo
Added Files:
	py-octoprint/patches/patch-setup.py

Log Message:
Relax the dependency on devel/py-futures

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4c407898e1ce6cf088ad2743f79e0bf38bdc5ddc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-octoprint/distinfo               |  1 +
 py-octoprint/patches/patch-setup.py | 15 +++++++++++++++
 2 files changed, 16 insertions(+)

diffs:
diff --git a/py-octoprint/distinfo b/py-octoprint/distinfo
index 6ea1f58ae8..34d3e58dd0 100644
--- a/py-octoprint/distinfo
+++ b/py-octoprint/distinfo
@@ -4,3 +4,4 @@ SHA1 (OctoPrint-1.3.11.tar.gz) = 112edf922af17b109fff06b08dc6a0b7f46283c3
 RMD160 (OctoPrint-1.3.11.tar.gz) = 840e8f0ef3c453e4737f1463d203972ca1d601d3
 SHA512 (OctoPrint-1.3.11.tar.gz) = 1b97cf28668cf418e55e424f2014761a3bbf9c918d21566441592a7d3b56f87c32336bf95dd163b7bd92a00003d3bf2abd71cc1aeb6482a58d5840fa5047d4cb
 Size (OctoPrint-1.3.11.tar.gz) = 5055084 bytes
+SHA1 (patch-setup.py) = b29dd06f4438d0098ba8a247b8c73a877d1281c7
diff --git a/py-octoprint/patches/patch-setup.py b/py-octoprint/patches/patch-setup.py
new file mode 100644
index 0000000000..07b12745e8
--- /dev/null
+++ b/py-octoprint/patches/patch-setup.py
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Relax the dependency on devel/py-futures
+
+--- setup.py.orig	2019-05-13 12:54:51.000000000 +0000
++++ setup.py
+@@ -56,7 +56,7 @@ INSTALL_REQUIRES = [
+ 	"scandir>=1.10,<1.11",
+ 	"websocket-client>=0.56,<0.57",
+ 	"wrapt>=1.11.1,<1.12",
+-	"futures>=3.2,<3.3",
++	"futures>=3.2,<3.4",
+ 	"emoji>=0.5.1,<0.6",
+ 	"monotonic>=1.5,<1.6",
+ 	"frozendict>=1.2,<1.3",


Home | Main Index | Thread Index | Old Index