Stephen Holsapple

Results 33 comments of Stephen Holsapple

We're working on this too. We've found the tricky part to adding first class wheel support (as well as egg support, or any other binary distribution format) is how to...

@jr4 expressing dependencies on native libraries isn't supported today, but it is something that we're currently working on ourselves. Stay tuned! For the time being, you'll have to install these...

From https://github.com/linkedin/pygradle#pypi-artifacts... > ... we cannot use pypi directly. ... because PyPI currently doesn't host the Ivy metadata that Gradle needs to do proper dependency resolution. From the same document,...

Okay, will do, that's easy to document. We also could do a quick walk through of how we setup our Artifactory and run our import tool to get someone up...

Hi @busche, do you know if the scipy or scikit-learn maintainers are aware of this missing metadata (i.e., the dependency declaration)? If that was properly modeled, this wouldn't be an...

I would also be willing to contribute to this, if we could get a nudge in the right direction.

@rachellerathbone what I meant was maybe a pointer to where in the code the maintainers would start. I've never worked on this codebase before so don't know what important objects,...

P.s., let me know if this is wrong venue to ask this type of question, I'll gladly move it somewhere else. :)

Okay thanks @alexcrichton I just wanted to know if I was missing something obvious. I think that I can do what I want if I build starting at `tokio-core` layer,...

@makepanic have you made any progress on this since July? Is there a maintainer interested in getting this functionality merged in?