Home
last modified time | relevance | path

Searched refs:fetch_build_egg (Results 1 – 25 of 26) sorted by relevance

12

/dports/finance/electrum/Electrum-4.1.5/packages/setuptools/
H A Ddist.py701 installer=self.fetch_build_egg,
727 ep.require(installer=self.fetch_build_egg)
755 def fetch_build_egg(self, req): member in Distribution
757 from setuptools.installer import fetch_build_egg
758 return fetch_build_egg(self, req)
767 ep.require(installer=self.fetch_build_egg)
H A Dinstaller.py56 def fetch_build_egg(dist, req): function
/dports/www/firefox/firefox-99.0/third_party/python/setuptools/setuptools/
H A Ddist.py675 installer=self.fetch_build_egg,
701 ep.require(installer=self.fetch_build_egg)
729 def fetch_build_egg(self, req): member in Distribution
731 from setuptools.installer import fetch_build_egg
732 return fetch_build_egg(self, req)
741 ep.require(installer=self.fetch_build_egg)
H A Dinstaller.py54 def fetch_build_egg(dist, req): function
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/
H A Ddist.py781 installer=self.fetch_build_egg,
807 ep.require(installer=self.fetch_build_egg)
835 def fetch_build_egg(self, req): member in Distribution
837 from setuptools.installer import fetch_build_egg
838 return fetch_build_egg(self, req)
847 ep.require(installer=self.fetch_build_egg)
H A Dinstaller.py21 def fetch_build_egg(dist, req): # noqa: C901 # is too complex (16) # FIXME function
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/setuptools/
H A Ddist.py720 installer=self.fetch_build_egg,
746 ep.require(installer=self.fetch_build_egg)
774 def fetch_build_egg(self, req): member in Distribution
776 from setuptools.installer import fetch_build_egg
777 return fetch_build_egg(self, req)
833 ep.require(installer=self.fetch_build_egg)
H A Dinstaller.py56 def fetch_build_egg(dist, req): function
/dports/devel/py-setuptools44/setuptools-44.1.1/setuptools/
H A Ddist.py720 installer=self.fetch_build_egg,
746 ep.require(installer=self.fetch_build_egg)
774 def fetch_build_egg(self, req): member in Distribution
776 from setuptools.installer import fetch_build_egg
777 return fetch_build_egg(self, req)
833 ep.require(installer=self.fetch_build_egg)
H A Dinstaller.py56 def fetch_build_egg(dist, req): function
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/setuptools/
H A Ddist.py371 installer=self.fetch_build_egg,
386 ep.require(installer=self.fetch_build_egg)
409 def fetch_build_egg(self, req): member in Distribution
489 ep.require(installer=self.fetch_build_egg)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/setuptools/
H A Ddist.py371 installer=self.fetch_build_egg,
386 ep.require(installer=self.fetch_build_egg)
409 def fetch_build_egg(self, req): member in Distribution
489 ep.require(installer=self.fetch_build_egg)
/dports/devel/py-pytest-runner/pytest-runner-5.3.1/
H A Dptr.py40 def fetch_build_egg(self, req): member in CustomizedDist
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/setuptools/
H A Ddist.py716 installer=self.fetch_build_egg,
731 ep.require(installer=self.fetch_build_egg)
757 def fetch_build_egg(self, req): member in Distribution
837 ep.require(installer=self.fetch_build_egg)
/dports/devel/py-setuptools44/setuptools-44.1.1/setuptools/tests/
H A Dtest_dist.py61 dist.fetch_build_egg(r)
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/tests/
H A Dtest_dist.py62 dist.fetch_build_egg(r)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/setuptools/command/
H A Degg_info.py268 installer = self.distribution.fetch_build_egg
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/command/
H A Degg_info.py288 installer = self.distribution.fetch_build_egg
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/setuptools/command/
H A Degg_info.py268 installer = self.distribution.fetch_build_egg
/dports/finance/electrum/Electrum-4.1.5/packages/setuptools/command/
H A Degg_info.py286 installer = self.distribution.fetch_build_egg
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/setuptools/command/
H A Degg_info.py285 installer = self.distribution.fetch_build_egg
/dports/www/firefox/firefox-99.0/third_party/python/setuptools/setuptools/command/
H A Degg_info.py287 installer = self.distribution.fetch_build_egg
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/setuptools/command/
H A Degg_info.py285 installer = self.distribution.fetch_build_egg
/dports/devel/py-setuptools44/setuptools-44.1.1/setuptools/command/
H A Degg_info.py285 installer = self.distribution.fetch_build_egg
/dports/devel/py-setuptools44/setuptools-44.1.1/
H A DCHANGES.rst530 * #196: Remove caching of easy_install command in fetch_build_egg.

12