-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Add sphobjinv recipe to conda-forge #21285
Conversation
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 ( |
@bskinn: please confirm your willingness to become a co-maintainer of this package as per conda-forge rules. |
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 ( Here's what I've got... For recipes/sphobjinv:
|
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 ( |
@conda-forge/help-python I'm tagging this for review. |
Co-authored-by: Filipe <[email protected]>
It's tested on Windows because, if used on Windows, it needs to correctly handle EOLs when working with decompressed inventories. (This is less strictly true than it used to be, with Windows tools getting better at tolerating Unix EOLs, but is still necessary IMO.) I'm not sure exactly which rev you're testing now, so I can't speak precisely to the Win test failures without more info. I think I've got everything chased down, the Azure Pipelines are looking good in this most recent CI run on sphobjinv#268. Not sure why the GH Actions job failed, now, though |
Ah. Newly broken link in my Sphinx docs. Yay. Definitely not an issue for the conda-forge packaging. @anjos , new sdist coming shortly |
@bskinn: I meant the conda package itself, not your upstream. The so-called |
Aha, that's what I get for trying to diagnose on my phone, misread. Change the pytest invocation to use double-quotes around EDIT: I added a suggested edit to that spot in the YAML file. |
Full disclosure: This old version is required due to a licensing conflict with newer The sdist does include a copy of the appropriate license file alongside the vendored code, and my modifications to that code are marked in the vendored source. |
Co-authored-by: Brian Skinn <[email protected]>
Nope. It would be nice but the whole idea of noarch is that the test is equivalent on the OSes and platforms. What you can do is to try the "brand new" some-arch packages. Those are packages that have platform specific stuff, build and test on each platform but not all all Pythons. |
I test |
That is what I needed to |
Checklist
url
) rather than a repo (e.g.git_url
) is used in your recipe (see here for more details).