1f60373d28c427a2a05c9ea26231c717772066dc,setup.py,,,#,12

Before Change


    url="https://github.com/hmmlearn/hmmlearn",
    packages=["hmmlearn", "hmmlearn.tests"],
    classifiers=CLASSIFIERS,
    ext_modules=[
        Extension("hmmlearn._hmmc", ["hmmlearn/_hmmc.c"],
                  extra_compile_args=["-O3"],
                  **get_info("npymath"))
    ],
    python_requires=">=2.7",
    install_requires=install_requires,
    tests_require=tests_require,

After Change




// Added support for environment markers in install_requires.
if LooseVersion(setuptools.__version__) < "36.2":
    raise ImportError("setuptools>=36.2 is required")


class build_ext(build_ext, object):
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: hmmlearn/hmmlearn
Commit Name: 1f60373d28c427a2a05c9ea26231c717772066dc
Time: 2018-10-22
Author: anntzer.lee@gmail.com
File Name: setup.py
Class Name:
Method Name:


Project Name: matplotlib/matplotlib
Commit Name: 5d0d3f538d8dcb2be23adf627da244fc09e001bf
Time: 2017-09-21
Author: tcaswell@gmail.com
File Name: lib/matplotlib/backends/wx_compat.py
Class Name:
Method Name: _AddTool


Project Name: PyMVPA/PyMVPA
Commit Name: c29b301358d9aaaacf2f1e7c6c0fce8b583d9eb6
Time: 2012-02-07
Author: debian@onerussian.com
File Name: doc/source/conf.py
Class Name:
Method Name: