Home
last modified time | relevance | path

Searched refs:has_ext_modules (Results 1 – 25 of 218) sorted by relevance

123456789

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/interfaces/cython/
H A Dsetup.py.in9 # 'has_ext_modules' method is called in bdist_msi.run, which is where the
10 # replacement of build_lib happens. Subsequent calls to 'has_ext_modules'
19 has_ext_modules_orig = self.distribution.has_ext_modules
21 def has_ext_modules(): function
28 self.distribution.has_ext_modules = has_ext_modules
/dports/lang/python-legacy/Python-2.7.18/Lib/distutils/command/
H A Dbuild.py137 def has_ext_modules (self): member in build
138 return self.distribution.has_ext_modules()
145 ('build_ext', has_ext_modules),
/dports/lang/python27/Python-2.7.18/Lib/distutils/command/
H A Dbuild.py137 def has_ext_modules (self): member in build
138 return self.distribution.has_ext_modules()
145 ('build_ext', has_ext_modules),
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/
H A Dbuild.py137 def has_ext_modules (self): member in build
138 return self.distribution.has_ext_modules()
145 ('build_ext', has_ext_modules),
H A Dinstall_lib.py110 if self.distribution.has_ext_modules():
197 self._mutate_outputs(self.distribution.has_ext_modules(),
215 if self.distribution.has_ext_modules():
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
H A Dbuild.py137 def has_ext_modules (self): member in build
138 return self.distribution.has_ext_modules()
145 ('build_ext', has_ext_modules),
H A Dinstall_lib.py110 if self.distribution.has_ext_modules():
197 self._mutate_outputs(self.distribution.has_ext_modules(),
215 if self.distribution.has_ext_modules():
/dports/databases/py-gdbm/Python-3.8.12/Lib/distutils/command/
H A Dbuild.py146 def has_ext_modules(self): member in build
147 return self.distribution.has_ext_modules()
155 ('build_ext', has_ext_modules),
H A Dinstall_lib.py106 if self.distribution.has_ext_modules():
195 self._mutate_outputs(self.distribution.has_ext_modules(),
213 if self.distribution.has_ext_modules():
/dports/databases/py-sqlite3/Python-3.8.12/Lib/distutils/command/
H A Dbuild.py146 def has_ext_modules(self): member in build
147 return self.distribution.has_ext_modules()
155 ('build_ext', has_ext_modules),
H A Dinstall_lib.py106 if self.distribution.has_ext_modules():
195 self._mutate_outputs(self.distribution.has_ext_modules(),
213 if self.distribution.has_ext_modules():
/dports/finance/electrum/Electrum-4.1.5/packages/setuptools/_distutils/command/
H A Dbuild.py146 def has_ext_modules(self): member in build
147 return self.distribution.has_ext_modules()
155 ('build_ext', has_ext_modules),
H A Dinstall_lib.py106 if self.distribution.has_ext_modules():
195 self._mutate_outputs(self.distribution.has_ext_modules(),
213 if self.distribution.has_ext_modules():
/dports/lang/python310/Python-3.10.1/Lib/distutils/command/
H A Dbuild.py146 def has_ext_modules(self): member in build
147 return self.distribution.has_ext_modules()
155 ('build_ext', has_ext_modules),
/dports/lang/python37/Python-3.7.12/Lib/distutils/command/
H A Dbuild.py146 def has_ext_modules(self): member in build
147 return self.distribution.has_ext_modules()
155 ('build_ext', has_ext_modules),
/dports/lang/python38/Python-3.8.12/Lib/distutils/command/
H A Dbuild.py146 def has_ext_modules(self): member in build
147 return self.distribution.has_ext_modules()
155 ('build_ext', has_ext_modules),
/dports/lang/python311/Python-3.11.0a3/Lib/distutils/command/
H A Dbuild.py146 def has_ext_modules(self): member in build
147 return self.distribution.has_ext_modules()
155 ('build_ext', has_ext_modules),
/dports/lang/python-tools/Python-3.8.12/Lib/distutils/command/
H A Dbuild.py146 def has_ext_modules(self): member in build
147 return self.distribution.has_ext_modules()
155 ('build_ext', has_ext_modules),
H A Dinstall_lib.py106 if self.distribution.has_ext_modules():
195 self._mutate_outputs(self.distribution.has_ext_modules(),
213 if self.distribution.has_ext_modules():
/dports/lang/python39/Python-3.9.9/Lib/distutils/command/
H A Dbuild.py146 def has_ext_modules(self): member in build
147 return self.distribution.has_ext_modules()
155 ('build_ext', has_ext_modules),
/dports/www/firefox/firefox-99.0/third_party/python/setuptools/setuptools/_distutils/command/
H A Dbuild.py146 def has_ext_modules(self): member in build
147 return self.distribution.has_ext_modules()
155 ('build_ext', has_ext_modules),
H A Dinstall_lib.py106 if self.distribution.has_ext_modules():
195 self._mutate_outputs(self.distribution.has_ext_modules(),
213 if self.distribution.has_ext_modules():
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/_distutils/command/
H A Dbuild.py146 def has_ext_modules(self): member in build
147 return self.distribution.has_ext_modules()
155 ('build_ext', has_ext_modules),
H A Dinstall_lib.py106 if self.distribution.has_ext_modules():
195 self._mutate_outputs(self.distribution.has_ext_modules(),
213 if self.distribution.has_ext_modules():
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/distutils/command/
H A Dbuild.py146 def has_ext_modules(self): member in build
147 return self.distribution.has_ext_modules()
155 ('build_ext', has_ext_modules),

123456789