-
Notifications
You must be signed in to change notification settings - Fork 184
Update the conda package in conda-forge #309
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
Comments
There is already a (failing) automated PR for this: conda-forge/gql-feedstock#10 I'll see if i can get it cleaned up and merged. |
All the conda stuff was made before I became maintainer. I suppose I'll need some access code or something. I'll see with the previous guys to see how we can proceed. |
Thank you guys, please let me know if there is anything that I could help with. |
Pinging @KingDarBoja |
I'll be following up on the conda-forge side once a release goes out with #311 in it. I'll ensure that it runs when i get that working, I can ping you: it's always good to have upstream-aware maintainers around! you'd just need to comment that you'd like to be a maintainer, and get added to a file. if the existing maintainers are unresponsive (life happens), we can escalate to the conda-forge core team, but hopefully it doesn't come to that. After a PR gets merged adding you as a maintainer, the workload would be:
|
#311 is now in, so when the next release goes out, i'll work on overhauling the conda-forge build. |
Version 3.2.0 is now released. |
Thanks for the heads-up, I've started the PR over there: If you'd like to help maintain (usually just means pressing button, maybe updating a dep or two), I can add you as well: just make a comment over there to that effect. |
That PR was merged, and should be available within an hour or two on CDN: feel free to open another issue to propose another maintainer. |
Great! |
Thank you very much, it works. |
Yeah, conda lacks extras, the best we have are run_constrained, which we
use to honor at least extras that have version constraints.
To actually light up the dependencies, we build a bunch of metapackages
e.g. graphql-with-websockets. They are all listed on the graphql-feedstock
github page, but not the anaconda.org page for graphql, but would be found
by search.
It's hard to be too sad about not having extras, given the issues they
present: they aren't discoverable on pypi (at all) or locally, short of
reading the setup data, and user+selected ones aren't honored in later
resolves.
Message ID: ***@***.***>
… |
I added some documentation on PR #321 |
It seems that the latest conda package of gql is 2.0.0
https://anaconda.org/conda-forge/gql/files
Can you please upload the latest one? (3.1.0)
Can you please add it to the release automation?
The text was updated successfully, but these errors were encountered: