Antoine Jacoutot <[email protected]> writes:
> On Thu, Jan 07, 2016 at 10:16:21AM -0700, Alexandr Shadchin wrote:
>> CVSROOT: /cvs
>> Module name: ports
>> Changes by: [email protected] 2016/01/07 10:16:21
>>
>> Modified files:
>> devel/py-pexpect: Makefile distinfo
>> devel/py-pexpect/pkg: DESCR PLIST
>> Added files:
>> devel/py-pexpect/patches: patch-doc_conf_py
>> patch-pexpect_replwrap_py
>> patch-tests_test_ctrl_chars_py
>> patch-tests_test_maxcanon_py
>> patch-tests_test_performance_py
>> patch-tests_test_replwrap_py
>> patch-tests_test_run_py
>>
>> Log message:
>> Update to py-pexpect 4.0.1
>
> The python3 FLAVOR failed to build in a bulk :
That's because at build time py-sphinx needs the python2 version of the
devel/py-ptyprocess port. I've committed the fix below.
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-pexpect/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile 7 Jan 2016 17:16:20 -0000 1.19
+++ Makefile 8 Jan 2016 16:24:54 -0000
@@ -17,7 +17,7 @@ MODPY_PI = Yes
MODULES= lang/python
RUN_DEPENDS = devel/py-ptyprocess${MODPY_FLAVOR}
-BUILD_DEPENDS = ${RUN_DEPENDS} \
+BUILD_DEPENDS = devel/py-ptyprocess \
textproc/py-sphinx
TEST_DEPENDS = ${RUN_DEPENDS} \
devel/py-test${MODPY_FLAVOR} \
--
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE