-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MNT: Use noarch python {{ python_min }} variable #28
MNT: Use noarch python {{ python_min }} variable #28
Conversation
* Use 'python {{ python_min }}' syntax for the python requirements for noarch python recipes. - c.f. https://conda-forge.org/docs/maintainer/knowledge_base/#noarch-python * Add recipe/conda_build_config.yaml to override the global python_min with pyhf's python_min of 3.7. * Add conda-forge/scikit-hep as feedstock maintainers. * Bump build number.
@conda-forge-admin, please rerender |
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
It seems that https://github.com/conda-forge/hatchling-feedstock/ has broken metadata as the last version that was compatible with Python 3.7 was $ docker run --rm -ti python:3.7 /bin/bash
root@c139bfa11d98:/# python -m venv venv && . venv/bin/activate && python -m pip --quiet install --upgrade pip
(venv) root@c139bfa11d98:/# python -m pip index versions hatchling
WARNING: pip index is currently an experimental command. It may be removed/changed in a future release without prior warning.
hatchling (1.17.1)
Available versions: 1.17.1, 1.17.0, 1.16.1, 1.16.0, 1.15.0, 1.14.1, 1.14.0, 1.13.0, 1.12.2, 1.12.1, 1.12.0, 1.11.1, 1.11.0, 1.10.0, 1.9.0, 1.8.1, 1.8.0, 1.7.1, 1.7.0, 1.6.0, 1.5.0, 1.4.1, 1.3.1, 1.3.0, 1.2.0, 1.1.0, 1.0.0, 0.25.1, 0.25.0, 0.24.0, 0.23.0, 0.22.0, 0.21.1, 0.21.0, 0.20.1, 0.20.0, 0.19.0, 0.18.0, 0.17.0, 0.16.0, 0.15.0, 0.14.0, 0.13.0, 0.12.0, 0.11.3, 0.11.2, 0.11.1, 0.11.0, 0.10.0, 0.9.0, 0.8.2, 0.8.1, 0.8.0 as after that pypa/hatch#1386 introduced Python 3.8+ syntax that made its way into
@conda-forge/hatchling I'm going to submit a patch to https://github.com/conda-forge/conda-forge-repodata-patches-feedstock that tries to patch the metadata from This has also been noted (in a different way) on conda-forge/hatchling-feedstock#47. |
@conda-forge-admin, please rerender |
91b7fa6
to
68db272
Compare
@conda-forge-admin, please rerender |
…nda-forge-pinning 2024.11.11.08.59.26
python {{ python_min }}
syntax for the python requirements for noarch python recipes.recipe/conda_build_config.yaml
to override the globalpython_min
withpyhf
'spython_min
of3.7
.conda-forge/scikit-hep
as feedstock maintainers.Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)