[PATCH cygport] Fix handling of python{2,3} atoms in DEPEND

2018-05-13 Thread Jon Turney
python{2,3} atoms are not deparenthesized correctly, as that function assumes the atom type consists of lowercase alphabetic characters only. Probably also need to allow uppercase alphabetic characters as well, to allow R atoms to work... Signed-off-by: Jon Turney --- lib/check_funcs.cygpart |

[PATCH cygport] Handle meson configuration options containing spaces

2018-05-13 Thread Jon Turney
Similarly to cygconf, cygmeson should protect configuration options containing spaces from word splitting so that e.g. cygmeson "-Dstring_option=foo bah" works as expected. Signed-off-by: Jon Turney --- cygclass/meson.cygclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c