Home
last modified time | relevance | path

Searched refs:get_command_class (Results 1 – 25 of 61) sorted by relevance

123

/dports/security/py-passlib/passlib-1.7.4/passlib/_setup/
H A Dstamp.py24 def get_command_class(opts, name):
25 return opts['cmdclass'].get(name) or Distribution().get_command_class(name)
80 _build_py = get_command_class(opts, "build_py")
88 _sdist = get_command_class(opts, "sdist")
127 _build_py = get_command_class(opts, "build_py")
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/passlib/_setup/
H A Dstamp.py24 def get_command_class(opts, name): function
25 return opts['cmdclass'].get(name) or Distribution().get_command_class(name)
80 _build_py = get_command_class(opts, "build_py")
88 _sdist = get_command_class(opts, "sdist")
127 _build_py = get_command_class(opts, "build_py")
/dports/devel/pydbus-common/dbus-python-1.2.18/
H A Dsetup.py42 class Build(Distribution().get_command_class('build')):
72 class BuildExt(Distribution().get_command_class('build_ext')):
76 class BuildPy(Distribution().get_command_class('build_py')):
/dports/devel/py-dbus/dbus-python-1.2.18/
H A Dsetup.py42 class Build(Distribution().get_command_class('build')):
72 class BuildExt(Distribution().get_command_class('build_ext')):
76 class BuildPy(Distribution().get_command_class('build_py')):
/dports/audio/py-mutagen/mutagen-1.42.0/
H A Dsetup.py21 def get_command_class(name): function
23 return Distribution({}).get_command_class(name)
26 distutils_clean = get_command_class("clean")
60 distutils_sdist = get_command_class("sdist")
/dports/graphics/py-cairo/pycairo-1.18.1/
H A Dsetup.py27 def get_command_class(name): function
29 return Distribution({}).get_command_class(name)
416 du_install_lib = get_command_class("install_lib")
443 du_build_ext = get_command_class("build_ext")
499 du_build = get_command_class("build")
/dports/graphics/pyl-cairo/pycairo-1.18.1/
H A Dsetup.py27 def get_command_class(name): function
29 return Distribution({}).get_command_class(name)
416 du_install_lib = get_command_class("install_lib")
443 du_build_ext = get_command_class("build_ext")
499 du_build = get_command_class("build")
/dports/multimedia/quodlibet/quodlibet-4.3.0/gdist/
H A Dutil.py28 return Distribution({}).get_command_class(name)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/distutils/
H A Ddist.py539 cmd_class = self.get_command_class(command)
659 klass = self.get_command_class(command)
720 klass = self.get_command_class(cmd)
785 klass = self.get_command_class(cmd)
807 def get_command_class(self, command): member in Distribution
857 klass = self.get_command_class(command)
/dports/databases/py-gdbm/Python-3.8.12/Lib/distutils/
H A Ddist.py539 cmd_class = self.get_command_class(command)
659 klass = self.get_command_class(command)
720 klass = self.get_command_class(cmd)
785 klass = self.get_command_class(cmd)
807 def get_command_class(self, command): member in Distribution
857 klass = self.get_command_class(command)
/dports/finance/electrum/Electrum-4.1.5/packages/setuptools/_distutils/
H A Ddist.py540 cmd_class = self.get_command_class(command)
660 klass = self.get_command_class(command)
721 klass = self.get_command_class(cmd)
786 klass = self.get_command_class(cmd)
808 def get_command_class(self, command): member in Distribution
858 klass = self.get_command_class(command)
/dports/lang/python310/Python-3.10.1/Lib/distutils/
H A Ddist.py539 cmd_class = self.get_command_class(command)
659 klass = self.get_command_class(command)
720 klass = self.get_command_class(cmd)
785 klass = self.get_command_class(cmd)
807 def get_command_class(self, command): member in Distribution
857 klass = self.get_command_class(command)
/dports/lang/python37/Python-3.7.12/Lib/distutils/
H A Ddist.py539 cmd_class = self.get_command_class(command)
659 klass = self.get_command_class(command)
720 klass = self.get_command_class(cmd)
785 klass = self.get_command_class(cmd)
807 def get_command_class(self, command): member in Distribution
857 klass = self.get_command_class(command)
/dports/lang/python-tools/Python-3.8.12/Lib/distutils/
H A Ddist.py539 cmd_class = self.get_command_class(command)
659 klass = self.get_command_class(command)
720 klass = self.get_command_class(cmd)
785 klass = self.get_command_class(cmd)
807 def get_command_class(self, command): member in Distribution
857 klass = self.get_command_class(command)
/dports/lang/python27/Python-2.7.18/Lib/distutils/
H A Ddist.py523 cmd_class = self.get_command_class(command)
645 klass = self.get_command_class(command)
706 klass = self.get_command_class(cmd)
772 klass = self.get_command_class(cmd)
794 def get_command_class(self, command): member in Distribution
845 klass = self.get_command_class(command)
/dports/lang/python-legacy/Python-2.7.18/Lib/distutils/
H A Ddist.py523 cmd_class = self.get_command_class(command)
645 klass = self.get_command_class(command)
706 klass = self.get_command_class(cmd)
772 klass = self.get_command_class(cmd)
794 def get_command_class(self, command): member in Distribution
845 klass = self.get_command_class(command)
/dports/lang/python39/Python-3.9.9/Lib/distutils/
H A Ddist.py539 cmd_class = self.get_command_class(command)
659 klass = self.get_command_class(command)
720 klass = self.get_command_class(cmd)
785 klass = self.get_command_class(cmd)
807 def get_command_class(self, command): member in Distribution
857 klass = self.get_command_class(command)
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/
H A Ddist.py523 cmd_class = self.get_command_class(command)
645 klass = self.get_command_class(command)
706 klass = self.get_command_class(cmd)
772 klass = self.get_command_class(cmd)
794 def get_command_class(self, command): member in Distribution
845 klass = self.get_command_class(command)
/dports/www/firefox/firefox-99.0/third_party/python/setuptools/setuptools/_distutils/
H A Ddist.py540 cmd_class = self.get_command_class(command)
660 klass = self.get_command_class(command)
721 klass = self.get_command_class(cmd)
786 klass = self.get_command_class(cmd)
808 def get_command_class(self, command): member in Distribution
858 klass = self.get_command_class(command)
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/_distutils/
H A Ddist.py540 cmd_class = self.get_command_class(command)
660 klass = self.get_command_class(command)
721 klass = self.get_command_class(cmd)
786 klass = self.get_command_class(cmd)
808 def get_command_class(self, command): member in Distribution
858 klass = self.get_command_class(command)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
H A Ddist.py523 cmd_class = self.get_command_class(command)
645 klass = self.get_command_class(command)
706 klass = self.get_command_class(cmd)
772 klass = self.get_command_class(cmd)
794 def get_command_class(self, command): member in Distribution
845 klass = self.get_command_class(command)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/distutils/
H A Ddist.py539 cmd_class = self.get_command_class(command)
659 klass = self.get_command_class(command)
720 klass = self.get_command_class(cmd)
785 klass = self.get_command_class(cmd)
807 def get_command_class(self, command): member in Distribution
857 klass = self.get_command_class(command)
/dports/lang/python311/Python-3.11.0a3/Lib/distutils/
H A Ddist.py539 cmd_class = self.get_command_class(command)
659 klass = self.get_command_class(command)
720 klass = self.get_command_class(cmd)
785 klass = self.get_command_class(cmd)
807 def get_command_class(self, command): member in Distribution
857 klass = self.get_command_class(command)
/dports/lang/python38/Python-3.8.12/Lib/distutils/
H A Ddist.py539 cmd_class = self.get_command_class(command)
659 klass = self.get_command_class(command)
720 klass = self.get_command_class(cmd)
785 klass = self.get_command_class(cmd)
807 def get_command_class(self, command): member in Distribution
857 klass = self.get_command_class(command)
/dports/lang/py-hy/hy-0.19.0/
H A Dsetup.py36 easy_install = self.distribution.get_command_class('easy_install')

123