Home
last modified time | relevance | path

Searched refs:setup_cfg (Results 101 – 118 of 118) sorted by relevance

12345

/dports/devel/py-distributed/distributed-2021.11.2/
H A Dversioneer.py335 setup_cfg = os.path.join(root, "setup.cfg")
337 with open(setup_cfg) as f:
/dports/devel/py-debugpy/debugpy-1.5.1/
H A Dversioneer.py341 setup_cfg = os.path.join(root, "setup.cfg")
343 with open(setup_cfg, "r") as f:
/dports/devel/py-foolscap/foolscap-21.7.0/
H A Dversioneer.py341 setup_cfg = os.path.join(root, "setup.cfg")
343 with open(setup_cfg, "r") as f:
/dports/graphics/py-plotly/plotly-4.14.3/
H A Dversioneer.py345 setup_cfg = os.path.join(root, "setup.cfg")
347 with open(setup_cfg, "r") as f:
/dports/graphics/py-pygeos/pygeos-0.10.2/
H A Dversioneer.py341 setup_cfg = os.path.join(root, "setup.cfg")
343 with open(setup_cfg, "r") as f:
/dports/devel/py-libusb1/libusb1-1.9.3/
H A Dversioneer.py343 setup_cfg = os.path.join(root, "setup.cfg")
345 with open(setup_cfg, "r") as f:
/dports/biology/py-goatools/goatools-1.1.6/
H A Dversioneer.py341 setup_cfg = os.path.join(root, "setup.cfg")
343 with open(setup_cfg, "r") as f:
/dports/science/py-spaghetti/spaghetti-1.6.4/
H A Dversioneer.py339 setup_cfg = os.path.join(root, "setup.cfg")
341 with open(setup_cfg, "r") as cfg_file:
/dports/devel/py-tox/tox-3.12.1/src/tox/
H A Dvenv.py308 setup_cfg = setupdir.join("setup.cfg")
336 for conf_file in (setup_py, setup_cfg)
/dports/math/py-spopt/spopt-0.2.1/
H A Dversioneer.py339 setup_cfg = os.path.join(root, "setup.cfg")
341 with open(setup_cfg, "r") as cfg_file:
/dports/devel/py-fsspec/fsspec-2021.11.1/
H A Dversioneer.py339 setup_cfg = os.path.join(root, "setup.cfg")
341 with open(setup_cfg, "r") as cfg_file:
/dports/devel/py-isort/isort-5.10.1/tests/unit/
H A Dtest_main.py1221 setup_cfg = """
1252 setup_cfg_file.write_text(setup_cfg, "utf-8")
/dports/math/py-matplotlib2/matplotlib-2.2.4/
H A Dsetupext.py211 setup_cfg = os.environ.get('MPLSETUPCFG', 'setup.cfg') variable
212 if os.path.exists(setup_cfg):
217 config.read(setup_cfg)
/dports/devel/py-requirementslib/requirementslib-1.5.16/src/requirementslib/models/
H A Drequirements.py299 for f in [self.setup_py, self.setup_cfg, self.pyproject_toml]
370 def setup_cfg(self): member in Line
527 if not pyproject_backend and self.setup_cfg is not None:
528 setup_dict = SetupInfo.get_setup_cfg(self.setup_cfg)
880 and self.setup_cfg
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/requirementslib/models/
H A Drequirements.py299 for f in [self.setup_py, self.setup_cfg, self.pyproject_toml]
370 def setup_cfg(self): member in Line
527 if not pyproject_backend and self.setup_cfg is not None:
528 setup_dict = SetupInfo.get_setup_cfg(self.setup_cfg)
880 and self.setup_cfg
/dports/devel/py-requirementslib/requirementslib-1.5.16/
H A DREADME.rst174 'setup_cfg': PosixPath('/tmp/requirementslib-t_ftl6no-src/src/vistir/setup.cfg'),
H A DPKG-INFO182 'setup_cfg': PosixPath('/tmp/requirementslib-t_ftl6no-src/src/vistir/setup.cfg'),
/dports/devel/py-requirementslib/requirementslib-1.5.16/src/requirementslib.egg-info/
H A DPKG-INFO182 'setup_cfg': PosixPath('/tmp/requirementslib-t_ftl6no-src/src/vistir/setup.cfg'),

12345