Home
last modified time | relevance | path

Searched refs:setuptools (Results 1 – 8 of 8) sorted by relevance

/petsc/src/binding/petsc4py/
H A Dpyproject.toml5 "setuptools",
7 build-backend = "setuptools.build_meta"
H A Dsetup.py11 import setuptools
13 setuptools = None variable
257 if setuptools:
290 if sabi and setuptools:
/petsc/
H A Dpyproject.toml3 "setuptools", "wheel",
6 build-backend = "setuptools.build_meta"
H A Dsetup.py40 from setuptools import setup
41 from setuptools.command.install import install as _install
43 from setuptools.command.bdist_wheel import bdist_wheel as _bdist_wheel
/petsc/src/binding/petsc4py/conf/
H A Dconfpetsc.py25 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
[all …]
/petsc/config/BuildSystem/config/packages/
H A DPython.py9 self.setuptools = 0
47 self.setuptools = 1
/petsc/doc/
H A Drequirements.txt17 setuptools==70.2.0
/petsc/src/binding/petsc4py/test/
H A Druntests.py119 from setuptools.dist import Distribution
123 from setuptools.command.build import build