1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

www/py-octoprint: unblock newer py-serial and py-flask-login

- Require py-serial at least 3.2 for arbitrary baud rate support
  on *BSDs, allowing OctoPrint to operate at the natural 250k baud rate
  that a lot of 3D printer firmware defaults to.

PR:		213842
Submitted by:	Kyle Evans (maintainer)
This commit is contained in:
Jan Beich 2016-10-28 14:58:53 +00:00
parent fff8f84753
commit 70e551ad46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424857
2 changed files with 5 additions and 3 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= octoprint
PORTVERSION= 1.3.0.a
PORTREVISION= 1
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -21,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.11.1:www/py-flask \
${PYTHON_PKGNAMEPREFIX}Flask-Babel>=0.11.1:devel/py-flask-babel \
${PYTHON_PKGNAMEPREFIX}Flask-Assets>=0.12:www/py-flask-assets \
${PYTHON_PKGNAMEPREFIX}markdown>=2.6.4:textproc/py-markdown \
${PYTHON_PKGNAMEPREFIX}serial>=2.7:comms/py-serial \
${PYTHON_PKGNAMEPREFIX}serial>=3.2:comms/py-serial \
${PYTHON_PKGNAMEPREFIX}netaddr>=0.7.17:net/py-netaddr \
${PYTHON_PKGNAMEPREFIX}watchdog>=0.8.2:devel/py-watchdog \
${PYTHON_PKGNAMEPREFIX}sarge>=0.1.4:devel/py-sarge \

View File

@ -6,13 +6,14 @@
"sockjs-tornado>=1.0.2,<1.1",
- "PyYAML>=3.12,<3.13",
+ "PyYAML>=3.11,<3.13",
"Flask-Login>=0.3,<0.4",
- "Flask-Login>=0.3,<0.4",
+ "Flask-Login>=0.3",
"Flask-Principal>=0.4,<0.5",
"Flask-Babel>=0.11,<0.12",
@@ -26,15 +26,15 @@ INSTALL_REQUIRES = [
"markdown>=2.6.4,<2.7",
- "pyserial>=3.1.1,<3.2",
+ "pyserial>=2.7,<3.2",
+ "pyserial>=3.2",
"netaddr>=0.7.17,<0.8",
- "watchdog>=0.8.3,<0.9",
+ "watchdog>=0.8.2,<0.9",