File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44{% set ver2 = '.'.join(version.split('.')[0:2]) %}
55{% set ver2nd = ''.join(version.split('.')[0:2]) %}
66{% set ver3nd = ''.join(version.split('.')[0:3]) %}
7- {% set build_number = 2 %}
7+ {% set build_number = 3 %}
88
99# this makes the linter happy
1010{% set channel_targets = channel_targets or 'conda-forge main' %}
@@ -110,6 +110,12 @@ outputs:
110110 skip_compile_pyc :
111111 - ' *.py' # [build_platform != target_platform]
112112 string : {{ dev_ }}h{{ PKG_HASH }}_{{ PKG_BUILDNUM }}{{ debug }}_{{ abi_tag }}
113+ {% if freethreading == "yes" %}
114+ python_site_packages_path : lib/python{{ ver2nd }}t/site-packages # [unix]
115+ {% else %}
116+ python_site_packages_path : lib/python{{ ver2nd }}/site-packages # [unix]
117+ {% endif %}
118+ python_site_packages_path : Lib/site-packages # [win]
113119 run_exports :
114120 noarch :
115121 - python
You can’t perform that action at this time.
0 commit comments