K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2019-07-23T16:16:58.461732Z K 7 svn:log V 240 Drop python 2.7 support This port requires numpy<=1.16 for python 3.4 and below. Since we have py-numpy 1.16.4, drop python 2.7 support. from setup.py: numpy_required_version = 'numpy<=1.16' if sys.hexversion <0x3050000 else 'numpy>=1.7' END