Date: Fri, 28 Jun 2019 15:36:21 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 238867] devel/py-robotframework-ride: Update to 1.7.3.1 Message-ID: <bug-238867-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238867 Bug ID: 238867 Summary: devel/py-robotframework-ride: Update to 1.7.3.1 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: vladimir.chukharev@gmail.com Attachment #205401 maintainer-approval+ Flags: Created attachment 205401 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D205401&action= =3Dedit Patch Update devel/py-robotframework-ride from 1.5.2.1_1 to 1.7.3.1. Unbreak for Python2.7 and WX 3.0. Python3.6 needs WX 4.0.4+, which is not in ports system yet. It can be used also with WX 2.8. I could not allow this with default being = WX 3.0, for all my attempts to do it with WANT_WX_VER it always defaulted to 2= .8 if it was permitted. There are many warnings related to WX, during both build and run, particula= rly for WX 2.8. Install warns about invalid syntax in file messages3.py while making *.pyc files. This file is used with Python3 only, and warning can be ignored. Older versions used module pubsub internal to WX. This version uses additio= nal dependence on external module PyPubSub, although internal one is included u= p to version 4.0.4 of WX. The author accidentally omitted requirements.txt file, describing the new dependence, and I decided not wait for a re-rolled zip f= ile and/or make the new port for PyPubSub, but restored use of the internal pub= sub module. The next version will need extra work on PyPubSub (or another similar) port= and perhaps, WX 4.0... --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238867-7788>