Lines Matching refs:setuptools
25 import setuptools
27 setuptools = None variable
29 if setuptools:
30 from setuptools import setup as _setup
31 from setuptools import Extension as _Extension
32 from setuptools import Command
48 if not setuptools:
63 from setuptools import modified
66 from setuptools import dep_util as modified
74 from setuptools.extern.packaging.version import Version
153 if setuptools and not cython_chk(VERSION, verbose=False):
162 install_setup_requires = setuptools._install_setup_requires
164 if hasattr(setuptools, 'SetuptoolsDeprecationWarning'):
165 category = setuptools.SetuptoolsDeprecationWarning
805 if setuptools:
806 if hasattr(setuptools, 'SetuptoolsDeprecationWarning'):
807 category = setuptools.SetuptoolsDeprecationWarning
830 if setuptools and build_src.sources and use_setup_requires:
840 if setuptools:
842 from setuptools.command import egg_info as mod_egg_info