Include conda-forge copyright/license in Tools/pixi-packages/default/recipe.yaml
Documentation
The code is derived from https://github.com/conda-forge/python-feedstock as indicated in https://github.com/python/cpython/blob/92243dc62ce10715ab0d9074b23dea5a1bfa9dcc/Tools/pixi-packages/default/recipe.yaml#L19 including the comments.
I'm requesting that the BSD-3-Clause license be included along with the copyright line https://github.com/conda-forge/python-feedstock/blob/main/recipe/LICENSE.txt#L2.
cc @lucascolley @crusaderky @wolfv
Sounds good to me!
The licence text should be added to https://github.com/python/cpython/blob/main/Doc/license.rst?plain=1.
@isuruf I assume this would be ok with you?
A
I don't think this warrants an amendment of the top level license as it's not used in the redistributables on cpython. Just in Tools/pixi-packages would be good.
Tools/pixi-packages is included in source distributions, which are official distributions of CPython. See e.g. https://www.python.org/ftp/python/3.15.0/Python-3.15.0a3.tar.xz
As such I think it's better to put it in Doc/licence.rst, it is more discoverable for redistributors who may care about licencing.
A
@lucascolley can you add the license as @AA-Turner mentioned please?
will do tomorrow