Home
last modified time | relevance | path

Searched refs:flit (Results 1 – 25 of 511) sorted by relevance

12345678910>>...21

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/NrrdIO/src/NrrdIO/
H A D754.c188 _airFloatEndianLittle flit; in airFPPartsToVal_f() local
193 ? flit.v in airFPPartsToVal_f()
201 _airFloatEndianLittle flit; in airFPValToParts_f() local
204 flit.v = fbig.v = v; in airFPValToParts_f()
252 _airFloatEndianLittle flit; in airFPGen_f() local
295 ? flit.v in airFPGen_f()
360 _airFloatEndianLittle flit; in airFPClass_f() local
365 flit.v = fbig.v = val; in airFPClass_f()
534 _airFloatEndianLittle flit; in airIsNaN() local
622 _airFloatEndianLittle flit; in airFPFprintf_f() local
[all …]
/dports/science/teem/teem-1.11.0-src/src/air/
H A D754.c186 _airFloatEndianLittle flit; in airFPPartsToVal_f() local
191 ? flit.v in airFPPartsToVal_f()
199 _airFloatEndianLittle flit; in airFPValToParts_f() local
202 flit.v = fbig.v = v; in airFPValToParts_f()
250 _airFloatEndianLittle flit; in airFPGen_f() local
293 ? flit.v in airFPGen_f()
358 _airFloatEndianLittle flit; in airFPClass_f() local
363 flit.v = fbig.v = val; in airFPClass_f()
532 _airFloatEndianLittle flit; in airIsNaN() local
620 _airFloatEndianLittle flit; in airFPFprintf_f() local
[all …]
/dports/devel/py-pdm/pdm-1.11.0/tests/fixtures/projects/flit-demo/
H A Dpyproject.toml1 [tool.flit.metadata]
2 module="flit"
5 home-page="https://github.com/takluyver/flit"
20 [tool.flit.metadata.urls]
21 Documentation = "https://flit.readthedocs.io/en/latest/"
23 [tool.flit.metadata.requires-extra]
30 [tool.flit.scripts]
31 flit = "flit:main"
33 [tool.flit.entrypoints."pygments.lexers"]
36 [tool.flit.sdist]
/dports/devel/py-flit/flit-3.5.1/doc/
H A Dhistory.rst25 - Add a ``--setup-py`` option to ``flit build`` and ``flit publish``, and a
111 (not ``flit.ini``) should be compatible with flit 3.x.
158 packages built with flit from source on Python 2.
231 - ``flit -V`` is now equivalent to ``flit --version``.
248 - The commands deprecated in 0.13—``flit wheel``, ``flit sdist`` and
249 ``flit register``—have been removed.
265 - Deprecated ``flit wheel`` and ``flit sdist`` subcommands: use
281 python3 -m flit.tomlify
375 - ``flit install`` and ``flit installfrom`` now take an optional ``--python`` argument,
397 used when doing ``flit install``.
[all …]
H A Dflit_ini.rst3 The flit.ini config file
12 ``flit.ini`` file to ``pyproject.toml``.
28 e.g. for flit itself
33 module=flit
36 home-page=https://github.com/takluyver/flit
57 ``flit install``.
82 Here's the full example from flit itself:
89 home-page=https://github.com/takluyver/flit
105 for flit:
110 flit = flit:main
[all …]
H A Dpyproject_toml.rst11 Run ``python3 -m flit.tomlify`` to convert a ``flit.ini`` file to
178 for flit:
183 flit = "flit:main"
233 [tool.flit.module]
242 along with ``[tool.flit.scripts]`` and ``[tool.flit.entrypoints]``, described
255 e.g. for flit itself
259 [tool.flit.metadata]
260 module = "flit"
331 [tool.flit.metadata]
332 module="flit"
[all …]
H A Dcmdline.rst10 .. program:: flit
27 Show more detailed logs about what flit is doing.
31 ``flit build``
34 .. program:: flit build
59 ``flit publish``
62 .. program:: flit publish
100 ``flit install``
103 .. program:: flit install
174 ``flit init``
177 .. program:: flit init
[all …]
/dports/graphics/py-glooey/glooey-0.3.3/
H A Dpyproject.toml2 requires = ["flit"]
3 build-backend = "flit.buildapi"
5 [tool.flit.metadata]
28 [tool.flit.metadata.requires-extra]
40 [tool.flit.metadata.urls]
49 build_command = 'python -m pip install flit && flit build'
/dports/devel/py-flit/flit-3.5.1/
H A DPKG-INFO2 Name: flit
24 Project-URL: Documentation, https://flit.readthedocs.io/en/latest/
25 Project-URL: Source, https://github.com/takluyver/flit
32 See `Why use Flit? <https://flit.readthedocs.io/en/latest/rationale.html>`_ for
40 $ python3 -m pip install flit
63 2. Install flit if you don't already have it::
65 python3 -m pip install flit
67 3. Run ``flit init`` in the directory containing the module to create a
89 If you have already got a ``flit.ini`` file to use with older versions of
94 flit publish
[all …]
H A DREADME.rst4 See `Why use Flit? <https://flit.readthedocs.io/en/latest/rationale.html>`_ for
12 $ python3 -m pip install flit
35 2. Install flit if you don't already have it::
37 python3 -m pip install flit
39 3. Run ``flit init`` in the directory containing the module to create a
58 … `pyproject.toml page <https://flit.readthedocs.io/en/latest/pyproject_toml.html#scripts-section>`_
61 If you have already got a ``flit.ini`` file to use with older versions of
62 Flit, convert it to ``pyproject.toml`` by running ``python3 -m flit.tomlify``.
66 flit publish
76 flit install [--symlink] [--python path/to/python]
H A Dpyproject.toml6 name = "flit"
40 Documentation = "https://flit.readthedocs.io/en/latest/"
41 Source = "https://github.com/takluyver/flit"
44 flit = "flit:main"
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/plugins/imap4flags/
H A Dext-imap4flags-common.c412 struct ext_imap4flags_iter flit; in flags_list_flag_exists() local
414 ext_imap4flags_iter_init(&flit, flags_list); in flags_list_flag_exists()
428 struct ext_imap4flags_iter flit; in flags_list_flag_delete() local
430 ext_imap4flags_iter_init(&flit, flags_list); in flags_list_flag_delete()
434 ext_imap4flags_iter_delete_last(&flit); in flags_list_flag_delete()
443 struct ext_imap4flags_iter flit; in flags_list_add_flags() local
445 ext_imap4flags_iter_init(&flit, flags); in flags_list_add_flags()
461 struct ext_imap4flags_iter flit; in flags_list_remove_flags() local
463 ext_imap4flags_iter_init(&flit, flags); in flags_list_remove_flags()
612 struct ext_imap4flags_iter flit; member
[all …]
/dports/devel/py-flit/flit-3.5.1/flit_core/flit_core/tests/samples/inclusion/
H A Dpyproject.toml2 requires = ["flit"]
3 build-backend = "flit.buildapi"
5 [tool.flit.metadata]
10 [tool.flit.sdist]
/dports/devel/py-flit-core/flit_core-3.5.1/flit_core/tests/samples/inclusion/
H A Dpyproject.toml2 requires = ["flit"]
3 build-backend = "flit.buildapi"
5 [tool.flit.metadata]
10 [tool.flit.sdist]
/dports/devel/py-entrypoints/entrypoints-0.3/
H A Dpyproject.toml2 requires = ["flit"]
3 build-backend = "flit.buildapi"
5 [tool.flit.metadata]
19 [tool.flit.metadata.urls]
/dports/textproc/py-cssselect2/cssselect2-0.4.1/
H A Dpyproject.toml2 requires = ['flit']
3 build-backend = 'flit.buildapi'
5 [tool.flit.metadata]
33 [tool.flit.metadata.requires-extra]
37 [tool.flit.metadata.urls]
/dports/devel/py-flit/flit-3.5.1/tests/samples/packageinsrc/
H A Dpyproject.toml2 requires = ["flit"]
3 build-backend = "flit.buildapi"
5 [tool.flit.metadata]
/dports/devel/py-flit/flit-3.5.1/tests/samples/pep517/
H A Dpyproject.toml2 requires = ["flit"]
3 build-backend = "flit.buildapi"
5 [tool.flit.metadata]
/dports/devel/py-flit/flit-3.5.1/tests/samples/requires-extra-envmark/
H A Dpyproject.toml2 requires = ["flit"]
4 [tool.flit.metadata]
10 [tool.flit.metadata.requires-extra]
/dports/devel/py-flit/flit-3.5.1/tests/samples/extras/
H A Dpyproject.toml2 requires = ["flit"]
4 [tool.flit.metadata]
11 [tool.flit.metadata.requires-extra]
/dports/devel/py-flit-core/flit_core-3.5.1/flit_core/tests/samples/
H A Drequires-extra-envmark.toml2 requires = ["flit"]
4 [tool.flit.metadata]
11 [tool.flit.metadata.requires-extra]
H A Dmodule1-pkg.toml2 requires = ["flit"]
4 [tool.flit.metadata]
11 [tool.flit.metadata.urls]
/dports/devel/py-flit/flit-3.5.1/flit_core/flit_core/tests/samples/
H A Drequires-extra-envmark.toml2 requires = ["flit"]
4 [tool.flit.metadata]
11 [tool.flit.metadata.requires-extra]
H A Dmodule1-pkg.toml2 requires = ["flit"]
4 [tool.flit.metadata]
11 [tool.flit.metadata.urls]
H A Dno_docstring-pkg.toml2 requires = ["flit"]
4 [tool.flit.metadata]
11 [tool.flit.metadata.urls]

12345678910>>...21