conda-forge / conda-forge/mkdocstrings-python-xref-feedstock

Clean up recipe per recommendation

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Description

noarch: python recipes should usually follow the syntax in our [documentation](https://urldefense.com/v3/__https://conda-forge.org/docs/maintainer/knowledge_base/*noarch-python__;Iw!!A3Ni8CS0y2Y!7PZ8k4ULt2wE-SNI7FY8PJ9DPZHbq2twmrwC1Llj6N6b4wvE2JPyjxzUIlczcMF2K9mtXLwCGPlbD5apkvg3BfAOv-zeRZg$) for specifying the Python version.

* [ ] For the host section of recipe, you should usually use python {{ python_min }} for the python entry.*
* [ ] For the run section of recipe, you should usually use python >={{ python_min }} for the python entry.
* [ ] For the test.requires section of recipe, you should usually use python {{ python_min }} for the python entry.

If the package requires a newer Python version than the currently supported minimum version on conda-forge, you can override the python_min variable by adding a Jinja2 set statement at the top of your recipe (or using an equivalent context variable for v1 recipes).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.