Open MementoRC opened 1 month ago
Hi! This is the staged-recipes linter and your PR looks excellent! :rocket:
Hi! This is the friendly automated conda-forge-linting service.
I wanted to let you know that I linted all conda-recipes in your PR (recipes/qemu-execve/meta.yaml
) and found some lint.
Here's what I've got...
For recipes/qemu-execve/meta.yaml:
<two spaces>#<one space>[<expression>]
form. See lines [118]@xhochy Please, when you have some time, can you look at this proposal? It fails locally with:
The following package could not be installed
└─ qemu-execve-aarch64 9.1.0.* ha1f11d0_0 is not installable because it requires
└─ __glibc >=2.28,<3.0.a0 , which is missing on the system.
and I can't evaluate the tests to see if it will even work as intended
Hi! This is the staged-recipes linter and I found some lint.
It looks like some changes were made outside the recipes/
directory. To ensure everything runs smoothly, please make sure that recipes are only added to the recipes/
directory and no other files are changed.
If these changes are intentional (and you aren't submitting a recipe), please add a maintenance
label to the PR.
File-specific lints and/or hints:
.ci_support/linux64.yaml
:
recipes/
directory.Hi! This is the staged-recipes linter and your PR looks excellent! :rocket:
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 (recipes/qemu-execve/meta.yaml
) and found it was in an excellent condition.
Hi! This is the friendly automated conda-forge-linting service.
I wanted to let you know that I linted all conda-recipes in your PR (recipes/qemu-execve/meta.yaml
, recipes/python-qemu-qmp/meta.yaml
) and found some lint.
Here's what I've got...
For recipes/python-qemu-qmp/meta.yaml:
python >=3.6
in both host
and run
but you should check upstream for the package's Python compatibility.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 (recipes/qemu-execve/meta.yaml
, recipes/python-qemu-qmp/meta.yaml
) and found it was in an excellent condition.
Hi! This is the friendly automated conda-forge-linting service.
I wanted to let you know that I linted all conda-recipes in your PR (recipes/python-qemu-qmp/meta.yaml
, recipes/qemu-execve/meta.yaml
) and found some lint.
Here's what I've got...
For recipes/python-qemu-qmp/meta.yaml:
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 (recipes/qemu-execve/meta.yaml
, recipes/python-qemu-qmp/meta.yaml
) and found it was in an excellent condition.
Hi! This is the friendly automated conda-forge-linting service.
I wanted to let you know that I linted all conda-recipes in your PR (recipes/python-qemu-qmp/meta.yaml
, recipes/qemu-execve/meta.yaml
) and found some lint.
Here's what I've got...
For recipes/python-qemu-qmp/meta.yaml:
noarch
packages can't have skips with selectors. If the selectors are necessary, please remove noarch: python
.For recipes/python-qemu-qmp/meta.yaml:
noarch: python
recipes should usually follow the syntax in our documentation for specifying the Python version.
run
section of the recipe, you should usually use python >={{ python_min }}
for the python
entry.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).@xhochy I am trying to build a local windows test/debug framework. I saw a discussion and your original docker proposal, as well as a few people saying that they were able to build package locally using that solution. I have tried based upon my poor understanding of it and failed. Updating the build-locally.py and win64.yaml does not seem to be the way. I turned to a complicated docker/vagrant solution (found online) and wanted to see if you could not provide me with a bit of guidance on how to proceed. Currently the 20G location that I am using is too small, so before starting to change things around, it'd be great if you could point me in the right direction - win work is way too frustrating (I know, it's likely my ignorance that is too frustrating)
Checklist
url
) rather than a repo (e.g.git_url
) is used in your recipe (see here for more details).