Skip to content

Commit bace71a

Browse files
committed
DOC: No run-on
1 parent 80816f8 commit bace71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/maintainer/knowledge_base.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1724,7 +1724,7 @@ add some information on r packages which make heavy use of `noarch: generic`
17241724

17251725
#### Packages with abi3 extensions
17261726

1727-
Packages can be built using CPython's stable [`abi3` mode](https://docs.python.org/3/c-api/stable.html) by adding a few conditionals to the `build`, `requirements`, and (optionally) `test` sections, see [this `meta.yaml` example](https://github.com/conda-forge/python-abi3-feedstock/blob/main/recipe/example-meta.yaml) from the `python-abi3-feedstock`, in particular the parts that depend on the `is_abi3`, as well as the relevant [conda-build documentation](https://docs.conda.io/projects/conda-build/en/stable/resources/define-metadata.html#python-version-independent-packages).
1727+
Packages can be built using CPython's stable [`abi3` mode](https://docs.python.org/3/c-api/stable.html) by adding a few conditionals to the `build`, `requirements`, and (optionally) `test` sections. See [this `meta.yaml` example](https://github.com/conda-forge/python-abi3-feedstock/blob/main/recipe/example-meta.yaml) from the `python-abi3-feedstock`, in particular the parts that depend on the `is_abi3`, as well as the relevant [conda-build documentation](https://docs.conda.io/projects/conda-build/en/stable/resources/define-metadata.html#python-version-independent-packages).
17281728

17291729
Note that the python extension that is being packaged needs to support building the extension as an ABI3 package. For setuptools
17301730
based projects, the keyword argument `py_limited_api=True` needs to be passed to the `setup` function.

0 commit comments

Comments
 (0)