-
Notifications
You must be signed in to change notification settings - Fork 0
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
Raise MAX_VERSION (currently 0.0.17) #40
Comments
I need to do a lot of work updating the C bindings for all the redesigned pkgcraft functionality in the last ~6 months (namely the build process pool) and then into all the other language bindings probably changing a decent amount of the config and/or repo facing API as I do. As it's really not an enjoyable process overall I haven't done it yet. 😆 |
Also, I'm not sure how this could be true as all the pkgcraft-related tools are rust-based and thus all build their own versions of pkgcraft so pkgcraft-tools has no bearing on the pkgcraft-python bindings... sys-libs/pkgcraft does but generally that shouldn't be specifically installed unless one is looking to directly use the C API. |
Sorry, I blamed sys-apps/pkgcraft-tools, while it is actually sys-libs/pkgcraft
That is why am I doing (actually accessing pkgcraft's C API via JNA for Java/Scala). :) I am using sys-libs/pkgcraft-9999 atm, downgrading fixes that. I just assumed that the combination of all pkgcraft -9999 ebuilds is possible. Especially since dev-pyhton/pkgcraft-9999 declares a dependency >=sys-libs/pkgcraft-9999. But this is probably now a bug in the ebuild. |
No problem, I figured you just mistyped but wanted to correct it anyway. 😄
Oh, that sounds cool. Maybe it'll help inspire me to update the C bindings then as I assumed few to no people were using them so far, with only people mostly poking at
It generally is and should be, but I've been slacking on getting the bindings working for the most recent pkgcraft changes... it's a lot of work. That being said, I'll try to find the time and inspiration to pull them up to date within the next month. |
Emerging dev-python/pkgcraft-9999 fails with
if a newer version than sys-apps/pkgcraft-tools-0.0.17 is installed.
Could MAX_VERSION be raised?
The text was updated successfully, but these errors were encountered: